From: nslu2-linux.adm@bkbits.net Date: Sat, 15 Jan 2005 06:40:11 +0000 (+0000) Subject: Merge bk://oe-devel.bkbits.net/openembedded X-Git-Tag: Release-2010-05/1~15431 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd38969fbe381da8a0d9441bc9d56a532d228892;p=openembedded.git Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/01/15 00:29:43-06:00 ti.com!kergoth Merge oe-devel@oe-devel.bkbits.net:openembedded into odin.sc.ti.com:/home/kergoth/code/user/oe/openembedded 2005/01/15 00:26:59-06:00 ti.com!kergoth Apply patch to quilt to add a cmdline option for calling out 'wiggle' when dealing with rejects. BKrev: 41e8bacbnOQzXXe7K7p7tkbzsePZWQ --- diff --git a/packages/quilt/files/wiggle.patch b/packages/quilt/files/wiggle.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/quilt/quilt_0.37.bb b/packages/quilt/quilt_0.37.bb index e69de29bb2..d7096ae18a 100644 --- a/packages/quilt/quilt_0.37.bb +++ b/packages/quilt/quilt_0.37.bb @@ -0,0 +1,13 @@ +include quilt.inc + +PR = "r1" +RSUGGESTS += "wiggle" +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" +S = "${WORKDIR}/quilt" + +inherit autotools gettext + +include quilt-package.inc