diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-02 23:26:09 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-03 10:02:21 +0100 |
commit | e6663ffa5ffe2ac388a1b40c0fd0cddb055b8731 (patch) | |
tree | 11e91c8f67f2cb19af4dd9e1914b078a00532c45 /meta/classes/qt4e.bbclass | |
parent | 8609051d8d4f9fa565eb48418a87fa0048613374 (diff) | |
download | 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/classes/qt4e.bbclass')
-rw-r--r-- | meta/classes/qt4e.bbclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/classes/qt4e.bbclass b/meta/classes/qt4e.bbclass index 05c24efaa1..de2a68d25b 100644 --- a/meta/classes/qt4e.bbclass +++ b/meta/classes/qt4e.bbclass | |||
@@ -1,4 +1,5 @@ | |||
1 | DEPENDS_prepend = "${@["qt4-embedded ", ""][(d.getVar('PN', True)[:12] == 'qt4-embedded')]}" | 1 | QT4EDEPENDS ?= "qt4-embedded " |
2 | DEPENDS_prepend = "${QT4EDEPENDS}" | ||
2 | 3 | ||
3 | inherit qmake2 | 4 | inherit qmake2 |
4 | 5 | ||