diff options
author | Andrei Dinu <andrei.adrianx.dinu@intel.com> | 2013-05-30 08:05:02 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-07 16:48:22 +0100 |
commit | 31073bc1e63e0754e35e09209aa86a7414ccf9de (patch) | |
tree | b2b8e79002e945c573def426d0aef046c54c4769 /meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb | |
parent | bccc74c406322d544fc942d99d739f75ba3fdf1a (diff) | |
download | poky-31073bc1e63e0754e35e09209aa86a7414ccf9de.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb')
-rw-r--r-- | meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb | 26 |
1 files changed, 26 insertions, 0 deletions
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 @@ | |||
1 | SUMMARY = "Convert LinuxDoc SGML source into other formats" | ||
2 | DESCRIPTION = "Convert LinuxDoc SGML source into other formats" | ||
3 | HOMEPAGE = "http://packages.debian.org/linuxdoc-tools" | ||
4 | LICENSE = "GPLv3+" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=077ef64ec3ac257fb0d786531cf26931" | ||
6 | |||
7 | DEPENDS = "groff-native openjade-native" | ||
8 | |||
9 | PR = "r0" | ||
10 | |||
11 | SRC_URI = "${DEBIAN_MIRROR}/main/l/linuxdoc-tools/linuxdoc-tools_${PV}.orig.tar.gz \ | ||
12 | file://disable_sgml2rtf.patch \ | ||
13 | file://disable_txt_doc.patch \ | ||
14 | file://disable_tex_doc.patch \ | ||
15 | file://disable_dvips_doc.patch" | ||
16 | |||
17 | SRC_URI[md5sum] = "1d13d500918a7a145b0edc2f16f61dd1" | ||
18 | SRC_URI[sha256sum] = "7103facee18a2ea97186ca459d743d22f7f89ad4b5cd1dfd1c34f83d6bfd4101" | ||
19 | |||
20 | FILESPATH = "${FILE_DIRNAME}/linuxdoc-tools-native/" | ||
21 | |||
22 | inherit autotools native | ||
23 | |||
24 | do_configure () { | ||
25 | oe_runconf | ||
26 | } | ||