aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pyside
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2011-05-15 20:05:38 +0200
committerSimon Busch <morphis@gravedo.de>2011-05-16 22:21:24 +0200
commitad48b45396ab3d2fca80b5b6b4de1e44b5e20589 (patch)
tree36b09b527fff40305cbe0c6eeee5d8b6e3af76ac /recipes/pyside
parent1913dba107cdad037d125b55f8b2d1302c422d51 (diff)
downloadopenembedded-ad48b45396ab3d2fca80b5b6b4de1e44b5e20589.tar.gz
python-pyside: add shiboken-native as dependency and bump INC_PR
Signed-off-by: Simon Busch <morphis@gravedo.de>
Diffstat (limited to 'recipes/pyside')
-rw-r--r--recipes/pyside/python-pyside.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/pyside/python-pyside.inc b/recipes/pyside/python-pyside.inc
index c018925840..1afd8d1aa0 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 \