summaryrefslogtreecommitdiff
path: root/module-init-tools/module-init-tools-cross_3.1-pre5.oe
blob: b3902ef4ede6d68004adc511e5fc0f97a340516d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LICENSE = GPL
include module-init-tools_${PV}.oe
inherit cross
DEFAULT_PREFERENCE = "0"
PROVIDES += "virtual/${TARGET_PREFIX}depmod"

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

do_stage () {
        oe_runmake install
}

do_install () {
        :
}