diff options
author | Ross Burton <ross.burton@intel.com> | 2012-07-19 16:16:09 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-22 11:42:19 +0100 |
commit | 7f42473ce3a4a4723e5c8b6fe84b247f387bb314 (patch) | |
tree | 269c302e7108dcc0375caaee88a41fb2826b5f51 /meta | |
parent | 4a5f8d84ee8555dd6b2e72f2611e13da9989efde (diff) | |
download | poky-7f42473ce3a4a4723e5c8b6fe84b247f387bb314.tar.gz |
kmod: inherit gtk-doc, gnome-doc-utils-native isn't the package you were looking for
(From OE-Core rev: 964b0f39c3ef884eeb4d372924610c29fa2c18f2)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/kmod/kmod.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc index 5f655fd836..4723ee3052 100644 --- a/meta/recipes-kernel/kmod/kmod.inc +++ b/meta/recipes-kernel/kmod/kmod.inc | |||
@@ -8,12 +8,12 @@ LICENSE = "GPL-2.0+ & LGPL-2.1+" | |||
8 | LICENSE_libkmod = "LGPL-2.1+" | 8 | LICENSE_libkmod = "LGPL-2.1+" |
9 | SECTION = "base" | 9 | SECTION = "base" |
10 | PV = "8" | 10 | PV = "8" |
11 | INC_PR = "r0" | 11 | INC_PR = "r1" |
12 | DEPENDS += "gnome-doc-utils-native" | 12 | |
13 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ |
14 | file://libkmod/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | 14 | file://libkmod/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ |
15 | " | 15 | " |
16 | inherit autotools | 16 | inherit autotools gtk-doc |
17 | 17 | ||
18 | SRC_URI = "git://git.profusion.mobi/kmod.git;protocol=git;branch=master \ | 18 | SRC_URI = "git://git.profusion.mobi/kmod.git;protocol=git;branch=master \ |
19 | file://depmod-search.conf \ | 19 | file://depmod-search.conf \ |