From b2e8cc5ae227656211fb7f32260e7dc4e2fb556e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 2 Oct 2012 23:26:09 +0100 Subject: 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). Signed-off-by: Richard Purdie --- meta/recipes-qt/qt4/qt4-embedded.inc | 1 + meta/recipes-qt/qt4/qt4-x11-free.inc | 1 + 2 files changed, 2 insertions(+) (limited to 'meta/recipes-qt') diff --git a/meta/recipes-qt/qt4/qt4-embedded.inc b/meta/recipes-qt/qt4/qt4-embedded.inc index c060634233..905e2779bb 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 68b30789bf..404d8b8563 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" -- cgit 1.2.3-korg