diff options
| author | Anders Darander <anders@chargestorm.se> | 2011-07-01 15:08:02 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-01 23:34:18 +0100 |
| commit | 40f93ae7afbdd7f5b4ed61324f9568afd8b65a92 (patch) | |
| tree | efdb80dc76d8a2916933c4c095228c350e10dc66 /meta/recipes-kernel/modutils/modutils-cross_2.4.27.bb | |
| parent | f370e45cbbe9dfa35e3b4d26190371b5d1d63d10 (diff) | |
| download | poky-40f93ae7afbdd7f5b4ed61324f9568afd8b65a92.tar.gz | |
modutils: remove modutils
As 2.4 support is being phased out, remove modutils.
(From OE-Core rev: e7bc441686c384f025a8b722441bdb1f66d5f8db)
Signed-off-by: Anders Darander <anders@chargestorm.se>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/modutils/modutils-cross_2.4.27.bb')
| -rw-r--r-- | meta/recipes-kernel/modutils/modutils-cross_2.4.27.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/recipes-kernel/modutils/modutils-cross_2.4.27.bb b/meta/recipes-kernel/modutils/modutils-cross_2.4.27.bb deleted file mode 100644 index f7c68bb977..0000000000 --- a/meta/recipes-kernel/modutils/modutils-cross_2.4.27.bb +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | require modutils_${PV}.bb | ||
| 2 | PR = "r10" | ||
| 3 | inherit cross | ||
| 4 | DEPENDS = "" | ||
| 5 | PACKAGES = "" | ||
| 6 | PROVIDES += "virtual/${TARGET_PREFIX}depmod virtual/${TARGET_PREFIX}depmod-2.4" | ||
| 7 | DEFAULT_PREFERENCE = "1" | ||
| 8 | |||
| 9 | SRC_URI += "file://modutils-cross/module.h.diff;patch=1" | ||
| 10 | |||
| 11 | sbindir = "${prefix}/bin" | ||
| 12 | |||
| 13 | EXTRA_OECONF_append = " --program-prefix=${TARGET_PREFIX}" | ||
| 14 | |||
| 15 | CFLAGS_prepend_mipsel = "-D__MIPSEL__" | ||
| 16 | CFLAGS_prepend_mipseb = "-D__MIPSEB__" | ||
| 17 | |||
| 18 | do_install_append () { | ||
| 19 | mv ${D}${sbindir}/${TARGET_PREFIX}depmod ${D}${sbindir}/${TARGET_PREFIX}depmod-2.4 | ||
| 20 | } | ||
