summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/elfutils
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2010-09-30 18:00:52 +0800
committerSaul Wold <Saul.Wold@intel.com>2010-09-30 10:18:00 -0700
commit6b1c260fa3769c334485577d15899b9bd89afcac (patch)
treea76057fe895cb7ce4a0fda7197f41be56e4c83cc /meta/recipes-devtools/elfutils
parent2a066e7ca90a28d5681c5fa895a29e999ed7c88b (diff)
downloadpoky-6b1c260fa3769c334485577d15899b9bd89afcac.tar.gz
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 <dexuan.cui@intel.com>
Diffstat (limited to 'meta/recipes-devtools/elfutils')
-rw-r--r--meta/recipes-devtools/elfutils/elfutils_0.148.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.148.bb b/meta/recipes-devtools/elfutils/elfutils_0.148.bb
index 18887e4b96..f84ab8e53a 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"
4LICENSE = "GPLv2 with exceptions" 4LICENSE = "GPLv2 with exceptions"
5LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3\ 5LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3\
6 file://EXCEPTION;md5=570adcb0c1218ab57f2249c67d0ce417" 6 file://EXCEPTION;md5=570adcb0c1218ab57f2249c67d0ce417"
7DEPENDS = "libtool" 7DEPENDS = "libtool zlib"
8 8
9PR = "r1" 9PR = "r1"
10 10