diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-03-05 11:49:00 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-03-06 08:51:50 -0800 |
commit | 5a8991913dae6834540abce823a66db0369011e8 (patch) | |
tree | 7367ebaec5b0da5988b61e04c9c8ee2861deb657 /meta/recipes-devtools | |
parent | fcce8449bc33d5de218ba08c5fbb42ad84627c3d (diff) | |
download | poky-5a8991913dae6834540abce823a66db0369011e8.tar.gz |
elfutils: add bzip2 to DEPENDS
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/elfutils/elfutils_0.148.bb | 2 |
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" | |||
4 | LICENSE = "GPLv2 with exceptions" | 4 | LICENSE = "GPLv2 with exceptions" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3\ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3\ |
6 | file://EXCEPTION;md5=570adcb0c1218ab57f2249c67d0ce417" | 6 | file://EXCEPTION;md5=570adcb0c1218ab57f2249c67d0ce417" |
7 | DEPENDS = "libtool zlib" | 7 | DEPENDS = "libtool bzip2 zlib" |
8 | 8 | ||
9 | PR = "r1" | 9 | PR = "r1" |
10 | 10 | ||