From 6fe7cef27069415f2eba36bc640cf59013d4979b Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 24 May 2010 13:01:00 -0700 Subject: Make the do_patch apply=yes param implicit if extension is .diff/.patch For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson Acked-by: Denys Dmytriyenko Acked-by: Khem Raj --- recipes/gtk+/gtk+_2.12.0.bb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'recipes/gtk+/gtk+_2.12.0.bb') diff --git a/recipes/gtk+/gtk+_2.12.0.bb b/recipes/gtk+/gtk+_2.12.0.bb index 9ea77f3f45..664ed7ece1 100644 --- a/recipes/gtk+/gtk+_2.12.0.bb +++ b/recipes/gtk+/gtk+_2.12.0.bb @@ -2,16 +2,16 @@ require gtk+.inc PR = "${INC_PR}.0" -SRC_URI += "file://disable-print.patch;apply=yes \ - file://cellrenderer-cairo.patch;apply=yes;striplevel=0 \ - file://entry-cairo.patch;apply=yes;striplevel=0 \ - file://scrolled-placement.patch;apply=yes;striplevel=0" +SRC_URI += "file://disable-print.patch \ + file://cellrenderer-cairo.patch;striplevel=0 \ + file://entry-cairo.patch;striplevel=0 \ + file://scrolled-placement.patch;striplevel=0" # temporary # file://gtklabel-resize-patch;apply=yes \ -# file://menu-deactivate.patch;apply=yes \ -# file://combo-arrow-size.patch;apply=yes;striplevel=0 \ +# file://menu-deactivate.patch \ +# file://combo-arrow-size.patch;striplevel=0 \ # die die die -# file://pangoxft2.10.6.diff;apply=yes" +# file://pangoxft2.10.6.diff" EXTRA_OECONF = "--with-libtiff --disable-xkb --disable-glibtest --enable-display-migration" -- cgit 1.2.3-korg