diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-01-30 15:33:26 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-30 21:08:00 +0100 |
commit | 0c0b8b7c13ef8859e61fc4ae312a233281554bc3 (patch) | |
tree | c71beda6c6f12f71856bb93b0aa64da7e3f5df84 /meta-oe | |
parent | 4eb9cc06d888cefa1fd75be14b53b8c8401382f9 (diff) | |
download | meta-openembedded-0c0b8b7c13ef8859e61fc4ae312a233281554bc3.tar.gz |
udev-180: switch from git checkout to release tarball
* problem is with manpage generation, commit
http://git.kernel.org/?p=linux/hotplug/udev.git;a=commit;h=6528a3938fe8727b99b210cf504a335d07c94c37
assumes that even without xstltproc we can install pregenerated
manpages, but they are only in release tarball (e.g. src/udev.7)
and without them, build system tries to regenerate and fails:
/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/xsltproc -o src/udev.7 -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl src/udev.xml
warning: failed to load external entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
cannot parse http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-core/udev/udev_180.bb | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/meta-oe/recipes-core/udev/udev_180.bb b/meta-oe/recipes-core/udev/udev_180.bb index 4d3b0ed24..4cabcce12 100644 --- a/meta-oe/recipes-core/udev/udev_180.bb +++ b/meta-oe/recipes-core/udev/udev_180.bb | |||
@@ -19,12 +19,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | |||
19 | # kmod: needed for libkmod | 19 | # kmod: needed for libkmod |
20 | DEPENDS = "gperf-native usbutils acl glib-2.0 util-linux kmod" | 20 | DEPENDS = "gperf-native usbutils acl glib-2.0 util-linux kmod" |
21 | 21 | ||
22 | # f13289ffdf077f75c8710e977ffe538b66885762 -> 180 tag | ||
23 | SRCREV = "f13289ffdf077f75c8710e977ffe538b66885762" | ||
24 | |||
25 | # version specific SRC_URI | 22 | # version specific SRC_URI |
26 | SRC_URI = "git://git.kernel.org/pub/scm/linux/hotplug/udev.git;protocol=git \ | 23 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/${P}.tar.gz \ |
27 | file://gtk-doc.make" | 24 | file://gtk-doc.make" |
25 | SRC_URI[md5sum] = "7a74429e5b4d5cc3d389945774807e46" | ||
26 | SRC_URI[sha256sum] = "d8f021cc940da7c1f928e2e651c6aa00c5695f3227f560de4a65584e2f089115" | ||
28 | 27 | ||
29 | # generic SRC_URI | 28 | # generic SRC_URI |
30 | SRC_URI += " \ | 29 | SRC_URI += " \ |
@@ -32,8 +31,6 @@ SRC_URI += " \ | |||
32 | file://modprobe.rules \ | 31 | file://modprobe.rules \ |
33 | " | 32 | " |
34 | 33 | ||
35 | S = "${WORKDIR}/git" | ||
36 | |||
37 | # Machine specific udev rules should be in their own recipe that ${PN} can add to RRECOMMENDS | 34 | # Machine specific udev rules should be in their own recipe that ${PN} can add to RRECOMMENDS |
38 | 35 | ||
39 | inherit autotools | 36 | inherit autotools |