From a35990fa45364f8fca196741fa0b1e6728254459 Mon Sep 17 00:00:00 2001 From: "nslu2-linux.adm@bkbits.net" Date: Tue, 18 Jan 2005 04:40:08 +0000 Subject: Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/01/17 21:30:51-06:00 kergoth.com!kergoth Add the quilt-native autoreconf patch that I apparently missed in my earlier commit, and adjust the PATCHCMD in quilt-native and patcher-native to properly fail on patch application failure. BKrev: 41ec9328QpfEWBxLn3lgqOBVACLMjw --- packages/quilt/files/autoreconf.patch | 0 packages/quilt/quilt-native_0.37.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 packages/quilt/files/autoreconf.patch (limited to 'packages/quilt') diff --git a/packages/quilt/files/autoreconf.patch b/packages/quilt/files/autoreconf.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/quilt/quilt-native_0.37.bb b/packages/quilt/quilt-native_0.37.bb index e69de29bb2..756ea0b5f3 100644 --- a/packages/quilt/quilt-native_0.37.bb +++ b/packages/quilt/quilt-native_0.37.bb @@ -0,0 +1,21 @@ +include quilt.inc + +INHIBIT_AUTOTOOLS_DEPS = "1" + +SRC_URI = "cvs://anoncvs:@savannah.nongnu.org/cvsroot/quilt;method=ext;module=quilt;tag=VER_0_37 \ + file://install.patch;patch=1 \ + file://nostrip.patch;patch=1 \ + file://wiggle.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 +} -- cgit v1.2.3