mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
kmod: add recipe for version 3, no compatibility symlinks yet
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
18266de7fc
commit
2292ac565c
16
meta-oe/recipes-kernel/kmod/kmod_git.bb
Normal file
16
meta-oe/recipes-kernel/kmod/kmod_git.bb
Normal file
|
|
@ -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}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user