diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-28 17:01:43 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-28 18:40:20 +0100 |
commit | 432e36300d7231c9b01cd2c6c4b39b84cf4fddca (patch) | |
tree | c8829a5f5848bf090b98d09935ef5495b8bf487e | |
parent | 0e1a843a1f0c54f00736170de39a8a8f62d26879 (diff) | |
download | openembedded-core-432e36300d7231c9b01cd2c6c4b39b84cf4fddca.tar.gz openembedded-core-432e36300d7231c9b01cd2c6c4b39b84cf4fddca.tar.bz2 openembedded-core-432e36300d7231c9b01cd2c6c4b39b84cf4fddca.zip |
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.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/rpm/rpm_5.4.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_5.4.0.bb b/meta/recipes-devtools/rpm/rpm_5.4.0.bb index 8f2c5e136e..4576f67627 100644 --- a/meta/recipes-devtools/rpm/rpm_5.4.0.bb +++ b/meta/recipes-devtools/rpm/rpm_5.4.0.bb @@ -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" |