aboutsummaryrefslogtreecommitdiffstats
path: root/packages/quilt/quilt-native_0.37.bb
blob: 756ea0b5f31a19226017a88c6de64c97b0d599d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
}