[oe-commits] Denis 'GNUtoo' Carikli : glib-2.0 2.23.6: depend on zlib( configure failed because of it missing)

git version control git at git.openembedded.org
Sun Mar 28 17:27:20 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 2db06b2b54380772a5d173fa2012e78207483002
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2db06b2b54380772a5d173fa2012e78207483002

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Sun Mar 28 11:29:00 2010 +0200

glib-2.0 2.23.6: depend on zlib(configure failed because of it missing)

If we don't depend on zlib we have:
| checking for inflate in -lz... no
| configure: error: *** Working zlib library and headers not found ***
| FATAL: oe_runconf failed

---

 recipes/glib-2.0/glib-2.0_2.23.6.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/glib-2.0/glib-2.0_2.23.6.bb b/recipes/glib-2.0/glib-2.0_2.23.6.bb
index 4f717b0..68d401a 100644
--- a/recipes/glib-2.0/glib-2.0_2.23.6.bb
+++ b/recipes/glib-2.0/glib-2.0_2.23.6.bb
@@ -6,7 +6,7 @@ UNIX-like platforms, Windows, OS/2 and BeOS."
 LICENSE = "LGPL"
 SECTION = "libs"
 PRIORITY = "optional"
-DEPENDS = "glib-2.0-native gtk-doc virtual/libiconv virtual/libintl"
+DEPENDS = "glib-2.0-native gtk-doc virtual/libiconv virtual/libintl zlib"
 PR = "r1"
 
 SRC_URI = "\





More information about the Openembedded-commits mailing list