mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
linuxdoc-tools-native: disable doc builds requriing latex and dvips
This fixes the following errors during do_install on hosts which have latex and/or dvips installed: fmt_latex2e::postASP: LaTeX first run problem. Aborting ... dvips: ! DVI file can't be opened. Our goal is to have native versions of these tools eventually. Until then, disable these parts of the documentation install process. This fixes [BUGID #774]. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
This commit is contained in:
@@ -6,10 +6,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5fbccc46cff2379505ca4e09c7d6ccfe"
|
||||
|
||||
DEPENDS = "openjade-native"
|
||||
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "${DEBIAN_MIRROR}/main/l/linuxdoc-tools/linuxdoc-tools_${PV}.tar.gz \
|
||||
file://disable_sgml2rtf.patch"
|
||||
file://disable_sgml2rtf.patch \
|
||||
file://disable_tex_doc.patch \
|
||||
file://disable_dvips_doc.patch"
|
||||
|
||||
SRC_URI[md5sum] = "f214e79b0dd084689cd04f18722bd563"
|
||||
SRC_URI[sha256sum] = "128cabb52ef8fb2f370ee488ea92bf4d8e49859200c7c8cae807abfe860a62ec"
|
||||
|
||||
Reference in New Issue
Block a user