blob: c7067042e6a2dd022c9f60391c6a4ff262155436 [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"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05008EXTRA_OECONF_append = " --disable-nls"
Patrick Williamsc124f4f2015-09-15 14:41:29 -05009
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}