aboutsummaryrefslogtreecommitdiffstats
path: root/modutils
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-07-02 22:59:24 +0000
committerPhil Blundell <philb@gnu.org>2004-07-02 22:59:24 +0000
commit23fb33d546bfc790bad46c3847ecba30345951f0 (patch)
treeb00810fba2eb0b131f8ae4cdf6865e77e02c3dab /modutils
parenta5ba5900f2a817ea341acf630052f2642d614ebf (diff)
downloadopenembedded-23fb33d546bfc790bad46c3847ecba30345951f0.tar.gz
Merge bk://openembedded@openembedded.bkbits.net/packages
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
Diffstat (limited to 'modutils')
-rw-r--r--modutils/modutils_2.4.27.oe8
1 files changed, 2 insertions, 6 deletions
diff --git a/modutils/modutils_2.4.27.oe b/modutils/modutils_2.4.27.oe
index 4b328d5913..53f66863af 100644
--- a/modutils/modutils_2.4.27.oe
+++ b/modutils/modutils_2.4.27.oe
@@ -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 () {