80eeeaadd7c7f264893d12be17f0af57a3008412
[vuplus_openembedded] / module-init-tools / module-init-tools_3.0-pre7.oe
1 DEPENDS = "virtual/libc"
2 RDEPENDS = "libc6"
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
7 SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/kernel/module-init-tools/module-init-tools-${PV}.tar.bz2"
8 S = "${WORKDIR}/module-init-tools-${PV}"
9
10 bindir = "/bin"
11 sbindir = "/sbin"
12
13 inherit autotools