aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pyside
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2011-05-15 18:11:23 +0200
committerSimon Busch <morphis@gravedo.de>2011-05-16 22:21:23 +0200
commit1913dba107cdad037d125b55f8b2d1302c422d51 (patch)
tree2d65cd0f0e9806e1dbdf07982a5cb2f1067e3de3 /recipes/pyside
parent798faf0cbf22817f31a305f6240017373f655d34 (diff)
downloadopenembedded-1913dba107cdad037d125b55f8b2d1302c422d51.tar.gz
shiboken: add generatorrunner-native a dependency to let build succeed
Signed-off-by: Simon Busch <morphis@gravedo.de>
Diffstat (limited to 'recipes/pyside')
-rw-r--r--recipes/pyside/shiboken.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/pyside/shiboken.inc b/recipes/pyside/shiboken.inc
index f6455f717d..d09953dee0 100644
--- a/recipes/pyside/shiboken.inc
+++ b/recipes/pyside/shiboken.inc
@@ -2,7 +2,9 @@ DESCRIPTION = "Shiboken is a plugin (front-end) for Generator Runner and a runti
bindings for C++ libraries using CPython source code."
HOMEPAGE = "http://www.pyside.org"
LICENSE = "LGPL"
-INC_PR = "r0"
+INC_PR = "r1"
+
+DEPENDS = "generatorrunner-native"
SRC_URI = "http://www.pyside.org/files/shiboken-${PV}.tar.bz2"
S = "${WORKDIR}/shiboken-${PV}"