aboutsummaryrefslogtreecommitdiffstats
path: root/packages/quilt/quilt-native.inc
blob: d19d864904bad5da3ab83baabb3fcfb2e8a72003 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
require quilt_${PV}.inc

SRC_URI_append_build-darwin = "?   file://non-gnu.patch;patch=1 "
RDEPENDS_${PN} = "diffstat-native patch-native bzip2-native"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/quilt-${PV}"

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
}