diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-17 12:01:05 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-17 12:01:05 +0000 |
| commit | 040cf26c514610d1610e20292f57ad42655faf8e (patch) | |
| tree | 298970d940042529fe11e0946b79cd63d69e065a /meta | |
| parent | a78d298e8e41e47b68a8204d03bba2540a24953e (diff) | |
| download | poky-040cf26c514610d1610e20292f57ad42655faf8e.tar.gz | |
modutils-cross: Use do_install for staging
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/packages/modutils/modutils-cross_2.4.27.bb | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/meta/packages/modutils/modutils-cross_2.4.27.bb b/meta/packages/modutils/modutils-cross_2.4.27.bb index 1d60c4666d..d772516d32 100644 --- a/meta/packages/modutils/modutils-cross_2.4.27.bb +++ b/meta/packages/modutils/modutils-cross_2.4.27.bb | |||
| @@ -15,11 +15,6 @@ EXTRA_OECONF_append = " --program-prefix=${TARGET_PREFIX}" | |||
| 15 | CFLAGS_prepend_mipsel = "-D__MIPSEL__" | 15 | CFLAGS_prepend_mipsel = "-D__MIPSEL__" |
| 16 | CFLAGS_prepend_mipseb = "-D__MIPSEB__" | 16 | CFLAGS_prepend_mipseb = "-D__MIPSEB__" |
| 17 | 17 | ||
| 18 | do_stage () { | 18 | do_install_append () { |
| 19 | oe_runmake install | 19 | mv ${D}${bindir}/${TARGET_PREFIX}depmod ${D}${bindir}/${TARGET_PREFIX}depmod-2.4 |
| 20 | mv ${bindir}/${TARGET_PREFIX}depmod ${bindir}/${TARGET_PREFIX}depmod-2.4 | ||
| 21 | } | ||
| 22 | |||
| 23 | do_install () { | ||
| 24 | : | ||
| 25 | } | 20 | } |
