[oe-commits] Koen Kooi : kmod: add recipe for version 3, no compatibility symlinks yet

git at git.openembedded.org git at git.openembedded.org
Mon Jan 9 09:41:09 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 2292ac565c220f2112a07abd563c6a9ee34dc662
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=2292ac565c220f2112a07abd563c6a9ee34dc662

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Fri Jan  6 11:41:44 2012 +0100

kmod: add recipe for version 3, no compatibility symlinks yet

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 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 0000000..1115bbf
--- /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}"
+





More information about the Openembedded-commits mailing list