aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2011-06-20 18:01:13 +0200
committerPaul Menzel <paulepanter@users.sourceforge.net>2011-06-23 22:26:56 +0200
commit7858948b41842bc3317691d607078386773526d0 (patch)
treedcd2b3c1bb0284eaee1ddd32fb6dbe25dcf0d9f8
parent94514d198622cb2ed75f07f66d568a4897d74253 (diff)
downloadopenembedded-7858948b41842bc3317691d607078386773526d0.tar.gz
libshiboken: Do not override `DEPENDS`
This is a fix up for commit 1b9260e7 [1]. commit 1b9260e7a6c756d6938821f013a41c371065980a Author: Paul Menzel <paulepanter@users.sourceforge.net> Date: Sun Jun 19 11:45:37 2011 +0200 shiboken: Add `apiextrator-native` to `DEPENDS` This commit does not fix the mentioned error, that `ApiExtractorConfig.cmake` is not built, since by using `=` instead of `+=` the dependencies from the include file `shiboken.inc` are overriden in the recipe. This patch fixes the error and is built tested using `minimal{,-uclibc}` for `MACHINE = "beagleboard"`. [1] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=1b9260e7a6c756d6938821f013a41c371065980a Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Acked-by: Simon Busch <morphis@gravedo.de>
-rw-r--r--recipes/pyside/libshiboken_1.0.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/pyside/libshiboken_1.0.2.bb b/recipes/pyside/libshiboken_1.0.2.bb
index a9edded6af..91ea29bf86 100644
--- a/recipes/pyside/libshiboken_1.0.2.bb
+++ b/recipes/pyside/libshiboken_1.0.2.bb
@@ -1,6 +1,6 @@
require shiboken.inc
-DEPENDS = "python"
+DEPENDS += "python"
RDEPENDS_${PN} = "python-core"
PR = "${INC_PR}.1"