1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

elfutils: add bzip2 to DEPENDS

Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
Saul Wold
2011-03-05 11:49:00 -08:00
parent fcce8449bc
commit 5a8991913d
@@ -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"