From 30438e7690a7e44ce216478c0352a3fbf3b572fb Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Mon, 9 Mar 2015 15:21:14 -0400 Subject: sip: Split python into a new package for runtime support. The package is named python-sip for backwards compatibility. Signed-off-by: Philip Balister Signed-off-by: Martin Jansa Signed-off-by: Philip Balister Signed-off-by: Armin Kuster --- meta-oe/recipes-extended/sip/sip_4.16.4.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/sip/sip_4.16.4.bb b/meta-oe/recipes-extended/sip/sip_4.16.4.bb index 2a2674f918..d6d3f9ca5c 100644 --- a/meta-oe/recipes-extended/sip/sip_4.16.4.bb +++ b/meta-oe/recipes-extended/sip/sip_4.16.4.bb @@ -15,6 +15,8 @@ SRC_URI[sha256sum] = "ceda443fc5e129e67a067e2cd7b73ff037f8b10b50e407baa2b1d9f219 BBCLASSEXTEND = "native" inherit qmake2 python-dir pythonnative +PACKAGES += "python-sip" + EXTRA_QMAKEVARS_POST += "CONFIG=console" @@ -45,6 +47,6 @@ do_install() { oe_runmake install } -FILES_${PN} += "${libdir}/${PYTHON_DIR}/site-packages/" +FILES_python-${PN} = "${libdir}/${PYTHON_DIR}/site-packages/" FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug" -- cgit 1.2.3-korg