summaryrefslogtreecommitdiffstats
path: root/meta/packages/gettext/gettext_0.14.1.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-05-27 19:45:55 +0000
committerRichard Purdie <richard@openedhand.com>2007-05-27 19:45:55 +0000
commitbd4fd028a799e804d803eac14ccb9e164ecc4938 (patch)
tree8931cbccbc1fa9ddfb55923450de744b9d570c96 /meta/packages/gettext/gettext_0.14.1.bb
parent0dd5fc281107dae66acb18e865e1ae0232f87c19 (diff)
downloadpoky-bd4fd028a799e804d803eac14ccb9e164ecc4938.tar.gz
gettext: Sync with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1784 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gettext/gettext_0.14.1.bb')
-rw-r--r--meta/packages/gettext/gettext_0.14.1.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/packages/gettext/gettext_0.14.1.bb b/meta/packages/gettext/gettext_0.14.1.bb
index 9e2222aa0e..1cc272bf14 100644
--- a/meta/packages/gettext/gettext_0.14.1.bb
+++ b/meta/packages/gettext/gettext_0.14.1.bb
@@ -2,12 +2,16 @@ DESCRIPTION = "The GNU internationalization library."
2HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html" 2HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html"
3SECTION = "libs" 3SECTION = "libs"
4LICENSE = "GPL" 4LICENSE = "GPL"
5PR = "r3" 5PR = "r5"
6PROVIDES = "virtual/libintl" 6PROVIDES = "virtual/libintl"
7 7
8SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \ 8SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \
9 file://gettext-vpath.patch;patch=1;pnum=1 \ 9 file://gettext-vpath.patch;patch=1;pnum=1 \
10 file://fixchicken.patch;patch=1;pnum=1" 10 file://fixchicken.patch;patch=1;pnum=1 \
11 file://getline.m4.patch;patch=1"
12
13SRC_URI_append_linux-uclibc = " file://gettext-error_print_progname.patch;patch=1"
14SRC_URI_append_linux-uclibcgnueabi = " file://gettext-error_print_progname.patch;patch=1"
11 15
12PARALLEL_MAKE = "" 16PARALLEL_MAKE = ""
13 17