[oe-commits] Richard Purdie : subversion: Fix subversion-native on Fedora22

git at git.openembedded.org git at git.openembedded.org
Sat Jun 27 21:45:36 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: a5e7a1e597e7bbe3bbc547f43a89d00a8a9a9924
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a5e7a1e597e7bbe3bbc547f43a89d00a8a9a9924

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Fri Jun 26 23:40:41 2015 +0100

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.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/subversion/subversion_1.8.13.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/subversion/subversion_1.8.13.bb b/meta/recipes-devtools/subversion/subversion_1.8.13.bb
index 7ef7dfb..a98be67 100644
--- a/meta/recipes-devtools/subversion/subversion_1.8.13.bb
+++ b/meta/recipes-devtools/subversion/subversion_1.8.13.bb
@@ -32,6 +32,7 @@ inherit autotools
 
 export LDFLAGS += " -L${STAGING_LIBDIR} "
 CPPFLAGS += "-P"
+BUILD_CPPFLAGS += "-P"
 
 acpaths = "-I build/ -I build/ac-macros/"
 



More information about the Openembedded-commits mailing list