[oe-commits] org.oe.dev packages/uicmoc: Depend on zlib-native as reported by Jan Luebbe

freyther commit openembedded-commits at lists.openembedded.org
Thu Oct 25 23:03:31 UTC 2007


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.

Author: freyther at openembedded.org
Branch: org.openembedded.dev
Revision: 0de8cf956bd98794bb542dfa7730694b74233a12
ViewMTN: http://monotone.openembedded.org/revision/info/0de8cf956bd98794bb542dfa7730694b74233a12
Files:
1
packages/uicmoc/uicmoc4-native_4.3.0.bb
packages/uicmoc/uicmoc4-native_4.3.1.bb
packages/uicmoc/uicmoc4-native_4.3.2.bb
Diffs:

#
# mt diff -rd0db4fe5ad1d91160b33f81ec5ebbbf8fec44705 -r0de8cf956bd98794bb542dfa7730694b74233a12
#
# 
# 
# patch "packages/uicmoc/uicmoc4-native_4.3.0.bb"
#  from [bd07c0050ef051ca21f2712499797670879d8879]
#    to [12d984f9a3bcf4b4839856e6082b27e21c3cbcd9]
# 
# patch "packages/uicmoc/uicmoc4-native_4.3.1.bb"
#  from [83b84a6976c32c4c094913143c9ed28a2b37c610]
#    to [e89d594107d11cad2c66dd25e8bd9673cb40f450]
# 
# patch "packages/uicmoc/uicmoc4-native_4.3.2.bb"
#  from [83b84a6976c32c4c094913143c9ed28a2b37c610]
#    to [e89d594107d11cad2c66dd25e8bd9673cb40f450]
# 
============================================================
--- packages/uicmoc/uicmoc4-native_4.3.0.bb	bd07c0050ef051ca21f2712499797670879d8879
+++ packages/uicmoc/uicmoc4-native_4.3.0.bb	12d984f9a3bcf4b4839856e6082b27e21c3cbcd9
@@ -1,5 +1,5 @@ DESCRIPTION = "User-Interface-, Meta-Obj
 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"
============================================================
--- packages/uicmoc/uicmoc4-native_4.3.1.bb	83b84a6976c32c4c094913143c9ed28a2b37c610
+++ packages/uicmoc/uicmoc4-native_4.3.1.bb	e89d594107d11cad2c66dd25e8bd9673cb40f450
@@ -1,4 +1,5 @@ DESCRIPTION = "User-Interface-, Meta-Obj
 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"
============================================================
--- packages/uicmoc/uicmoc4-native_4.3.2.bb	83b84a6976c32c4c094913143c9ed28a2b37c610
+++ packages/uicmoc/uicmoc4-native_4.3.2.bb	e89d594107d11cad2c66dd25e8bd9673cb40f450
@@ -1,4 +1,5 @@ DESCRIPTION = "User-Interface-, Meta-Obj
 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"






More information about the Openembedded-commits mailing list