From: Holger Freyther Date: Thu, 25 Oct 2007 22:41:06 +0000 (+0000) Subject: packages/uicmoc: Depend on zlib-native as reported by Jan Luebbe X-Git-Tag: Release-2010-05/1~8454^2~122 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5c64e02cdd62a588fdb3ef9fbeab9dfb7e1a742;p=openembedded.git packages/uicmoc: Depend on zlib-native as reported by Jan Luebbe This is a blind fix and the issue was reported by Jan Luebbe. Refactoring the uicmoc4 recipes is on my todolist as well. --- diff --git a/packages/uicmoc/uicmoc4-native_4.3.0.bb b/packages/uicmoc/uicmoc4-native_4.3.0.bb index 27443f6876..93a2b6a4ce 100644 --- a/packages/uicmoc/uicmoc4-native_4.3.0.bb +++ b/packages/uicmoc/uicmoc4-native_4.3.0.bb @@ -1,5 +1,5 @@ DESCRIPTION = "User-Interface-, Meta-Object-, and Resource Compiler for Qt/[X11|Mac|Embedded] version 4.x" -DEPENDS = "libx11-native libxext-native" +DEPENDS = "libx11-native libxext-native zlib-native" SECTION = "libs" PRIORITY = "optional" LICENSE = "GPL QPL" diff --git a/packages/uicmoc/uicmoc4-native_4.3.1.bb b/packages/uicmoc/uicmoc4-native_4.3.1.bb index df39a494b2..77ef361980 100644 --- a/packages/uicmoc/uicmoc4-native_4.3.1.bb +++ b/packages/uicmoc/uicmoc4-native_4.3.1.bb @@ -1,4 +1,5 @@ DESCRIPTION = "User-Interface-, Meta-Object-, and Resource Compiler for Qt/[X11|Mac|Embedded] version 4.x" +DEPENDS = "zlib-native" SECTION = "libs" HOMEPAGE = "http://www.trolltech.com" PRIORITY = "optional" diff --git a/packages/uicmoc/uicmoc4-native_4.3.2.bb b/packages/uicmoc/uicmoc4-native_4.3.2.bb index df39a494b2..77ef361980 100644 --- a/packages/uicmoc/uicmoc4-native_4.3.2.bb +++ b/packages/uicmoc/uicmoc4-native_4.3.2.bb @@ -1,4 +1,5 @@ DESCRIPTION = "User-Interface-, Meta-Object-, and Resource Compiler for Qt/[X11|Mac|Embedded] version 4.x" +DEPENDS = "zlib-native" SECTION = "libs" HOMEPAGE = "http://www.trolltech.com" PRIORITY = "optional"