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

SRC_URI +=  "file://module.h.diff;patch=1"

sbindir = "${prefix}/bin"

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

do_stage () {
        oe_runmake install
}

do_install () {
        :
}