[oe-commits] Philip Balister : python-pyqt : Move RDEPENDS on python-sip to PyQT.

git at git.openembedded.org git at git.openembedded.org
Wed Mar 11 12:40:50 UTC 2015


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

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

python-pyqt : Move RDEPENDS on python-sip to PyQT.

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 at balister.org>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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"



More information about the Openembedded-commits mailing list