diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-13 05:42:36 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-13 05:42:36 +0000 |
commit | 06f7d17e81de21a95e35b03453242bc62b05a6aa (patch) | |
tree | bc9c53bce2c6a2fdce3caf5bb45bc3f8634b56be /modutils | |
parent | 4b022a36ced4930af6bcdeb7d75a5ed10c4ac9cd (diff) |
First pass of .oe cleanups.
BKrev: 40529f4crFtRY5_1DubNmWhDeHSmPw
Diffstat (limited to 'modutils')
-rw-r--r-- | modutils/modutils-cross_2.4.25.oe | 19 | ||||
-rw-r--r-- | modutils/modutils_2.4.25.oe | 2 |
2 files changed, 20 insertions, 1 deletions
diff --git a/modutils/modutils-cross_2.4.25.oe b/modutils/modutils-cross_2.4.25.oe index e69de29bb2..9d1e144189 100644 --- a/modutils/modutils-cross_2.4.25.oe +++ b/modutils/modutils-cross_2.4.25.oe @@ -0,0 +1,19 @@ +include modutils_${PV}.oe +inherit cross +S = "${WORKDIR}/modutils-${PV}" +DEPENDS= +FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/modutils-${PV}-${PR}" +PACKAGES = + +sbindir = "${prefix}/bin" + +EXTRA_OECONF_append = ' --program-prefix=${TARGET_PREFIX}' + +do_stage () { + oe_runmake install +} + +do_install () { + : +} + diff --git a/modutils/modutils_2.4.25.oe b/modutils/modutils_2.4.25.oe index ada6c7a53d..76b2e3f7e0 100644 --- a/modutils/modutils_2.4.25.oe +++ b/modutils/modutils_2.4.25.oe @@ -6,7 +6,7 @@ SRC_URI = ftp://ftp.kernel.org/pub/linux/utils/kernel/modutils/v2.4/modutils-${P inherit autotools # modutils go in /sbin -sbindir=/sbin +sbindir = "/sbin" EXTRA_OECONF = --disable-strip export BUILDCC = ${BUILD_CC} |