blob: df4f7a405cfbb76b3a32a9f950ef59149d37bac5 [file] [log] [blame]
Patrick Williamsddad1a12017-02-23 20:36:32 -06001SUMMARY = "Foreign Function Interface for Python calling C code"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05002HOMEPAGE = "http://cffi.readthedocs.org/"
Patrick Williamsddad1a12017-02-23 20:36:32 -06003LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=5677e2fdbf7cdda61d6dd2b57df547bf"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05005DEPENDS += "libffi ${PYTHON_PN}-pycparser"
Patrick Williamsddad1a12017-02-23 20:36:32 -06006
Brad Bishop2d39a062019-10-28 08:33:36 -04007SRC_URI[md5sum] = "824ad9f228fbc6ce203c334e2ff4ab8f"
8SRC_URI[sha256sum] = "558b3afef987cf4b17abd849e7bedf64ee12b28175d564d05b628a0f9355599b"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05009
10RDEPENDS_${PN}_class-target = " \
Brad Bishop316dfdd2018-06-25 12:45:53 -040011 ${PYTHON_PN}-ctypes \
Brad Bishop6e60e8b2018-02-01 10:27:11 -050012 ${PYTHON_PN}-io \
Brad Bishop26bdd442019-08-16 17:08:17 -040013 ${PYTHON_PN}-pycparser \
Brad Bishop316dfdd2018-06-25 12:45:53 -040014 ${PYTHON_PN}-shell \
Brad Bishop6e60e8b2018-02-01 10:27:11 -050015"
Patrick Williamsddad1a12017-02-23 20:36:32 -060016
17BBCLASSEXTEND = "native nativesdk"