blob: 612c0411e269467ac087f3a24489873e5865cc61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
require 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
}
|