From 19358d0cb50a6e5c626b3abc5b6c2036c2748075 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 19 Oct 2015 22:47:58 +0100 Subject: rpm: add explicit dependency on file-replacement-native for native builds Signed-off-by: Richard Purdie --- meta/recipes-devtools/rpm/rpm_4.11.2.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/rpm/rpm_4.11.2.bb') diff --git a/meta/recipes-devtools/rpm/rpm_4.11.2.bb b/meta/recipes-devtools/rpm/rpm_4.11.2.bb index bc36f99e63..f4a2110ae0 100644 --- a/meta/recipes-devtools/rpm/rpm_4.11.2.bb +++ b/meta/recipes-devtools/rpm/rpm_4.11.2.bb @@ -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 \ -- cgit v1.2.3-54-g00ecf