]> code.ossystems Code Review - openembedded-core.git/commitdiff
elfutils: add zlib into DEPENDS
authorDexuan Cui <dexuan.cui@intel.com>
Thu, 30 Sep 2010 10:00:52 +0000 (18:00 +0800)
committerSaul Wold <Saul.Wold@intel.com>
Thu, 30 Sep 2010 17:18:00 +0000 (10:18 -0700)
This patch fixes the build failure I met with.
Thanks a lot to Qing He and Kevin Tian for pointing this out!

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
meta/recipes-devtools/elfutils/elfutils_0.148.bb

index 18887e4b963e37b721895b53d3f8cc4866d01594..f84ab8e53a91a1a11b1a7d31bb43273ee95ea241 100644 (file)
@@ -4,7 +4,7 @@ SECTION = "base"
 LICENSE = "GPLv2 with exceptions"
 LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3\
                     file://EXCEPTION;md5=570adcb0c1218ab57f2249c67d0ce417"
-DEPENDS = "libtool"
+DEPENDS = "libtool zlib"
 
 PR = "r1"