summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/kmod/kmod.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/kmod/kmod.inc')
-rw-r--r--meta/recipes-kernel/kmod/kmod.inc37
1 files changed, 0 insertions, 37 deletions
diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc
deleted file mode 100644
index d527887b78..0000000000
--- a/meta/recipes-kernel/kmod/kmod.inc
+++ /dev/null
@@ -1,37 +0,0 @@
1# Copyright (C) 2012 Khem Raj <raj.khem@gmail.com>
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4SUMMARY = "Tools for managing Linux kernel modules"
5DESCRIPTION = "kmod is a set of tools to handle common tasks with Linux kernel modules like \
6 insert, remove, list, check properties, resolve dependencies and aliases."
7HOMEPAGE = "http://kernel.org/pub/linux/utils/kernel/kmod/"
8LICENSE = "GPL-2.0+ & LGPL-2.1+"
9LICENSE:libkmod = "LGPL-2.1+"
10SECTION = "base"
11
12LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
13 file://libkmod/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
14 file://tools/COPYING;md5=751419260aa954499f7abaabaa882bbe \
15 "
16inherit autotools gtk-doc pkgconfig manpages
17
18SRCREV = "b6ecfc916a17eab8f93be5b09f4e4f845aabd3d1"
19# Lookout for PV bump too when SRCREV is changed
20PV = "29"
21
22SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git;branch=master \
23 file://depmod-search.conf \
24 file://avoid_parallel_tests.patch \
25 "
26
27S = "${WORKDIR}/git"
28
29EXTRA_OECONF +=" --enable-tools --with-zlib"
30
31PACKAGECONFIG[debug] = "--enable-debug,--disable-debug"
32PACKAGECONFIG[logging] = " --enable-logging,--disable-logging"
33PACKAGECONFIG[manpages] = "--enable-manpages, --disable-manpages, libxslt-native xmlto-native"
34PACKAGECONFIG[xz] = "--with-xz,--without-xz,xz"
35PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl"
36
37GTKDOC_DOCDIR = "${S}/libkmod/docs"