From f2fa6612c36677e43a74e55279d8e809cee0470f Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sat, 25 Jun 2011 16:47:02 +0200 Subject: aurora: Add `qt4-embedded` to `DEPENDS` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Acked-by: Simon Busch --- recipes/freesmartphone/aurora_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/freesmartphone/aurora_git.bb b/recipes/freesmartphone/aurora_git.bb index 78cc33dedf..083ac00d1a 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} = "\ -- cgit 1.2.3-korg