summaryrefslogtreecommitdiffstats
path: root/meta/recipes-qt
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-02 23:26:09 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-03 10:02:21 +0100
commite6663ffa5ffe2ac388a1b40c0fd0cddb055b8731 (patch)
tree11e91c8f67f2cb19af4dd9e1914b078a00532c45 /meta/recipes-qt
parent8609051d8d4f9fa565eb48418a87fa0048613374 (diff)
downloadast2050-yocto-poky-e6663ffa5ffe2ac388a1b40c0fd0cddb055b8731.zip
ast2050-yocto-poky-e6663ffa5ffe2ac388a1b40c0fd0cddb055b8731.tar.gz
qt4: Avoid circular dependencies with multilib
Without this, circular dependencies are found when attempting to build multilib versions of qt4 (or bitbake world in a multilib enabled build). (From OE-Core rev: b2e8cc5ae227656211fb7f32260e7dc4e2fb556e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt')
-rw-r--r--meta/recipes-qt/qt4/qt4-embedded.inc1
-rw-r--r--meta/recipes-qt/qt4/qt4-x11-free.inc1
2 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-qt/qt4/qt4-embedded.inc b/meta/recipes-qt/qt4/qt4-embedded.inc
index c060634..905e277 100644
--- a/meta/recipes-qt/qt4/qt4-embedded.inc
+++ b/meta/recipes-qt/qt4/qt4-embedded.inc
@@ -4,6 +4,7 @@ HOMEPAGE = "http://qt.nokia.com"
DEPENDS += "directfb tslib"
INC_PR = "r49"
+QT4EDEPENDS = ""
QT_BASE_LIB ?= "libqt-embedded"
# Set necessary variables in the profile
diff --git a/meta/recipes-qt/qt4/qt4-x11-free.inc b/meta/recipes-qt/qt4/qt4-x11-free.inc
index 68b3078..404d8b8 100644
--- a/meta/recipes-qt/qt4/qt4-x11-free.inc
+++ b/meta/recipes-qt/qt4/qt4-x11-free.inc
@@ -5,6 +5,7 @@ HOMEPAGE = "http://qt.nokia.com"
SECTION = "x11/libs"
DEPENDS += "virtual/libgl virtual/libx11 fontconfig libxft libxext libxrender libxrandr libxcursor"
PROVIDES += "qt4-x11"
+QT4DEPENDS = ""
INC_PR = "r47"
OpenPOWER on IntegriCloud