aboutsummaryrefslogtreecommitdiffstats
path: root/gettext
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-11-09 12:17:34 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-11-09 12:17:34 +0000
commitcf702fa25b351d374fe3deb79506afe862a4e0cd (patch)
treed1f40ebf025eb94676da5a2af48ae0ca47d355b9 /gettext
parent49a74e038261e05fef5729684e3cf718cecb9634 (diff)
downloadopenembedded-cf702fa25b351d374fe3deb79506afe862a4e0cd.tar.gz
make gettext-native more failure proof
BKrev: 4190b55e_cj3NPMrJwbHV6Eh7pVEXg
Diffstat (limited to 'gettext')
-rw-r--r--gettext/gettext-native_0.14.1.oe1
-rw-r--r--gettext/gettext_0.14.1.oe8
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