summaryrefslogtreecommitdiffstats
path: root/meta/recipes-qt
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-02-06 02:45:25 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-06 09:17:41 +0000
commite2ade5e836bd0b899ffc6fde509402586e246e6f (patch)
tree9bc3c8850623ed8afcc9a716e3388c0871c3b91e /meta/recipes-qt
parentee1f126ad5cb2c6af66815e55720257a1efc5a49 (diff)
downloadpoky-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/recipes-qt')
-rw-r--r--meta/recipes-qt/qt4/nativesdk-qt4-tools.inc4
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 @@
1DESCRIPTION = "SDK tools for Qt/[X11|Mac|Embedded] version 4.x" 1DESCRIPTION = "SDK tools for Qt/[X11|Mac|Embedded] version 4.x"
2DEPENDS = "zlib-nativesdk dbus-nativesdk libx11-nativesdk qt4-native" 2DEPENDS = "nativesdk-zlib nativesdk-dbus nativesdk-libx11 qt4-native"
3SECTION = "libs" 3SECTION = "libs"
4HOMEPAGE = "http://qt.nokia.com" 4HOMEPAGE = "http://qt.nokia.com"
5LICENSE = "LGPLv2.1 | GPLv3" 5LICENSE = "LGPLv2.1 | GPLv3"
6 6
7INC_PR = "r12" 7INC_PR = "r13"
8 8
9FILESEXTRAPATHS =. "${FILE_DIRNAME}/qt4-${PV}:" 9FILESEXTRAPATHS =. "${FILE_DIRNAME}/qt4-${PV}:"
10 10