Openembedded Devel Discussions
 help / color / mirror / Atom feed
* libshiboken: Do not override `DEPENDS`
@ 2011-06-22 22:50 Paul Menzel
  2011-06-23 19:30 ` Simon Busch
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Menzel @ 2011-06-22 22:50 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1287 bytes --]

Date: Mon, 20 Jun 2011 18:01:13 +0200

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` for
`MACHINE = "beagleboard"`.

[1] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=1b9260e7a6c756d6938821f013a41c371065980a

Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
CC: Simon Busch <morphis@gravedo.de>
---
 recipes/pyside/libshiboken_1.0.2.bb |    2 +-
 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 a9edded..91ea29b 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"
 
-- 
1.7.5.4

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-06-23 19:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-22 22:50 libshiboken: Do not override `DEPENDS` Paul Menzel
2011-06-23 19:30 ` Simon Busch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox