From 871549996cfcaf860083d867eb6a9522f4407cd4 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Wed, 6 Feb 2013 02:45:25 -0500 Subject: nativesdk-qt4-tools: fix DEPENDS, as nativesdk is now prefixed Signed-off-by: Denys Dmytriyenko Signed-off-by: Richard Purdie --- meta/recipes-qt/qt4/nativesdk-qt4-tools.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-qt') 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 @@ 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}:" -- cgit 1.2.3-korg