From 1913dba107cdad037d125b55f8b2d1302c422d51 Mon Sep 17 00:00:00 2001 From: Simon Busch Date: Sun, 15 May 2011 18:11:23 +0200 Subject: [PATCH] shiboken: add generatorrunner-native a dependency to let build succeed Signed-off-by: Simon Busch --- recipes/pyside/shiboken.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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}" -- 2.11.4.GIT