summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-kernel
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2012-05-09 20:06:52 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-05-10 20:20:17 +0200
commit54efc1ed95ac9e307d469b792afbf3d8b2ca6f5c (patch)
treea076575a5b6f0159c5407acb4433fbfe2f93efdc /meta-oe/recipes-kernel
parent3ba480f4b53d564be73f770db05d449da065efc6 (diff)
downloadmeta-openembedded-54efc1ed95ac9e307d469b792afbf3d8b2ca6f5c.tar.gz
kmod: drop from meta-oe
* it was added to oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> 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/0001-man-disable-man-page-generation-because-we-don-t-hav.patch26
-rw-r--r--meta-oe/recipes-kernel/kmod/kmod_git.bb24
2 files changed, 0 insertions, 50 deletions
diff --git a/meta-oe/recipes-kernel/kmod/kmod/0001-man-disable-man-page-generation-because-we-don-t-hav.patch b/meta-oe/recipes-kernel/kmod/kmod/0001-man-disable-man-page-generation-because-we-don-t-hav.patch
deleted file mode 100644
index 5361b847c..000000000
--- a/meta-oe/recipes-kernel/kmod/kmod/0001-man-disable-man-page-generation-because-we-don-t-hav.patch
+++ /dev/null
@@ -1,26 +0,0 @@
1From ce6f0cabb65e67dd4d31e1e555db8bc6eaf435d3 Mon Sep 17 00:00:00 2001
2From: Martin Jansa <Martin.Jansa@gmail.com>
3Date: Fri, 24 Feb 2012 07:35:38 +0100
4Subject: [PATCH] man: disable man page generation because we don't have
5 working xsltproc
6
7Upstream-Status: Inappropriate [build system specific change]
8
9Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
10---
11 Makefile.am | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14diff --git a/Makefile.am b/Makefile.am
15index 141c102..a8bdfd1 100644
16--- a/Makefile.am
17+++ b/Makefile.am
18@@ -1,4 +1,4 @@
19-SUBDIRS = . libkmod/docs man
20+SUBDIRS = . libkmod/docs
21
22 DISTCLEAN_LOCAL_HOOKS =
23 EXTRA_DIST =
24--
251.7.8.4
26
diff --git a/meta-oe/recipes-kernel/kmod/kmod_git.bb b/meta-oe/recipes-kernel/kmod/kmod_git.bb
deleted file mode 100644
index aae9e7f35..000000000
--- a/meta-oe/recipes-kernel/kmod/kmod_git.bb
+++ /dev/null
@@ -1,24 +0,0 @@
1DESCRIPTION = "kmod - handle kernel modules"
2
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
5
6PR = "r3"
7
8inherit autotools gitpkgv
9
10PKGV = "${GITPKGVTAG}"
11SRCREV = "8885ced062131214448fae056ef453f094303805"
12SRC_URI = "git://git.profusion.mobi/kmod.git \
13 file://0001-man-disable-man-page-generation-because-we-don-t-hav.patch \
14"
15
16S = "${WORKDIR}/git"
17
18do_configure_prepend() {
19 gtkdocize --docdir ${S}/libkmod/docs || touch ${S}/libkmod/docs/gtk-doc.make
20}
21
22PACKAGES =+ "libkmod"
23FILES_libkmod = "${libdir}/lib*${SOLIBS}"
24