dvbapp : TranscodingSetup update
[vuplus_openembedded] / recipes / quilt / quilt-native.inc
1 require quilt.inc
2
3 SRC_URI_append_build-darwin = "?   file://non-gnu.patch;patch=1 "
4 RDEPENDS_${PN} = "diffstat-native patch-native bzip2-native util-linux-native"
5 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/quilt-${PV}"
6
7 INHIBIT_AUTOTOOLS_DEPS = "1"
8
9 inherit autotools native
10
11 PATCHTOOL = "patch"
12 EXTRA_OECONF = "--disable-nls"
13
14 do_configure () {
15         oe_runconf
16 }
17
18 do_test() {
19     oe_runmake check
20 }
21