summaryrefslogtreecommitdiff
path: root/packages/quilt/quilt-native_0.42.bb
blob: 9da3a2e2e163812d7c66ef2f66a063dcdda1c564 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include quilt.inc

include quilt_${PV}.bb

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
}