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