Files
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
256 B
BlitzBasic

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