From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../meta-python/recipes-devtools/python/python-cffi.inc | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 external/meta-openembedded/meta-python/recipes-devtools/python/python-cffi.inc (limited to 'external/meta-openembedded/meta-python/recipes-devtools/python/python-cffi.inc') diff --git a/external/meta-openembedded/meta-python/recipes-devtools/python/python-cffi.inc b/external/meta-openembedded/meta-python/recipes-devtools/python/python-cffi.inc deleted file mode 100644 index e6071eec..00000000 --- a/external/meta-openembedded/meta-python/recipes-devtools/python/python-cffi.inc +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "Foreign Function Interface for Python calling C code" -HOMEPAGE = "http://cffi.readthedocs.org/" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=5677e2fdbf7cdda61d6dd2b57df547bf" -DEPENDS += "libffi ${PYTHON_PN}-pycparser" - -SRC_URI[md5sum] = "ac8492f4ad952360737413e82d661908" -SRC_URI[sha256sum] = "e90f17980e6ab0f3c2f3730e56d1fe9bcba1891eeea58966e89d352492cc74f4" - -RDEPENDS_${PN}_class-target = " \ - ${PYTHON_PN}-ctypes \ - ${PYTHON_PN}-io \ - ${PYTHON_PN}-shell \ -" - -BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg