Files
meta-openembedded/meta-oe/recipes-devtools/sip/sip_4.19.13.bb
T
Philip Balister 7d892a14ef sip: Add python3 version of the sip recipe.
Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-10-04 16:08:47 -07: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"