[oe-commits] Simon Busch : shiboken: add generatorrunner-native a dependency to let build succeed

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


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

Author: Simon Busch <morphis at gravedo.de>
Date:   Sun May 15 18:11:23 2011 +0200

shiboken: add generatorrunner-native a dependency to let build succeed

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

---

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

diff --git a/recipes/pyside/shiboken.inc b/recipes/pyside/shiboken.inc
index f6455f7..d09953d 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}"





More information about the Openembedded-commits mailing list