quilt: Add 0.42 - I've been using this locally for a while with no issues
authorRichard Purdie <rpurdie@rpsys.net>
Sat, 10 Dec 2005 18:30:41 +0000 (18:30 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 10 Dec 2005 18:30:41 +0000 (18:30 +0000)
packages/quilt/quilt-native_0.42.bb [new file with mode: 0644]
packages/quilt/quilt_0.42.bb [new file with mode: 0644]

diff --git a/packages/quilt/quilt-native_0.42.bb b/packages/quilt/quilt-native_0.42.bb
new file mode 100644 (file)
index 0000000..5dabcff
--- /dev/null
@@ -0,0 +1,20 @@
+include quilt.inc
+
+INHIBIT_AUTOTOOLS_DEPS = "1"
+
+SRC_URI = "cvs://anoncvs:@savannah.nongnu.org/cvsroot/quilt;method=ext;rsh=ssh;module=quilt;tag=VER_${@(bb.data.getVar('PV', d, 1) or '').replace('.', '_')} \
+          file://install.patch;patch=1 \
+          file://nostrip.patch;patch=1 \
+          file://autoreconf.patch;patch=1"
+S = "${WORKDIR}/quilt"
+
+inherit autotools native
+
+PATCHCLEANCMD = ""
+PATCHCMD = "num='%s'; name='%s'; file='%s'; patch -p "$num" -i "$file""
+EXTRA_OECONF = "--disable-nls"
+
+do_configure () {
+       chmod 755 configure
+       oe_runconf
+}
diff --git a/packages/quilt/quilt_0.42.bb b/packages/quilt/quilt_0.42.bb
new file mode 100644 (file)
index 0000000..f04f180
--- /dev/null
@@ -0,0 +1,10 @@
+include quilt.inc
+
+SRC_URI = "cvs://anoncvs:@savannah.nongnu.org/cvsroot/quilt;method=ext;rsh=ssh;module=quilt;tag=VER_${@(bb.data.getVar('PV', d, 1) or '').replace('.', '_')} \
+          file://install.patch;patch=1 \
+          file://nostrip.patch;patch=1"
+S = "${WORKDIR}/quilt"
+
+inherit autotools gettext
+
+include quilt-package.inc