summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rpm/rpm_5.4+cvs.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2015-10-19 22:47:58 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-10-27 07:24:30 +0000
commit19358d0cb50a6e5c626b3abc5b6c2036c2748075 (patch)
tree2df64052ec613d8f4fc743f4cd3314726479ab6e /meta/recipes-devtools/rpm/rpm_5.4+cvs.bb
parent698c3deebe21906d8c8470a735fcb72d543b0ccf (diff)
downloadpoky-19358d0cb50a6e5c626b3abc5b6c2036c2748075.tar.gz
rpm: add explicit dependency on file-replacement-native for native builds
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rpm/rpm_5.4+cvs.bb')
-rw-r--r--meta/recipes-devtools/rpm/rpm_5.4+cvs.bb1
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"
43LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" 43LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
44 44
45DEPENDS = "libpcre attr acl popt ossp-uuid file byacc-native" 45DEPENDS = "libpcre attr acl popt ossp-uuid file byacc-native"
46DEPENDS_append_class-native = " file-replacement-native"
46 47
47S = "${WORKDIR}/rpm" 48S = "${WORKDIR}/rpm"
48 49