[oe-commits] Simon Busch : python-pyside: add shiboken-native as dependency and bump INC_PR

git version control git at git.openembedded.org
Mon May 16 20:26:31 UTC 2011


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

Author: Simon Busch <morphis at gravedo.de>
Date:   Sun May 15 20:05:38 2011 +0200

python-pyside: add shiboken-native as dependency and bump INC_PR

Signed-off-by: Simon Busch <morphis at gravedo.de>

---

 recipes/pyside/python-pyside.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/pyside/python-pyside.inc b/recipes/pyside/python-pyside.inc
index c018925..1afd8d1 100644
--- a/recipes/pyside/python-pyside.inc
+++ b/recipes/pyside/python-pyside.inc
@@ -1,9 +1,9 @@
 QTV = "4.7"
 DESCRIPTION = "Python Bindings for Qt ${QTV}"
-DEPENDS = "apiextractor-native generatorrunner-native libshiboken"
+DEPENDS = "apiextractor-native generatorrunner-native shiboken-native libshiboken"
 RDEPENDS_${pn} = "python-core"
 PROVIDES = "python-pyside"
-INC_PR = "r0"
+INC_PR = "r1"
 
 SRC_URI = " \
  http://www.pyside.org/files/pyside-qt${QTV}+${PV}.tar.bz2;name=code \





More information about the Openembedded-commits mailing list