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-05 13:03:05 -0800 |
commit | 566e8425db0c38b6b77c014738f67600e8c462dd (patch) | |
tree | d30f1e06a8b380d5ccff5ce81580d379cf8f8ea6 /meta/recipes-devtools/elfutils | |
parent | affd8315fd37cf187e0646d7417b57ce38c78296 (diff) | |
download | openembedded-core-566e8425db0c38b6b77c014738f67600e8c462dd.tar.gz openembedded-core-566e8425db0c38b6b77c014738f67600e8c462dd.tar.bz2 openembedded-core-566e8425db0c38b6b77c014738f67600e8c462dd.zip |
elfutils: add bzip2 to DEPENDS
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/elfutils')
-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" LICENSE = "GPLv2 with exceptions" LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3\ file://EXCEPTION;md5=570adcb0c1218ab57f2249c67d0ce417" -DEPENDS = "libtool zlib" +DEPENDS = "libtool bzip2 zlib" PR = "r1" |