make gettext-native more failure proof
authorMichael Lauer <mickey@vanille-media.de>
Tue, 9 Nov 2004 12:17:34 +0000 (12:17 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Tue, 9 Nov 2004 12:17:34 +0000 (12:17 +0000)
BKrev: 4190b55e_cj3NPMrJwbHV6Eh7pVEXg

gettext/gettext-native_0.14.1.oe
gettext/gettext_0.14.1.oe

index 397c61d..fce2df7 100644 (file)
@@ -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}"
index 40887bb..7e42817 100644 (file)
@@ -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