aboutsummaryrefslogtreecommitdiffstats
path: root/modutils/modutils-cross_2.4.25.oe
blob: 9d1e144189faa1b6926b21af6c9314a1c139d35c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
include modutils_${PV}.oe
inherit cross
S = "${WORKDIR}/modutils-${PV}"
DEPENDS=
FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/modutils-${PV}-${PR}"
PACKAGES =

sbindir = "${prefix}/bin"

EXTRA_OECONF_append = ' --program-prefix=${TARGET_PREFIX}'

do_stage () {
        oe_runmake install
}

do_install () {
        :
}