Files
meta-openembedded/meta-oe/recipes-devtools/sip/sip_4.19.19.bb
Khem Raj 44f4f89d7d sip: Upgrade to 4.19.19
Needed for QT 5.13 based python modules

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-10 07:52:39 -08:00

12 lines
223 B
BlitzBasic

require sip.inc
DEPENDS = "python"
inherit python-dir pythonnative
PACKAGES += "python-sip"
FILES_python-sip = "${libdir}/${PYTHON_DIR}/site-packages/"
FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug"