mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

pycparser is a dependency as listed in the installation docs: https://cffi.readthedocs.io/en/release-1.12/installation.html Signed-off-by: Joshua Lock <jlock@vmware.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
18 lines
556 B
PHP
18 lines
556 B
PHP
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] = "35ad1f9e1003cac9404c1493eb10d7f5"
|
|
SRC_URI[sha256sum] = "041c81822e9f84b1d9c401182e174996f0bae9991f33725d059b771744290774"
|
|
|
|
RDEPENDS_${PN}_class-target = " \
|
|
${PYTHON_PN}-ctypes \
|
|
${PYTHON_PN}-io \
|
|
${PYTHON_PN}-pycparser \
|
|
${PYTHON_PN}-shell \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|