diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-05-17 15:35:34 +0000 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-05-17 15:35:34 +0000 |
commit | 726d25774f3b5651c9797742f0d919477f1b7f21 (patch) | |
tree | f28026f02d5456d8a207768e3729ed6014321ec6 /packages/gettext/gettext_0.14.1.bb | |
parent | d7da261f228a694699f9ef66a1d5a200a335a141 (diff) | |
parent | 654ab9558eccd83d6816ea8760ce7386b60b823f (diff) |
merge of '6f7c6c0d226901d61dbd149693b1d376efe3b4d2'
and 'bbe1f43b109ad4a796a0fb8e5edee36e28a20276'
Diffstat (limited to 'packages/gettext/gettext_0.14.1.bb')
-rw-r--r-- | packages/gettext/gettext_0.14.1.bb | 4 |
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" |