diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2012-09-07 17:07:11 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-12 14:44:52 +0100 |
commit | a7c5cec5fc63b4a26d84673460426b35669068dc (patch) | |
tree | cd9a9a839030237e46dd8fddba86b9b95793c353 /meta/recipes-qt/qt4/qt4-embedded.inc | |
parent | 5fd3503d4a438d126f44fe8118e9ea465e7699c2 (diff) | |
download | openembedded-core-a7c5cec5fc63b4a26d84673460426b35669068dc.tar.gz openembedded-core-a7c5cec5fc63b4a26d84673460426b35669068dc.tar.bz2 openembedded-core-a7c5cec5fc63b4a26d84673460426b35669068dc.zip |
qt4: Update qt4.inc to remove staticdev deps in -dbg packages
It appears that the qt4.inc had a copy/paste error relating to creating
a list of staticdev packages, that caused them to show up as dependencies
in the -dbg package.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-qt/qt4/qt4-embedded.inc')
-rw-r--r-- | meta/recipes-qt/qt4/qt4-embedded.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-qt/qt4/qt4-embedded.inc b/meta/recipes-qt/qt4/qt4-embedded.inc index de1b88ee83..53eb652b08 100644 --- a/meta/recipes-qt/qt4/qt4-embedded.inc +++ b/meta/recipes-qt/qt4/qt4-embedded.inc @@ -2,7 +2,7 @@ DESCRIPTION = "Qt is a versatile cross-platform application framework -- this is SECTION = "libs" HOMEPAGE = "http://qt.nokia.com" DEPENDS += "directfb tslib" -INC_PR = "r47" +INC_PR = "r48" QT_BASE_LIB ?= "libqt-embedded" |