All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/2] sip: Split python into a new package for runtime support.
@ 2015-03-09 19:21 Philip Balister
  2015-03-09 19:21 ` [meta-oe][PATCH 2/2] python-pyqt : Move RDEPENDS on python-sip to PyQT Philip Balister
  0 siblings, 1 reply; 2+ messages in thread
From: Philip Balister @ 2015-03-09 19:21 UTC (permalink / raw)
  To: openembedded-devel

The package is named python-sip for backwards compatibility.

Signed-off-by: Philip Balister <philip@balister.org>
---
 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"
 
-- 
2.1.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [meta-oe][PATCH 2/2] python-pyqt : Move RDEPENDS on python-sip to PyQT.
  2015-03-09 19:21 [meta-oe][PATCH 1/2] sip: Split python into a new package for runtime support Philip Balister
@ 2015-03-09 19:21 ` Philip Balister
  0 siblings, 0 replies; 2+ messages in thread
From: Philip Balister @ 2015-03-09 19:21 UTC (permalink / raw)
  To: openembedded-devel

python-sip has the runtime support for PyQT. Also drop the need
for anki to RDEPEND on python-sip.

Signed-off-by: Philip Balister <philip@balister.org>
---
 meta-oe/recipes-devtools/python/python-pyqt_4.11.3.bb | 2 +-
 meta-oe/recipes-extended/anki/anki_0.4.3.bb           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-devtools/python/python-pyqt_4.11.3.bb b/meta-oe/recipes-devtools/python/python-pyqt_4.11.3.bb
index 989f2cf..160a5d5 100644
--- a/meta-oe/recipes-devtools/python/python-pyqt_4.11.3.bb
+++ b/meta-oe/recipes-devtools/python/python-pyqt_4.11.3.bb
@@ -49,7 +49,7 @@ do_install() {
      oe_runmake install
 }
 
-RDEPENDS_${PN} = "python-core"
+RDEPENDS_${PN} = "python-core python-sip"
 
 FILES_${PN} += "${libdir}/${PYTHON_DIR}/site-packages ${datadir}/sip/PyQt4/"
 FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/*/.debug/"
diff --git a/meta-oe/recipes-extended/anki/anki_0.4.3.bb b/meta-oe/recipes-extended/anki/anki_0.4.3.bb
index d441a70..61e063d 100644
--- a/meta-oe/recipes-extended/anki/anki_0.4.3.bb
+++ b/meta-oe/recipes-extended/anki/anki_0.4.3.bb
@@ -1,4 +1,4 @@
 require ${PN}-${PV}.inc
 
-RDEPENDS_${PN} = "python-pyqt sip libanki"
+RDEPENDS_${PN} = "python-pyqt libanki"
 RRECOMMENDS_${PN} = "virtual-japanese-font"
-- 
2.1.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-09 19:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-09 19:21 [meta-oe][PATCH 1/2] sip: Split python into a new package for runtime support Philip Balister
2015-03-09 19:21 ` [meta-oe][PATCH 2/2] python-pyqt : Move RDEPENDS on python-sip to PyQT Philip Balister

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.