From 779f845469370f4487c324fe5b9260355f07897f Mon Sep 17 00:00:00 2001 From: Joe Slater Date: Thu, 17 Jul 2014 18:14:54 -0700 Subject: rpm: compile rpmqv.c instead of rpmqv.cc Some versions of gcc will put a reference to __gxx_personality_v0 into rpm.o and rpmbuild.o. This means we must link using g++, and Makefile does not. Go back to using rpmqv.c (which is currently identical to rpmqv.cc). (From OE-Core rev: a36327ee2d159b3791cc6ce0c36af4b9e0693e51) Signed-off-by: Joe Slater Signed-off-by: Richard Purdie --- meta/recipes-devtools/rpm/rpm_5.4.14.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/rpm/rpm_5.4.14.bb') diff --git a/meta/recipes-devtools/rpm/rpm_5.4.14.bb b/meta/recipes-devtools/rpm/rpm_5.4.14.bb index 15c1738ac7..8fec6565c9 100644 --- a/meta/recipes-devtools/rpm/rpm_5.4.14.bb +++ b/meta/recipes-devtools/rpm/rpm_5.4.14.bb @@ -92,6 +92,7 @@ SRC_URI = "http://www.rpm5.org/files/rpm/rpm-5.4/rpm-5.4.14-0.20131024.src.rpm;e file://rpm-fix-logio-cp.patch \ file://rpm-db5-or-db6.patch \ file://rpm-disable-Wno-override-init.patch \ + file://rpmqv_cc_b_gone.patch \ " # Uncomment the following line to enable platform score debugging -- cgit v1.2.3-54-g00ecf