From ae33bda011ce0c0a0e0dcd36bb38ba0186fa353d Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Tue, 8 Jul 2014 08:39:20 -0700 Subject: rpm: disable -Wno-override-init Fixed rpm-native.do_configure error on CentOS 5.x: cc1: error: unrecognized command line option "-Wno-override-init" The -Wno-override-init was commented in rpm-5.4.9, but commented out in rpm-5.4.14 thus it is failed to build on CentOS 5.x, comment it again to fix the problem. (From OE-Core rev: ad4a54a0f5bb667f5d5e3df2bcf841b05e0d0f2c) Signed-off-by: Robert Yang Signed-off-by: Saul Wold 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 cc836befe0..15c1738ac7 100644 --- a/meta/recipes-devtools/rpm/rpm_5.4.14.bb +++ b/meta/recipes-devtools/rpm/rpm_5.4.14.bb @@ -91,6 +91,7 @@ SRC_URI = "http://www.rpm5.org/files/rpm/rpm-5.4/rpm-5.4.14-0.20131024.src.rpm;e file://rpm-payload-use-hashed-inode.patch \ file://rpm-fix-logio-cp.patch \ file://rpm-db5-or-db6.patch \ + file://rpm-disable-Wno-override-init.patch \ " # Uncomment the following line to enable platform score debugging -- cgit v1.2.3-54-g00ecf