diff options
Diffstat (limited to 'recipes/gettext/gettext_0.14.1.bb')
-rw-r--r-- | recipes/gettext/gettext_0.14.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/gettext/gettext_0.14.1.bb b/recipes/gettext/gettext_0.14.1.bb index 9c020f34c7..30fb92d351 100644 --- a/recipes/gettext/gettext_0.14.1.bb +++ b/recipes/gettext/gettext_0.14.1.bb @@ -2,7 +2,7 @@ DESCRIPTION = "The GNU internationalization library." HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html" SECTION = "libs" LICENSE = "GPL" -PR = "r9" +PR = "r10" DEPENDS = "virtual/libiconv" PROVIDES = "virtual/libintl" @@ -10,6 +10,7 @@ SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \ file://gettext-vpath.patch;patch=1;pnum=1 \ file://fixchicken.patch;patch=1;pnum=1 \ file://linklib_from_0.17.patch;patch=1 \ + file://gettext-autoconf-lib-link-no-L.patch;patch=1 \ file://getline.m4.patch;patch=1 \ file://disable_java.patch;patch=1" |