diff options
Diffstat (limited to 'openembedded/packages/module-init-tools')
| -rw-r--r-- | openembedded/packages/module-init-tools/module-init-tools-3.2-pre9/ignore_arch_directory (renamed from openembedded/packages/module-init-tools/module-init-tools-3.2-pre7/ignore_arch_directory) | 0 | ||||
| -rw-r--r-- | openembedded/packages/module-init-tools/module-init-tools-3.2-pre9/manpagesopt (renamed from openembedded/packages/module-init-tools/module-init-tools-3.2-pre7/manpagesopt) | 14 | ||||
| -rw-r--r-- | openembedded/packages/module-init-tools/module-init-tools_3.1.bb | 60 | ||||
| -rw-r--r-- | openembedded/packages/module-init-tools/module-init-tools_3.2-pre9.bb (renamed from openembedded/packages/module-init-tools/module-init-tools_3.2-pre7.bb) | 6 |
4 files changed, 11 insertions, 69 deletions
diff --git a/openembedded/packages/module-init-tools/module-init-tools-3.2-pre7/ignore_arch_directory b/openembedded/packages/module-init-tools/module-init-tools-3.2-pre9/ignore_arch_directory index 185ea7a3a5..185ea7a3a5 100644 --- a/openembedded/packages/module-init-tools/module-init-tools-3.2-pre7/ignore_arch_directory +++ b/openembedded/packages/module-init-tools/module-init-tools-3.2-pre9/ignore_arch_directory | |||
diff --git a/openembedded/packages/module-init-tools/module-init-tools-3.2-pre7/manpagesopt b/openembedded/packages/module-init-tools/module-init-tools-3.2-pre9/manpagesopt index ee1454c6ef..5d5cac609e 100644 --- a/openembedded/packages/module-init-tools/module-init-tools-3.2-pre7/manpagesopt +++ b/openembedded/packages/module-init-tools/module-init-tools-3.2-pre9/manpagesopt | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | Index: module-init-tools-3.1/configure.in | 1 | Index: module-init-tools-3.2-pre9/configure.in |
| 2 | =================================================================== | 2 | =================================================================== |
| 3 | --- module-init-tools-3.1.orig/configure.in 2004-11-12 00:05:25.000000000 -0500 | 3 | --- module-init-tools-3.2-pre9.orig/configure.in 2005-08-09 04:31:26.000000000 +0000 |
| 4 | +++ module-init-tools-3.1/configure.in 2005-01-20 02:23:16.409792288 -0500 | 4 | +++ module-init-tools-3.2-pre9/configure.in 2005-09-20 22:06:10.000000000 +0000 |
| 5 | @@ -41,5 +41,14 @@ | 5 | @@ -41,5 +41,14 @@ |
| 6 | fi]) | 6 | fi]) |
| 7 | AC_SUBST(MODULE_DIR) | 7 | AC_SUBST(MODULE_DIR) |
| @@ -18,8 +18,10 @@ Index: module-init-tools-3.1/configure.in | |||
| 18 | +AM_CONDITIONAL([MANPAGES], test x"$enable_manpages" = x"yes") | 18 | +AM_CONDITIONAL([MANPAGES], test x"$enable_manpages" = x"yes") |
| 19 | 19 | ||
| 20 | +AC_OUTPUT([Makefile]) | 20 | +AC_OUTPUT([Makefile]) |
| 21 | --- module-init-tools-3.2-pre7/Makefile.am.orig 2005-07-05 13:55:06.000000000 +0200 | 21 | Index: module-init-tools-3.2-pre9/Makefile.am |
| 22 | +++ module-init-tools-3.2-pre7/Makefile.am 2005-07-05 13:55:31.000000000 +0200 | 22 | =================================================================== |
| 23 | --- module-init-tools-3.2-pre9.orig/Makefile.am 2005-08-09 04:54:28.000000000 +0000 | ||
| 24 | +++ module-init-tools-3.2-pre9/Makefile.am 2005-09-20 22:09:03.000000000 +0000 | ||
| 23 | @@ -21,13 +21,14 @@ | 25 | @@ -21,13 +21,14 @@ |
| 24 | MAN5 = modprobe.conf.5 modules.dep.5 | 26 | MAN5 = modprobe.conf.5 modules.dep.5 |
| 25 | MAN8 = depmod.8 insmod.8 lsmod.8 rmmod.8 modprobe.8 modinfo.8 | 27 | MAN8 = depmod.8 insmod.8 lsmod.8 rmmod.8 modprobe.8 modinfo.8 |
| @@ -28,7 +30,7 @@ Index: module-init-tools-3.1/configure.in | |||
| 28 | # If they haven't overridden mandir, fix it (never /man!) | 30 | # If they haven't overridden mandir, fix it (never /man!) |
| 29 | mandir =$(shell if [ @mandir@ = $(prefix)/man ]; then if [ $(prefix) = / ]; then echo /usr/share/man; else echo $(prefix)/share/man; fi; else echo @mandir@; fi) | 31 | mandir =$(shell if [ @mandir@ = $(prefix)/man ]; then if [ $(prefix) = / ]; then echo /usr/share/man; else echo $(prefix)/share/man; fi; else echo @mandir@; fi) |
| 30 | 32 | ||
| 31 | TESTSUITE := $(shell find tests -type f ! -name '*~') | 33 | TESTSUITE := $(shell find tests -type f ! -name '*~') tests/vg-suppressions |
| 32 | 34 | ||
| 33 | -EXTRA_DIST = generate-modprobe.conf modprobe.devfs FAQ CODING stress_modules.sh install-with-care $(SGML) $(man_MANS) $(TESTSUITE) | 35 | -EXTRA_DIST = generate-modprobe.conf modprobe.devfs FAQ CODING stress_modules.sh install-with-care $(SGML) $(man_MANS) $(TESTSUITE) |
| 34 | +if MANPAGES | 36 | +if MANPAGES |
diff --git a/openembedded/packages/module-init-tools/module-init-tools_3.1.bb b/openembedded/packages/module-init-tools/module-init-tools_3.1.bb deleted file mode 100644 index 62523f513a..0000000000 --- a/openembedded/packages/module-init-tools/module-init-tools_3.1.bb +++ /dev/null | |||
| @@ -1,60 +0,0 @@ | |||
| 1 | LICENSE = "GPL" | ||
| 2 | SECTION = "base" | ||
| 3 | DESCRIPTION = "This package contains a set of programs for loading, inserting, and \ | ||
| 4 | removing kernel modules for Linux (versions 2.5.48 and above). It serves \ | ||
| 5 | the same function that the modutils package serves for Linux 2.4." | ||
| 6 | PR = "r2" | ||
| 7 | |||
| 8 | PACKAGES =+ "module-init-tools-insmod-static module-init-tools-depmod" | ||
| 9 | RDEPENDS_${PN} += "module-init-tools-depmod" | ||
| 10 | |||
| 11 | FILES_module-init-tools-depmod = "${sbindir}/depmod.26" | ||
| 12 | FILES_module-init-tools-insmod-static = "${sbindir}/insmod.static" | ||
| 13 | |||
| 14 | SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/kernel/module-init-tools/module-init-tools-${PV}.tar.bz2 \ | ||
| 15 | file://ignore_arch_directory;patch=1 \ | ||
| 16 | file://modutils_extension;patch=1 \ | ||
| 17 | file://no_man_rebuild;patch=1 \ | ||
| 18 | file://manpagesopt;patch=1 \ | ||
| 19 | file://soc.patch;patch=1;pnum=0" | ||
| 20 | S = "${WORKDIR}/module-init-tools-${PV}" | ||
| 21 | |||
| 22 | EXTRA_OECONF = "--disable-manpages" | ||
| 23 | |||
| 24 | bindir = "/bin" | ||
| 25 | sbindir = "/sbin" | ||
| 26 | |||
| 27 | inherit autotools | ||
| 28 | |||
| 29 | do_install() { | ||
| 30 | autotools_do_install | ||
| 31 | for f in bin/lsmod sbin/insmod sbin/rmmod sbin/modprobe sbin/modinfo sbin/depmod; do | ||
| 32 | mv ${D}/$f ${D}/$f.26 | ||
| 33 | done | ||
| 34 | } | ||
| 35 | |||
| 36 | pkg_postinst_module-init-tools() { | ||
| 37 | #!/bin/sh | ||
| 38 | for f in sbin/insmod sbin/modprobe sbin/rmmod sbin/depmod sbin/modinfo bin/lsmod; do | ||
| 39 | bn=`basename $f` | ||
| 40 | update-alternatives --install /$f $bn /$f.26 20 | ||
| 41 | done | ||
| 42 | } | ||
| 43 | |||
| 44 | pkg_prerm_module-init-tools() { | ||
| 45 | #!/bin/sh | ||
| 46 | for f in sbin/insmod sbin/modprobe sbin/rmmod sbin/depmod sbin/modinfo bin/lsmod; do | ||
| 47 | bn=`basename $f` | ||
| 48 | update-alternatives --remove $bn /$f.26 | ||
| 49 | done | ||
| 50 | } | ||
| 51 | |||
| 52 | pkg_postinst_module-init-tools-depmod() { | ||
| 53 | #!/bin/sh | ||
| 54 | update-alternatives --install /sbin/depmod depmod /sbin/depmod.26 20 | ||
| 55 | } | ||
| 56 | |||
| 57 | pkg_prerm_module-init-tools() { | ||
| 58 | #!/bin/sh | ||
| 59 | update-alternatives --remove depmod /sbin/depmod.26 | ||
| 60 | } | ||
diff --git a/openembedded/packages/module-init-tools/module-init-tools_3.2-pre7.bb b/openembedded/packages/module-init-tools/module-init-tools_3.2-pre9.bb index 017f288e7d..bbd8cca1bf 100644 --- a/openembedded/packages/module-init-tools/module-init-tools_3.2-pre7.bb +++ b/openembedded/packages/module-init-tools/module-init-tools_3.2-pre9.bb | |||
| @@ -3,7 +3,7 @@ removing kernel modules for Linux (versions 2.5.48 and above). It serves \ | |||
| 3 | the same function that the modutils package serves for Linux 2.4." | 3 | the same function that the modutils package serves for Linux 2.4." |
| 4 | LICENSE = "GPL" | 4 | LICENSE = "GPL" |
| 5 | SECTION = "base" | 5 | SECTION = "base" |
| 6 | PR = "r1" | 6 | PR = "r0" |
| 7 | 7 | ||
| 8 | PACKAGES =+ "module-init-tools-insmod-static module-init-tools-depmod" | 8 | PACKAGES =+ "module-init-tools-insmod-static module-init-tools-depmod" |
| 9 | RDEPENDS_${PN} += "module-init-tools-depmod" | 9 | RDEPENDS_${PN} += "module-init-tools-depmod" |
| @@ -36,7 +36,7 @@ pkg_postinst_module-init-tools() { | |||
| 36 | #!/bin/sh | 36 | #!/bin/sh |
| 37 | for f in sbin/insmod sbin/modprobe sbin/rmmod sbin/depmod sbin/modinfo; do | 37 | for f in sbin/insmod sbin/modprobe sbin/rmmod sbin/depmod sbin/modinfo; do |
| 38 | bn=`basename $f` | 38 | bn=`basename $f` |
| 39 | update-alternatives --install /$f $bn /$f.26 20 | 39 | update-alternatives --install /$f $bn /$f.26 60 |
| 40 | done | 40 | done |
| 41 | update-alternatives --install /bin/lsmod bin-lsmod /bin/lsmod.26 60 | 41 | update-alternatives --install /bin/lsmod bin-lsmod /bin/lsmod.26 60 |
| 42 | update-alternatives --install /sbin/lsmod lsmod /bin/lsmod.26 60 | 42 | update-alternatives --install /sbin/lsmod lsmod /bin/lsmod.26 60 |
| @@ -54,7 +54,7 @@ update-alternatives --remove lsmod /bin/lsmod.26 | |||
| 54 | 54 | ||
| 55 | pkg_postinst_module-init-tools-depmod() { | 55 | pkg_postinst_module-init-tools-depmod() { |
| 56 | #!/bin/sh | 56 | #!/bin/sh |
| 57 | update-alternatives --install /sbin/depmod depmod /sbin/depmod.26 20 | 57 | update-alternatives --install /sbin/depmod depmod /sbin/depmod.26 60 |
| 58 | } | 58 | } |
| 59 | 59 | ||
| 60 | pkg_prerm_module-init-tools() { | 60 | pkg_prerm_module-init-tools() { |
