aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-kernel
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-01-06 11:41:44 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2012-01-09 10:31:00 +0100
commit2292ac565c220f2112a07abd563c6a9ee34dc662 (patch)
treee0a4521c296652f0f40c341ecc11f166c26f9e45 /meta-oe/recipes-kernel
parent18266de7fc4e87754831c5e0e8ad09ccd94c93b4 (diff)
downloadmeta-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.bb16
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 0000000000..1115bbff98
--- /dev/null
+++ b/meta-oe/recipes-kernel/kmod/kmod_git.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "kmod - handle kernel modules"
+
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
+
+inherit autotools gitpkgv
+
+PKGV = "${GITPKGVTAG}"
+SRCREV = "b30a71b8e8b0a4b099f50696c310a9e370a50afa"
+SRC_URI = "git://git.profusion.mobi/kmod.git"
+
+S = "${WORKDIR}/git"
+
+PACKAGES =+ "libkmod"
+FILES_libkmod = "${libdir}/lib*${SOLIBS}"
+