diff options
author | Denys Dmytriyenko <denys@ti.com> | 2013-02-06 02:45:25 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-06 09:17:41 +0000 |
commit | e2ade5e836bd0b899ffc6fde509402586e246e6f (patch) | |
tree | 9bc3c8850623ed8afcc9a716e3388c0871c3b91e /meta | |
parent | ee1f126ad5cb2c6af66815e55720257a1efc5a49 (diff) | |
download | poky-e2ade5e836bd0b899ffc6fde509402586e246e6f.tar.gz |
nativesdk-qt4-tools: fix DEPENDS, as nativesdk is now prefixed
(From OE-Core rev: 871549996cfcaf860083d867eb6a9522f4407cd4)
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 5ed0e90553..cfc6fd837b 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 | ||