From a780643c4b6aa11e1a36965a69df7116477c7b4c Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 7 Dec 2004 22:05:47 +0000 Subject: Merge oe-devel@oe-devel.bkbits.net:packages.bb into handhelds.org:/home/kergoth/code/packages.bb 2004/12/07 04:58:25-06:00 ti.com!kergoth More updates per the core rename. 2004/12/07 04:46:51-06:00 ti.com!kergoth Update soundtracker per the core rename. 2004/12/07 04:44:14-06:00 ti.com!kergoth Merge 2004/12/07 04:42:38-06:00 ti.com!kergoth Updates per the recent rename of the oe core from 'oe' to 'bitbake'. BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw --- module-init-tools/module-init-tools_3.1-pre5.oe | 45 ------------------------- 1 file changed, 45 deletions(-) delete mode 100644 module-init-tools/module-init-tools_3.1-pre5.oe (limited to 'module-init-tools/module-init-tools_3.1-pre5.oe') diff --git a/module-init-tools/module-init-tools_3.1-pre5.oe b/module-init-tools/module-init-tools_3.1-pre5.oe deleted file mode 100644 index 3579424ff6..0000000000 --- a/module-init-tools/module-init-tools_3.1-pre5.oe +++ /dev/null @@ -1,45 +0,0 @@ -licenSE = GPL -SECTION = "base" -DESCRIPTION = "This package contains a set of programs for loading, inserting, and \ -removing kernel modules for Linux (versions 2.5.48 and above). It serves \ -the same function that the modutils package serves for Linux 2.4." -PR = "r1" - -PACKAGES =+ "module-init-tools-insmod-static module-init-tools-depmod" -RDEPENDS_${PN} += "module-init-tools-depmod" - -FILES_module-init-tools-depmod = "${sbindir}/depmod" -FILES_module-init-tools-insmod-static = "${sbindir}/insmod.static" - -SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/kernel/module-init-tools/module-init-tools-${PV}.tar.bz2" -S = "${WORKDIR}/module-init-tools-${PV}" - -bindir = "/bin" -sbindir = "/sbin" - -inherit autotools - -do_install_append() { - for f in bin/lsmod sbin/insmod sbin/rmmod sbin/modprobe sbin/modinfo; do - mv ${D}/$f ${D}/$f.26 - done - install -d ${D}${mandir} - mv ${D}${prefix}/man/* ${D}${mandir}/ -} - -pkg_postinst_module-init-tools() { -#!/bin/sh -for f in sbin/insmod sbin/modprobe sbin/rmmod sbin/depmod sbin/modinfo bin/lsmod; do -bn=`basename $f` - update-alternatives --install /$f $bn /$f.26 20 -done -} - -pkg_prerm_module-init-tools() { -#!/bin/sh -for f in sbin/insmod sbin/modprobe sbin/rmmod sbin/depmod sbin/modinfo bin/lsmod; do -bn=`basename $f` - update-alternatives --remove $bn /$f.26 -done -} - -- cgit v1.2.3