summaryrefslogtreecommitdiff
path: root/packages/gettext/gettext_0.14.1.bb
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2008-05-16 15:58:50 +0000
committerHenning Heinold <heinold@inf.fu-berlin.de>2008-05-16 15:58:50 +0000
commit654ab9558eccd83d6816ea8760ce7386b60b823f (patch)
treee483965ba53dcee65442b3b988561c116f299f91 /packages/gettext/gettext_0.14.1.bb
parente59191af5bc39b3ad744059da92f7c398b227c3e (diff)
gettext: update recipe
* gettext depends on virtual/libiconv, but native package does not for now * took linklib_from_0.17.patch from poky courtesy to Richard Purdie * bump PR
Diffstat (limited to 'packages/gettext/gettext_0.14.1.bb')
-rw-r--r--packages/gettext/gettext_0.14.1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/gettext/gettext_0.14.1.bb b/packages/gettext/gettext_0.14.1.bb
index d5afbaf520..9c020f34c7 100644
--- a/packages/gettext/gettext_0.14.1.bb
+++ b/packages/gettext/gettext_0.14.1.bb
@@ -2,12 +2,14 @@ DESCRIPTION = "The GNU internationalization library."
HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html"
SECTION = "libs"
LICENSE = "GPL"
-PR = "r8"
+PR = "r9"
+DEPENDS = "virtual/libiconv"
PROVIDES = "virtual/libintl"
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://getline.m4.patch;patch=1 \
file://disable_java.patch;patch=1"