mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
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>
This commit is contained in:
parent
e1ec61dd91
commit
5dc116295f
|
@ -1,10 +1,10 @@
|
|||
DESCRIPTION = "SDK tools for Qt/[X11|Mac|Embedded] version 4.x"
|
||||
DEPENDS = "zlib-nativesdk dbus-nativesdk libx11-nativesdk qt4-native"
|
||||
DEPENDS = "nativesdk-zlib nativesdk-dbus nativesdk-libx11 qt4-native"
|
||||
SECTION = "libs"
|
||||
HOMEPAGE = "http://qt.nokia.com"
|
||||
LICENSE = "LGPLv2.1 | GPLv3"
|
||||
|
||||
INC_PR = "r12"
|
||||
INC_PR = "r13"
|
||||
|
||||
FILESEXTRAPATHS =. "${FILE_DIRNAME}/qt4-${PV}:"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user