From 31073bc1e63e0754e35e09209aa86a7414ccf9de Mon Sep 17 00:00:00 2001 From: Andrei Dinu Date: Thu, 30 May 2013 08:05:02 +0000 Subject: 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 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- .../linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb (limited to 'meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb') diff --git a/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb b/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb new file mode 100644 index 0000000000..b744ccd368 --- /dev/null +++ b/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb @@ -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 +} -- cgit v1.2.3-54-g00ecf