mirror of
https://git.yoctoproject.org/poky
synced 2026-06-04 14:09:47 +00:00
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
SECTION = "base"
|
||||
include modutils_${PV}.bb
|
||||
PR = "r8"
|
||||
inherit cross
|
||||
S = "${WORKDIR}/modutils-${PV}"
|
||||
DEPENDS = ""
|
||||
PACKAGES = ""
|
||||
PROVIDES += "virtual/${TARGET_PREFIX}depmod virtual/${TARGET_PREFIX}depmod-2.4"
|
||||
DEFAULT_PREFERENCE = "1"
|
||||
|
||||
SRC_URI += "file://modutils-cross/module.h.diff;patch=1"
|
||||
|
||||
sbindir = "${prefix}/bin"
|
||||
|
||||
EXTRA_OECONF_append = " --program-prefix=${TARGET_PREFIX}"
|
||||
|
||||
CFLAGS_prepend_mipsel = "-D__MIPSEL__"
|
||||
CFLAGS_prepend_mipseb = "-D__MIPSEB__"
|
||||
|
||||
do_stage () {
|
||||
oe_runmake install
|
||||
mv ${bindir}/${TARGET_PREFIX}depmod ${bindir}/${TARGET_PREFIX}depmod-2.4
|
||||
}
|
||||
|
||||
do_install () {
|
||||
:
|
||||
}
|
||||
Reference in New Issue
Block a user