diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-06 11:41:44 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-09 10:31:00 +0100 |
commit | 2292ac565c220f2112a07abd563c6a9ee34dc662 (patch) | |
tree | e0a4521c296652f0f40c341ecc11f166c26f9e45 /meta-oe/recipes-kernel | |
parent | 18266de7fc4e87754831c5e0e8ad09ccd94c93b4 (diff) | |
download | meta-openembedded-2292ac565c220f2112a07abd563c6a9ee34dc662.tar.gz |
kmod: add recipe for version 3, no compatibility symlinks yet
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-kernel')
-rw-r--r-- | meta-oe/recipes-kernel/kmod/kmod_git.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-kernel/kmod/kmod_git.bb b/meta-oe/recipes-kernel/kmod/kmod_git.bb new file mode 100644 index 000000000..1115bbff9 --- /dev/null +++ b/meta-oe/recipes-kernel/kmod/kmod_git.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | DESCRIPTION = "kmod - handle kernel modules" | ||
2 | |||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | ||
5 | |||
6 | inherit autotools gitpkgv | ||
7 | |||
8 | PKGV = "${GITPKGVTAG}" | ||
9 | SRCREV = "b30a71b8e8b0a4b099f50696c310a9e370a50afa" | ||
10 | SRC_URI = "git://git.profusion.mobi/kmod.git" | ||
11 | |||
12 | S = "${WORKDIR}/git" | ||
13 | |||
14 | PACKAGES =+ "libkmod" | ||
15 | FILES_libkmod = "${libdir}/lib*${SOLIBS}" | ||
16 | |||