diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-11-09 12:17:34 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-11-09 12:17:34 +0000 |
commit | cf702fa25b351d374fe3deb79506afe862a4e0cd (patch) | |
tree | d1f40ebf025eb94676da5a2af48ae0ca47d355b9 /gettext/gettext_0.14.1.oe | |
parent | 49a74e038261e05fef5729684e3cf718cecb9634 (diff) |
make gettext-native more failure proof
BKrev: 4190b55e_cj3NPMrJwbHV6Eh7pVEXg
Diffstat (limited to 'gettext/gettext_0.14.1.oe')
-rw-r--r-- | gettext/gettext_0.14.1.oe | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gettext/gettext_0.14.1.oe b/gettext/gettext_0.14.1.oe index 40887bb96e..7e42817670 100644 --- a/gettext/gettext_0.14.1.oe +++ b/gettext/gettext_0.14.1.oe @@ -1,9 +1,11 @@ +DESCRIPTION = "The GNU internationalization library." SECTION = "libs" -LICENSE = GPL -DESCRIPTION = The GNU internationalization library. +LICENSE = "GPL" +PR = "r1" SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \ - file://gettext-vpath.patch;patch=1;pnum=1" + file://gettext-vpath.patch;patch=1;pnum=1 \ + file://fixchicken.patch;patch=1;pnum=1" inherit autotools |