From 9ffb647a3642705698322152f6add1269e44f0eb Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Thu, 19 Nov 2009 17:41:03 +0000 Subject: guile-native: Add patch to inhibit generation of linemarkers from cpp. Add the "-P" option to inhibit generation of linemarkers in the output from the preprocessor. Signed-off-by: Robert P. J. Day --- recipes/guile/guile-native_1.8.5.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes/guile/guile-native_1.8.5.bb') diff --git a/recipes/guile/guile-native_1.8.5.bb b/recipes/guile/guile-native_1.8.5.bb index 9c2eb13d8d..5c999dbade 100644 --- a/recipes/guile/guile-native_1.8.5.bb +++ b/recipes/guile/guile-native_1.8.5.bb @@ -4,6 +4,7 @@ DEPENDS = "libtool (< 2)" SRC_URI = "http://ftp.gnu.org/pub/gnu/guile/guile-${PV}.tar.gz \ file://configure-fix.patch;patch=1 \ + file://cpp-linemarkers.patch;patch=1 \ " PR = "r1" -- cgit v1.2.3