2024-09-09 08:52:07 +00:00
|
|
|
RDEPENDS_${PN} = "diffstat-native patch-native bzip2-native util-linux-native"
|
|
|
|
|
|
|
|
INHIBIT_AUTOTOOLS_DEPS = "1"
|
|
|
|
|
|
|
|
inherit native
|
|
|
|
|
|
|
|
PATCHTOOL = "patch"
|
|
|
|
EXTRA_OECONF = "--disable-nls"
|
|
|
|
|
|
|
|
do_configure () {
|
|
|
|
oe_runconf
|
|
|
|
}
|
2024-09-09 08:57:42 +00:00
|
|
|
|
|
|
|
do_install_append () {
|
|
|
|
# Dummy quiltrc file for patch.bbclass
|
|
|
|
install -d ${D}${sysconfdir}/
|
|
|
|
touch ${D}${sysconfdir}/quiltrc
|
|
|
|
}
|