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 | |
parent | 49a74e038261e05fef5729684e3cf718cecb9634 (diff) |
make gettext-native more failure proof
BKrev: 4190b55e_cj3NPMrJwbHV6Eh7pVEXg
-rw-r--r-- | gettext/gettext-native_0.14.1.oe | 1 | ||||
-rw-r--r-- | gettext/gettext_0.14.1.oe | 8 |
2 files changed, 5 insertions, 4 deletions
diff --git a/gettext/gettext-native_0.14.1.oe b/gettext/gettext-native_0.14.1.oe index 397c61d5ef..fce2df7c10 100644 --- a/gettext/gettext-native_0.14.1.oe +++ b/gettext/gettext-native_0.14.1.oe @@ -1,4 +1,3 @@ -SECTION = "libs" include gettext_${PV}.oe S = "${WORKDIR}/gettext-${PV}" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/gettext-${PV}" 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 |