summaryrefslogtreecommitdiff
path: root/module-init-tools/module-init-tools_3.0-pre7.oe
blob: 2ced8f95b378711b15a08375b3276e5aca732027 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DEPENDS = "virtual/libc"
RDEPENDS = "libc6"
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."

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