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 () { : }