From f6430d42b4c8f5e480ea53a5e02a2c212c0f7559 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 26 Jun 2015 23:40:41 +0100 Subject: subversion: Fix subversion-native on Fedora22 Similarly to: http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=9b19d6548a345009a6de79a6820c07a72054d961 we also need to fix the subversion-native case with gcc5 by using the same fix to the BUILD_CPPFLAGS. (From OE-Core rev: a5e7a1e597e7bbe3bbc547f43a89d00a8a9a9924) (From OE-Core rev: 7d445547df528aa9e5bfb85568a7270e27f633ef) Signed-off-by: Richard Purdie --- meta/recipes-devtools/subversion/subversion_1.8.11.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools') diff --git a/meta/recipes-devtools/subversion/subversion_1.8.11.bb b/meta/recipes-devtools/subversion/subversion_1.8.11.bb index d5295d8..a5a5761 100644 --- a/meta/recipes-devtools/subversion/subversion_1.8.11.bb +++ b/meta/recipes-devtools/subversion/subversion_1.8.11.bb @@ -32,6 +32,7 @@ inherit autotools export LDFLAGS += " -L${STAGING_LIBDIR} " CPPFLAGS += "-P" +BUILD_CPPFLAGS += "-P" acpaths = "-I build/ -I build/ac-macros/" -- cgit v1.1