diff options
author | Denys Dmytriyenko <denys@ti.com> | 2013-02-06 02:45:25 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-14 15:19:54 +0000 |
commit | 5dc116295f6d76df5ceaa798b10c254a33635c7a (patch) | |
tree | 6b3df6d625c1e1f8d0b7ac9d4c5ac7fc0ae08840 | |
parent | e1ec61dd916af2d64a9213a6aaf59ccd18021962 (diff) | |
download | poky-5dc116295f6d76df5ceaa798b10c254a33635c7a.tar.gz |
nativesdk-qt4-tools: fix DEPENDS, as nativesdk is now prefixed
(From OE-Core rev: 448511caae7ef7bc773bd32816901359bd820419)
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-qt/qt4/nativesdk-qt4-tools.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc b/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc index 1199a8ab76..538436bb50 100644 --- a/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc +++ b/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc | |||
@@ -1,10 +1,10 @@ | |||
1 | DESCRIPTION = "SDK tools for Qt/[X11|Mac|Embedded] version 4.x" | 1 | DESCRIPTION = "SDK tools for Qt/[X11|Mac|Embedded] version 4.x" |
2 | DEPENDS = "zlib-nativesdk dbus-nativesdk libx11-nativesdk qt4-native" | 2 | DEPENDS = "nativesdk-zlib nativesdk-dbus nativesdk-libx11 qt4-native" |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | HOMEPAGE = "http://qt.nokia.com" | 4 | HOMEPAGE = "http://qt.nokia.com" |
5 | LICENSE = "LGPLv2.1 | GPLv3" | 5 | LICENSE = "LGPLv2.1 | GPLv3" |
6 | 6 | ||
7 | INC_PR = "r12" | 7 | INC_PR = "r13" |
8 | 8 | ||
9 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/qt4-${PV}:" | 9 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/qt4-${PV}:" |
10 | 10 | ||