summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/quilt/quilt-native.inc
blob: f6b1bd53afac92c7d579e06640984691a681cf6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
RDEPENDS_${PN} = "diffstat-native patch-native bzip2-native"

INHIBIT_AUTOTOOLS_DEPS = "1"

inherit native

PATCHTOOL = "patch"
EXTRA_OECONF_append = " --disable-nls"

do_configure () {
	oe_runconf
}

do_install_append () {
	# Dummy quiltrc file for patch.bbclass
	install -d ${D}${sysconfdir}/
	touch ${D}${sysconfdir}/quiltrc
}