From bf934839d45f2f370c388f80110c2ef1d96302e4 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 --- meta/recipes-devtools/rpm/rpm_5.4+cvs.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/rpm/rpm_5.4+cvs.bb') 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" -- cgit 1.2.3-korg