[oe] libfso-qt-embedded: Do not override `DEPENDS`

Paul Menzel paulepanter at users.sourceforge.net
Wed Jun 22 22:51:18 UTC 2011


Date: Wed, 22 Jun 2011 23:41:38 +0200

Using `=` instead of `+=` overrides the dependencies declared in `libfso-qt.inc`.

Task configure therefore fails with the following errors.

1. `fso-specs` is not found.

 	checking for SPECS... no
	configure: error: Package requirements (fso-specs >= 2011.06.01.1) were not met:

	No package 'fso-specs' found

2. `qfsodbusxml2cpp` is not found.

	checking for QFSODBUSXML2CPP... no
	configure: error: Package requirements (qfsodbusxml2cpp >= 0.7.0) were not met:

	No package 'qfsodbusxml2cpp' found

Using `+=` solves these problems and is built tested using `minimal` for `MACHINE = "beagleboard"`.

Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
CC: Simon Busch <morphis at gravedo.de>
---
 recipes/freesmartphone/libfso-qt-embedded_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/freesmartphone/libfso-qt-embedded_git.bb b/recipes/freesmartphone/libfso-qt-embedded_git.bb
index 647f439..641cf8d 100644
--- a/recipes/freesmartphone/libfso-qt-embedded_git.bb
+++ b/recipes/freesmartphone/libfso-qt-embedded_git.bb
@@ -2,5 +2,5 @@ require libfso-qt.inc
 
 PR = "${INC_PR}.0"
 
-DEPENDS = "qt4-embedded"
+DEPENDS += "qt4-embedded"
 EXTRA_OECONF_append = "--enable-qt-embedded"
-- 
1.7.5.4
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20110623/7c137660/attachment-0002.sig>


More information about the Openembedded-devel mailing list