[oe] [PATCH] aurora: Add `qt4-embedded` to `DEPENDS`

Paul Menzel paulepanter at users.sourceforge.net
Sat Jun 25 15:32:52 UTC 2011


From: Paul Menzel <paulepanter at users.sourceforge.net>
Date: Sat, 25 Jun 2011 16:47:02 +0200

Task configure fails with the following error using `minimal` for `MACHINE = "beagleboard"`.

        checking for FSOFRAMEWORK... yes
          Qt base directory explicitly set to qtopia
        checking for QT... no
        configure: error: Package requirements (QtCoreE >= 4.7.0
                QtGuiE >= 4.7.0
                QtDeclarativeE >= 4.7.0) were not met:
        
        No package 'QtCoreE' found
        No package 'QtGuiE' found
        No package 'QtDeclarativeE' found

Adding `qt4-embedded` to `DEPENDS` fixes this error [1].

[1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-June/033590.html

Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
> Am Samstag, den 25.06.2011, 15:11 +0200 schrieb Simon Busch:
 
[…]

> You are sure qt4-embedded is already successfully build and installed in 
> sysroots?

I am sorry. It had just gotten until before task setscene. Running
`bitbake -k qt4-embedded` fixed the error.

[…]

> In the aurora/development branch [1] it is already fixed. This branch 
> includes a lot of work on the aurora distribution itself but I don't 
> have the time to bring it all upstream. After the 0.1 version of aurora 
> I want to switch to a meta-aurora and let the classic oe branch die. So 
> it's the question if we want to have all this in OE-classic.

I do not know, but the included recipes should at least build without problems.


Thanks,

Paul
---
 recipes/freesmartphone/aurora_git.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/recipes/freesmartphone/aurora_git.bb b/recipes/freesmartphone/aurora_git.bb
index 78cc33d..083ac00 100644
--- a/recipes/freesmartphone/aurora_git.bb
+++ b/recipes/freesmartphone/aurora_git.bb
@@ -19,6 +19,7 @@ DEPENDS = " \
   python \
   libfsobasics \
   libfso-glib \
+  qt4-embedded \
 "
 
 RDEPENDS_${PN} = "\
-- 
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/20110625/ca7a02ff/attachment-0002.sig>


More information about the Openembedded-devel mailing list