diff options
| author | Chris Larson <clarson@kergoth.com> | 2004-12-08 11:02:23 +0000 |
|---|---|---|
| committer | Chris Larson <clarson@kergoth.com> | 2004-12-08 11:02:23 +0000 |
| commit | 1016c9f974cb6cff0bb82291f3938ded9dcaaf42 (patch) | |
| tree | ba736ff757051b7d6e275e2c746651ff480748e7 /modutils | |
| parent | 922acc09ac4c74272b0291a22fb1e466c1689270 (diff) | |
Updates per the core rename.
BKrev: 41b6df3f1WM7snr9msmSOLS9PzF8Sg
Diffstat (limited to 'modutils')
| -rw-r--r-- | modutils/modutils-cross_2.4.27.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/modutils/modutils-cross_2.4.27.bb b/modutils/modutils-cross_2.4.27.bb index e69de29bb2..3ff2295117 100644 --- a/modutils/modutils-cross_2.4.27.bb +++ b/modutils/modutils-cross_2.4.27.bb @@ -0,0 +1,26 @@ +SECTION = "base" +include modutils_${PV}.bb +PR = "r5" +inherit cross +S = "${WORKDIR}/modutils-${PV}" +DEPENDS = "patcher-native" +PACKAGES = "" +PROVIDES += "virtual/${TARGET_PREFIX}depmod" +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 +} + +do_install () { + : +} |
