]> code.ossystems Code Review - openembedded-core.git/commitdiff
rpm: add explicit dependency on file-replacement-native for native builds
authorRoss Burton <ross.burton@intel.com>
Mon, 19 Oct 2015 21:47:58 +0000 (22:47 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 24 Oct 2015 11:42:38 +0000 (12:42 +0100)
meta/recipes-devtools/rpm/rpm_4.11.2.bb
meta/recipes-devtools/rpm/rpm_5.4+cvs.bb
meta/recipes-devtools/rpm/rpm_5.4.14.bb

index bc36f99e63bb00237bc5abe4b535d10e6ac58b88..f4a2110ae01be017e539b805f846078c8f651e9c 100644 (file)
@@ -23,6 +23,7 @@ LICENSE = "GPL-2.0+"
 LIC_FILES_CHKSUM ??= "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
 
 DEPENDS = "db libxml2 xz findutils file popt nss bzip2 elfutils attr zlib acl gzip python"
+DEPENDS_append_class-native = " file-replacement-native"
 
 SRC_URI += "http://rpm.org/releases/rpm-4.11.x/${BP}.tar.bz2 \
             file://use-pkgconfig-for-python.patch \
index 8903f3bc357cef34fdf6174defbe80e6f019a336..951b2517f0f538453d18d2eef783dcf94b5daaf7 100644 (file)
@@ -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"
 
index b450c6fc397a38477e93c9eb462697d134e9881c..73b3734d58ea1d77d90456a8285935aee0cb3625 100644 (file)
@@ -41,6 +41,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"
 
 # rpm2cpio is a shell script, which is part of the rpm src.rpm.  It is needed
 # in order to extract the distribution SRPM into a format we can extract...