[oe-commits] Philip Balister : sip: Split python into a new package for runtime support.

git at git.openembedded.org git at git.openembedded.org
Sun Mar 29 23:05:33 UTC 2015


Module: meta-openembedded.git
Branch: dizzy
Commit: 30438e7690a7e44ce216478c0352a3fbf3b572fb
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=30438e7690a7e44ce216478c0352a3fbf3b572fb

Author: Philip Balister <philip at balister.org>
Date:   Mon Mar  9 15:21:14 2015 -0400

sip: Split python into a new package for runtime support.

The package is named python-sip for backwards compatibility.

Signed-off-by: Philip Balister <philip at balister.org>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Philip Balister <philip at balister.org>
Signed-off-by: Armin Kuster <akuster808 at gmail.com>

---

 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 2a2674f..d6d3f9c 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"
 



More information about the Openembedded-commits mailing list