mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +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:
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}"
|
||||
|
||||
Reference in New Issue
Block a user