mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 06:49:32 +02:00
Sync kernel module utils with OE (needed for kernel.bbclass changes)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@376 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
SECTION = "base"
|
||||
include modutils_${PV}.bb
|
||||
PR = "r6"
|
||||
PR = "r8"
|
||||
inherit cross
|
||||
S = "${WORKDIR}/modutils-${PV}"
|
||||
DEPENDS = ""
|
||||
@@ -19,6 +19,7 @@ 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