Files
meta-openembedded/meta-oe/recipes-devtools/sip/sip3_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
230 B
BlitzBasic

require sip.inc
DEPENDS = "python3"
inherit python3-dir python3native
PACKAGES += "python3-sip3"
FILES_python3-sip3 = "${libdir}/${PYTHON_DIR}/site-packages/"
FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug"