mirror of
git://git.yoctoproject.org/poky
synced 2026-08-14 05:31:06 +00:00
rpm: Ensure we depend on file
rpm links to libmagic from file so it needs to be listed in DEPENDS else we can have race conditions causing build failures such as those seen on the autobuilder recently. (From OE-Core rev: 432e36300d7231c9b01cd2c6c4b39b84cf4fddca) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
016cf3fc0b
commit
4d9f4d6ac2
@ -43,7 +43,7 @@ LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
||||
|
||||
DEPENDS = "bzip2 zlib db openssl elfutils expat libpcre attr acl popt ${extrarpmdeps}"
|
||||
extrarpmdeps = "python perl"
|
||||
extrarpmdeps = "python perl file"
|
||||
extrarpmdeps_virtclass-native = "file-native"
|
||||
PR = "r35"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user