Merge bk://openembedded@openembedded.bkbits.net/packages
authorPhil Blundell <philb@gnu.org>
Fri, 2 Jul 2004 22:59:24 +0000 (22:59 +0000)
committerPhil Blundell <philb@gnu.org>
Fri, 2 Jul 2004 22:59:24 +0000 (22:59 +0000)
into stealth.(none):/home/pb/oe/oe-packages

2004/07/02 23:59:10+01:00 (none)!pb
don't ship /etc/modules{.conf} in modutils; those files are in modutils-collateral.

BKrev: 40e5e8cclrDXUVmqGngqfIj4C8PT9Q

modutils/modutils_2.4.27.oe

index 4b328d5..53f6686 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r1"
+PR = "r2"
 DESCRIPTION = "These utilities are intended to make a Linux modular kernel \
 manageable for all users, administrators and distribution \
 maintainers."
@@ -8,9 +8,7 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/kernel/modutils/v2.4/modutils-${
            file://lex.l.diff;patch=1 \
            file://modutils-notest.patch;patch=1 \
            file://configure.patch;patch=1 \
-           file://program_prefix.patch;patch=1 \
-           file://modules \
-           file://modules.conf"
+           file://program_prefix.patch;patch=1"
 
 inherit autotools
 
@@ -22,8 +20,6 @@ export BUILDCC = "${BUILD_CC}"
 do_install () {
        oe_runmake 'DESTDIR=${D}' install
        install -d ${D}/${sysconfdir}
-       install -m 0644 ${WORKDIR}/modules ${D}/${sysconfdir}/modules
-       install -m 0644 ${WORKDIR}/modules.conf ${D}/${sysconfdir}/modules.conf
 }
 
 pkg_postinst_modutils () {