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

git at git.openembedded.org git at git.openembedded.org
Sat Mar 21 15:43:08 UTC 2015


Module: meta-openembedded.git
Branch: master
Commit: 401b0bb66235836e717d07d1593c8e59779caefc
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=401b0bb66235836e717d07d1593c8e59779caefc

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>

---

 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 607ace6..780ccdc 100644
--- a/meta-oe/recipes-extended/sip/sip_4.16.4.bb
+++ b/meta-oe/recipes-extended/sip/sip_4.16.4.bb
@@ -14,6 +14,8 @@ SRC_URI[sha256sum] = "ceda443fc5e129e67a067e2cd7b73ff037f8b10b50e407baa2b1d9f219
 
 BBCLASSEXTEND = "native"
 
+PACKAGES += "python-sip"
+
 inherit qmake2 python-dir pythonnative distro_features_check
 # depends on qt4-x11-free
 REQUIRED_DISTRO_FEATURES = "x11"
@@ -47,6 +49,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