From 6b1c260fa3769c334485577d15899b9bd89afcac Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Thu, 30 Sep 2010 18:00:52 +0800 Subject: elfutils: add zlib into DEPENDS 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 --- meta/recipes-devtools/elfutils/elfutils_0.148.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/elfutils/elfutils_0.148.bb') diff --git a/meta/recipes-devtools/elfutils/elfutils_0.148.bb b/meta/recipes-devtools/elfutils/elfutils_0.148.bb index 18887e4..f84ab8e 100644 --- a/meta/recipes-devtools/elfutils/elfutils_0.148.bb +++ b/meta/recipes-devtools/elfutils/elfutils_0.148.bb @@ -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" -- cgit v1.1