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/gettext/gettext_0.14.1.bb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'recipes/gettext/gettext_0.14.1.bb') diff --git a/recipes/gettext/gettext_0.14.1.bb b/recipes/gettext/gettext_0.14.1.bb index 664e02bb8e..535fcebf0a 100644 --- a/recipes/gettext/gettext_0.14.1.bb +++ b/recipes/gettext/gettext_0.14.1.bb @@ -9,15 +9,15 @@ PROVIDES = "virtual/libintl" PROVIDES_virtclass-native = "" SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \ - file://gettext-vpath.patch;apply=yes \ - file://fixchicken.patch;apply=yes \ - file://linklib_from_0.17.patch;apply=yes \ - file://gettext-autoconf-lib-link-no-L.patch;apply=yes \ - file://getline.m4.patch;apply=yes \ - file://disable_java.patch;apply=yes" - -SRC_URI_append_linux-uclibc = " file://gettext-error_print_progname.patch;apply=yes" -SRC_URI_append_linux-uclibceabi = " file://gettext-error_print_progname.patch;apply=yes" + file://gettext-vpath.patch \ + file://fixchicken.patch \ + file://linklib_from_0.17.patch \ + file://gettext-autoconf-lib-link-no-L.patch \ + file://getline.m4.patch \ + file://disable_java.patch" + +SRC_URI_append_linux-uclibc = " file://gettext-error_print_progname.patch" +SRC_URI_append_linux-uclibceabi = " file://gettext-error_print_progname.patch" PARALLEL_MAKE = "" -- cgit 1.2.3-korg