aboutsummaryrefslogtreecommitdiffstats
path: root/modutils
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-01-22 22:02:36 +0000
committerChris Larson <clarson@kergoth.com>2004-01-22 22:02:36 +0000
commit9f91df477a938c9ecf02d75bf9f5c144ef8ed584 (patch)
treec6a54b71a6f124414b67463d35da2e00b3244913 /modutils
parentbdf76faed8ca986395344bd5309d6d2a01e12e85 (diff)
downloadopenembedded-9f91df477a938c9ecf02d75bf9f5c144ef8ed584.tar.gz
Merge zelda.tuxnami.org:code/packages
into linux.local:/home/kergoth/code/packages 2004/01/22 17:02:06-05:00 local!kergoth Add an initial modutils-cross, so we can pregenerate module dependency information for images. BKrev: 4010487cr4HynJbW5m4jaJuKspbjlQ
Diffstat (limited to 'modutils')
-rw-r--r--modutils/modutils-cross_2.4.25.oe0
-rw-r--r--modutils/modutils_2.4.25.oe7
2 files changed, 2 insertions, 5 deletions
diff --git a/modutils/modutils-cross_2.4.25.oe b/modutils/modutils-cross_2.4.25.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/modutils/modutils-cross_2.4.25.oe
diff --git a/modutils/modutils_2.4.25.oe b/modutils/modutils_2.4.25.oe
index 397de5e15b..ac0b39cca7 100644
--- a/modutils/modutils_2.4.25.oe
+++ b/modutils/modutils_2.4.25.oe
@@ -1,4 +1,4 @@
-SRC_URI = ftp://ftp.kernel.org/pub/linux/utils/kernel/${PN}/v2.4/${P}.tar.bz2 \
+SRC_URI = ftp://ftp.kernel.org/pub/linux/utils/kernel/${PN}/v2.4/modutils-${PV}.tar.bz2 \
file://${FILESDIR}/modutils-notest.patch;patch=1 \
file://${FILESDIR}/configure.patch;patch=1
@@ -9,11 +9,8 @@ sbindir=/sbin
EXTRA_OECONF = --disable-strip
export BUILDCC = ${BUILD_CC}
-do_install_prepend () {
- oe_runmake 'DESTDIR=${D}' install
-}
-
do_install () {
+ oe_runmake 'DESTDIR=${D}' install
install -d ${D}/${sysconfdir}
oe_machinstall -m 0644 ${FILESDIR}/modules ${D}/${sysconfdir}/modules
oe_machinstall -m 0644 ${FILESDIR}/modules.conf ${D}/${sysconfdir}/modules.conf