summaryrefslogtreecommitdiff
path: root/modutils/modutils-cross_2.4.27.oe
blob: 8946d6810036dd3b5969f8e4304d121cb77f5581 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include modutils_${PV}.oe
inherit cross
S = "${WORKDIR}/modutils-${PV}"
DEPENDS = "patcher-native"
PACKAGES = ""

sbindir = "${prefix}/bin"

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

do_stage () {
        oe_runmake install
}

do_install () {
        :
}