diff options
| author | Richard Purdie <richard@openedhand.com> | 2007-05-27 19:45:55 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2007-05-27 19:45:55 +0000 |
| commit | bd4fd028a799e804d803eac14ccb9e164ecc4938 (patch) | |
| tree | 8931cbccbc1fa9ddfb55923450de744b9d570c96 /meta/packages/gettext/gettext_0.14.1.bb | |
| parent | 0dd5fc281107dae66acb18e865e1ae0232f87c19 (diff) | |
| download | poky-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.bb | 8 |
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." | |||
| 2 | HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html" | 2 | HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html" |
| 3 | SECTION = "libs" | 3 | SECTION = "libs" |
| 4 | LICENSE = "GPL" | 4 | LICENSE = "GPL" |
| 5 | PR = "r3" | 5 | PR = "r5" |
| 6 | PROVIDES = "virtual/libintl" | 6 | PROVIDES = "virtual/libintl" |
| 7 | 7 | ||
| 8 | SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \ | 8 | SRC_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 | |||
| 13 | SRC_URI_append_linux-uclibc = " file://gettext-error_print_progname.patch;patch=1" | ||
| 14 | SRC_URI_append_linux-uclibcgnueabi = " file://gettext-error_print_progname.patch;patch=1" | ||
| 11 | 15 | ||
| 12 | PARALLEL_MAKE = "" | 16 | PARALLEL_MAKE = "" |
| 13 | 17 | ||
