mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 12:32:13 +02:00
linuxdoc-tools-native : upgrade to 0.9.69
upgrade from 0.9.66 -> 0.9.69 - COPYING file contains now more detailed information. - reworked a patch because it didn't apply. (From OE-Core rev: 376612cbf7fa5c68ae3adb6f4c1b4427e69a1871) Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
bccc74c406
commit
31073bc1e6
@@ -0,0 +1,26 @@
|
||||
SUMMARY = "Convert LinuxDoc SGML source into other formats"
|
||||
DESCRIPTION = "Convert LinuxDoc SGML source into other formats"
|
||||
HOMEPAGE = "http://packages.debian.org/linuxdoc-tools"
|
||||
LICENSE = "GPLv3+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=077ef64ec3ac257fb0d786531cf26931"
|
||||
|
||||
DEPENDS = "groff-native openjade-native"
|
||||
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "${DEBIAN_MIRROR}/main/l/linuxdoc-tools/linuxdoc-tools_${PV}.orig.tar.gz \
|
||||
file://disable_sgml2rtf.patch \
|
||||
file://disable_txt_doc.patch \
|
||||
file://disable_tex_doc.patch \
|
||||
file://disable_dvips_doc.patch"
|
||||
|
||||
SRC_URI[md5sum] = "1d13d500918a7a145b0edc2f16f61dd1"
|
||||
SRC_URI[sha256sum] = "7103facee18a2ea97186ca459d743d22f7f89ad4b5cd1dfd1c34f83d6bfd4101"
|
||||
|
||||
FILESPATH = "${FILE_DIRNAME}/linuxdoc-tools-native/"
|
||||
|
||||
inherit autotools native
|
||||
|
||||
do_configure () {
|
||||
oe_runconf
|
||||
}
|
||||
Reference in New Issue
Block a user