summaryrefslogtreecommitdiff
path: root/packages/gettext/gettext_0.17.bb
diff options
context:
space:
mode:
authorwoglinde <heinold@inf.fu-berlin.de>2008-10-17 18:13:39 +0200
committerwoglinde <heinold@inf.fu-berlin.de>2008-10-17 18:13:39 +0200
commit3e8df80fdfb2da7672e1a771b70ccd30b119b968 (patch)
tree2f6a74a188ae3ac4f738bf8bec12959eed7d39e7 /packages/gettext/gettext_0.17.bb
parentc6535102cb928756eb419b007e9bd14caf6cf1c8 (diff)
gettext: add patch open() mode from ubuntu
* add use_open_properly.patch from ubuntu gettext_0.17-3ubuntu2.diff * bump PR on native and target
Diffstat (limited to 'packages/gettext/gettext_0.17.bb')
-rw-r--r--packages/gettext/gettext_0.17.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/gettext/gettext_0.17.bb b/packages/gettext/gettext_0.17.bb
index 13ac5b9373..fe48080085 100644
--- a/packages/gettext/gettext_0.17.bb
+++ b/packages/gettext/gettext_0.17.bb
@@ -2,13 +2,14 @@ DESCRIPTION = "The GNU internationalization library."
HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html"
SECTION = "libs"
LICENSE = "GPL"
-FILE_PR = "r1"
+FILE_PR = "r2"
DEPENDS = "gettext-native virtual/libiconv ncurses expat"
PROVIDES = "virtual/libintl"
SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \
file://autotools.patch;patch=1 \
file://wchar-uclibc.patch;patch=1 \
+ file://use_open_properly.patch;patch=1 \
"
SRC_URI_append_linux-uclibc = " file://gettext-error_print_progname.patch;patch=1"