summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/elfutils
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-03-05 11:49:00 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-06 05:22:42 -0800
commit2fc03aee2c4a22827ad72e9fcbc4b3f7de2c954c (patch)
treec8ba1803d238d26afb31422cc47108a4c11043d5 /meta/recipes-devtools/elfutils
parentdc7e00d6e920813582b6d66e1e25732049dcd00c (diff)
downloadpoky-2fc03aee2c4a22827ad72e9fcbc4b3f7de2c954c.tar.gz
elfutils: add bzip2 to DEPENDS
(From OE-Core rev: 566e8425db0c38b6b77c014738f67600e8c462dd) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 44b3c52a5a..b2f700ede7 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 zlib" 7DEPENDS = "libtool bzip2 zlib"
8 8
9PR = "r1" 9PR = "r1"
10 10