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+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 4ab22e7602..27d01dd49a 100644 --- a/meta/recipes-devtools/rpm/rpm_5.4+cvs.bb +++ b/meta/recipes-devtools/rpm/rpm_5.4+cvs.bb @@ -108,6 +108,7 @@ SRC_URI = "cvs://anonymous@rpm5.org/cvs;tag=rpm-5_4;module=rpm \ file://rpm-fix-logio-cp.patch \ file://rpm-db5-or-db6.patch \ file://rpm-rpmpgp-fix.patch \ + file://rpm-disable-Wno-override-init.patch \ " # Uncomment the following line to enable platform score debugging -- cgit v1.2.3-54-g00ecf