diff options
author | Ross Burton <ross.burton@intel.com> | 2015-10-19 22:47:58 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-24 12:42:38 +0100 |
commit | bf934839d45f2f370c388f80110c2ef1d96302e4 (patch) | |
tree | 51920c945002db8a991f31ebb3544010279e5c8a /meta/recipes-devtools/rpm/rpm_5.4+cvs.bb | |
parent | d48c0191871ce6b6fbf17d89b8f9d2750b64d671 (diff) | |
download | openembedded-core-bf934839d45f2f370c388f80110c2ef1d96302e4.tar.gz openembedded-core-bf934839d45f2f370c388f80110c2ef1d96302e4.tar.bz2 openembedded-core-bf934839d45f2f370c388f80110c2ef1d96302e4.zip |
rpm: add explicit dependency on file-replacement-native for native builds
Diffstat (limited to 'meta/recipes-devtools/rpm/rpm_5.4+cvs.bb')
-rw-r--r-- | meta/recipes-devtools/rpm/rpm_5.4+cvs.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_5.4+cvs.bb b/meta/recipes-devtools/rpm/rpm_5.4+cvs.bb index 8903f3bc35..951b2517f0 100644 --- a/meta/recipes-devtools/rpm/rpm_5.4+cvs.bb +++ b/meta/recipes-devtools/rpm/rpm_5.4+cvs.bb @@ -43,6 +43,7 @@ LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" DEPENDS = "libpcre attr acl popt ossp-uuid file byacc-native" +DEPENDS_append_class-native = " file-replacement-native" S = "${WORKDIR}/rpm" |