[oe-commits] Paul Menzel : aurora: Add `qt4-embedded` to `DEPENDS`

git version control git at git.openembedded.org
Sun Jun 26 13:46:13 UTC 2011


Module: openembedded.git
Branch: master
Commit: f2fa6612c36677e43a74e55279d8e809cee0470f
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=f2fa6612c36677e43a74e55279d8e809cee0470f

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

aurora: Add `qt4-embedded` to `DEPENDS`

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>
Acked-by: Simon Busch <morphis at gravedo.de>

---

 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} = "\





More information about the Openembedded-commits mailing list