blob: 8b5e952f75ef019e814f3f6b0c7e575f21394914 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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] = "2b5fa41182ed0edaf929a789e602a070"
SRC_URI[sha256sum] = "b3b02911eb1f6ada203b0763ba924234629b51586f72a21faacc638269f4ced5"
RDEPENDS_${PN}_class-target = " \
${PYTHON_PN}-io \
"
BBCLASSEXTEND = "native nativesdk"
|