diff options
Diffstat (limited to 'recipes/gettext/gettext_0.14.1.bb')
-rw-r--r-- | recipes/gettext/gettext_0.14.1.bb | 18 |
1 files changed, 9 insertions, 9 deletions
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 = "" |