mirror of
git://git.yoctoproject.org/poky
synced 2026-08-14 08:04:03 +00:00
modutils-cross: Use do_install for staging
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
parent
a78d298e8e
commit
040cf26c51
@ -15,11 +15,6 @@ 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 () {
|
||||
:
|
||||
do_install_append () {
|
||||
mv ${D}${bindir}/${TARGET_PREFIX}depmod ${D}${bindir}/${TARGET_PREFIX}depmod-2.4
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user