diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-05-05 14:42:56 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-05-05 14:42:56 +0000 |
commit | 03a1dce0d4eb3f64976366decdd25c29b3084ffb (patch) | |
tree | 1727700532d85147e3d29adb38a15c45c0a426fc | |
parent | d7d8f6dfb26dfac0be1b474d044a2c04f7b35270 (diff) |
modutils 2.4.27
BKrev: 4098fd70mZ3mGYtSFaFdKbQhAnf3VA
-rw-r--r-- | modutils/modutils-cross_2.4.25.oe | 18 | ||||
-rw-r--r-- | modutils/modutils-cross_2.4.27.oe | 0 | ||||
-rw-r--r-- | modutils/modutils_2.4.25.oe | 49 | ||||
-rw-r--r-- | modutils/modutils_2.4.27.oe | 0 |
4 files changed, 0 insertions, 67 deletions
diff --git a/modutils/modutils-cross_2.4.25.oe b/modutils/modutils-cross_2.4.25.oe deleted file mode 100644 index 88d6771569..0000000000 --- a/modutils/modutils-cross_2.4.25.oe +++ /dev/null @@ -1,18 +0,0 @@ -include modutils_${PV}.oe -inherit cross -S = "${WORKDIR}/modutils-${PV}" -DEPENDS = "patcher-native" -FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/files" -PACKAGES = "" - -sbindir = "${prefix}/bin" - -EXTRA_OECONF_append = " --program-prefix=${TARGET_PREFIX}" - -do_stage () { - oe_runmake install -} - -do_install () { - : -} diff --git a/modutils/modutils-cross_2.4.27.oe b/modutils/modutils-cross_2.4.27.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/modutils/modutils-cross_2.4.27.oe diff --git a/modutils/modutils_2.4.25.oe b/modutils/modutils_2.4.25.oe deleted file mode 100644 index 0fd7fe4137..0000000000 --- a/modutils/modutils_2.4.25.oe +++ /dev/null @@ -1,49 +0,0 @@ -DEPENDS = "virtual/libc" -DESCRIPTION = "These utilities are intended to make a Linux modular kernel \ -manageable for all users, administrators and distribution \ -maintainers." - -SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/kernel/modutils/v2.4/modutils-${PV}.tar.bz2 \ - file://${FILESDIR}/modutils-notest.patch;patch=1 \ - file://${FILESDIR}/configure.patch;patch=1 \ - file://${FILESDIR}/program_prefix.patch;patch=1" - -inherit autotools - -# modutils go in /sbin -sbindir = "/sbin" -EXTRA_OECONF = "--disable-strip" -export BUILDCC = "${BUILD_CC}" - -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 -} - -pkg_postinst () { - if test -n "${D}"; then - D="-r ${D}" - if test -n "`which ${TARGET_PREFIX}depmod`"; then - for kerneldir in `ls -p ${IMAGE_ROOTFS}/lib/modules|grep /`; do - kernelver=`basename $kerneldir` - ${TARGET_PREFIX}depmod -a -b ${IMAGE_ROOTFS} -C ${IMAGE_ROOTFS}/${sysconfdir}/modules.conf -r $kernelver - done - fi - fi - update-rc.d $D modutils start 20 S . -} - -pkg_prerm () { - if test -n "${D}"; then - D="-r ${D}" - fi - update-rc.d $D modutils remove -} - -PACKAGES = "modutils-depmod modutils" - -FILES_modutils-depmod = "sbin/depmod" - -RDEPENDS_modutils = "modutils-depmod" diff --git a/modutils/modutils_2.4.27.oe b/modutils/modutils_2.4.27.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/modutils/modutils_2.4.27.oe |