blob: 5c4b0a217ef025e768ba600d98728d0b02a57198 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001RDEPENDS_${PN} = "diffstat-native patch-native bzip2-native util-linux-native"
2
3INHIBIT_AUTOTOOLS_DEPS = "1"
4
5inherit native
6
7PATCHTOOL = "patch"
8EXTRA_OECONF = "--disable-nls"
9
10do_configure () {
11 oe_runconf
12}
13
14do_install_append () {
15 # Dummy quiltrc file for patch.bbclass
16 install -d ${D}${sysconfdir}/
17 touch ${D}${sysconfdir}/quiltrc
18}