aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/quilt/quilt-native.inc
blob: 2e2230bb2206260084a5248e13fc6fa0120dacba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
require quilt.inc

SRC_URI_append_build-darwin = " file://non-gnu.patch"
SRC_URI_append_build-linux = " file://dont-allow-optional-quiltrc.patch"

RDEPENDS_${PN} = "diffstat-native patch-native bzip2-native util-linux-native"

FILESPATHPKG =. quilt-${PV}
INHIBIT_AUTOTOOLS_DEPS = "1"

inherit autotools native

PATCHTOOL = "patch"
EXTRA_OECONF = "--disable-nls"
EXTRA_OECONF_append_darwin = " --without-getopt"

do_configure () {
	oe_runconf
}

do_install () {
	oe_runmake 'BUILD_ROOT=${D}' install
}

do_test() {
    oe_runmake check
}