blob: 0eeaa87e1c6ab8d81cb648d16f9058689d0cdcbf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
SRC_URI_append_build-darwin = "? file://non-gnu.patch;patch=1 "
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
}
|