blob: d9bdc0e00c4e6dd1b92ea843def1051557a1cf76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
include quilt.inc
RDEPENDS_${PN} = "diffstat-native patch-native bzip2-native"
INHIBIT_AUTOTOOLS_DEPS = "1"
inherit autotools native
PATCHCLEANCMD = ""
PATCHCMD = "num='%s'; name='%s'; file='%s'; patch -p "$num" -i "$file""
EXTRA_OECONF = "--disable-nls"
do_configure () {
oe_runconf
}
|