Files
meta-openembedded/meta-oe/recipes-devtools/sip/sip_4.19.19.bb
Khem Raj 5057746583 meta-oe: Remove using python2
This change makes the parsing go though, we still might have build
issues, which will be reported in world builds seprately

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-22 09:56:34 -08:00

12 lines
225 B
BlitzBasic

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