From: Martin Jansa Date: Wed, 18 Aug 2010 22:33:58 +0000 (+0200) Subject: qt4-tools-native_4.7.0-beta2: missing DEPENDS on libxau-native libxdmcp-native X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=270dbbab1f8676ff771bf57ebf0d41e20afee7c4;p=openembedded.git qt4-tools-native_4.7.0-beta2: missing DEPENDS on libxau-native libxdmcp-native Signed-off-by: Martin Jansa --- diff --git a/recipes/qt4/qt4-tools-native_4.7.0-beta2.bb b/recipes/qt4/qt4-tools-native_4.7.0-beta2.bb index 0ebb65f34f..1498927d5f 100644 --- a/recipes/qt4/qt4-tools-native_4.7.0-beta2.bb +++ b/recipes/qt4/qt4-tools-native_4.7.0-beta2.bb @@ -3,6 +3,8 @@ DEFAULT_PREFERENCE = "-1" require qt4-tools-native.inc LICENSE = "LGPLv2.1 GPLv3" +DEPENDS += "libxau-native libxdmcp-native" + SRCVER = "4.7.0-beta2" PV = "4.6.3+${SRCVER}" PR = "${INC_PR}.0"