aboutsummaryrefslogtreecommitdiffstats
path: root/packages/quilt/quilt-native_0.45.bb
blob: 25ec04e98d6454ffe44f6cad00490abf0d259590 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include quilt.inc

INHIBIT_AUTOTOOLS_DEPS = "1"

inherit autotools native

PATCHCLEANCMD = ""
PATCHCMD = "num='%s'; name='%s'; file='%s'; patch -p "$num" -i "$file""
EXTRA_OECONF = "--disable-nls"

do_configure () {
	oe_runconf
}