python-cffi.inc 476 B

1234567891011121314
  1. SUMMARY = "Foreign Function Interface for Python calling C code"
  2. HOMEPAGE = "http://cffi.readthedocs.org/"
  3. LICENSE = "MIT"
  4. LIC_FILES_CHKSUM = "file://LICENSE;md5=5677e2fdbf7cdda61d6dd2b57df547bf"
  5. DEPENDS += "libffi ${PYTHON_PN}-pycparser"
  6. SRC_URI[md5sum] = "a731487324b501c8295221b629d3f5f3"
  7. SRC_URI[sha256sum] = "ab87dd91c0c4073758d07334c1e5f712ce8fe48f007b86f8238773963ee700a6"
  8. RDEPENDS_${PN}_class-target = " \
  9. ${PYTHON_PN}-io \
  10. "
  11. BBCLASSEXTEND = "native nativesdk"