mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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>
This commit is contained in:
@@ -4,7 +4,7 @@ SECTION = "base"
|
||||
LICENSE = "GPLv2 with exceptions"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3\
|
||||
file://EXCEPTION;md5=570adcb0c1218ab57f2249c67d0ce417"
|
||||
DEPENDS = "libtool"
|
||||
DEPENDS = "libtool zlib"
|
||||
|
||||
PR = "r1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user