diff options
| author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-09-30 12:52:25 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-28 16:15:19 +0100 |
| commit | 671780de49f93ec1cc28f5ad2a7eebe211918b85 (patch) | |
| tree | 42ebe78d73a3f0a0fa49fb83ff1f2e557c9dc505 /meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb | |
| parent | d95ef2a0aa3116783cd01a905b46fc4920ebae9f (diff) | |
| download | poky-671780de49f93ec1cc28f5ad2a7eebe211918b85.tar.gz | |
Remove the SGML stack
It is not used for anything, and is something of a pain to maintain.
(From OE-Core rev: 4814d93646f6b86aaffbd3fca1af29c8c577db5b)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@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, 0 insertions, 26 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 deleted file mode 100644 index a5deb2e2d5..0000000000 --- a/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 1 | SUMMARY = "Convert LinuxDoc SGML source into other formats" | ||
| 2 | HOMEPAGE = "http://packages.debian.org/linuxdoc-tools" | ||
| 3 | LICENSE = "GPLv3+" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=077ef64ec3ac257fb0d786531cf26931" | ||
| 5 | |||
| 6 | DEPENDS = "groff-native openjade-native" | ||
| 7 | |||
| 8 | SRC_URI = "http://snapshot.debian.org/archive/debian/20160728T043443Z/pool/main/l/${BPN}/${BPN}_${PV}.orig.tar.gz \ | ||
| 9 | file://disable_sgml2rtf.patch \ | ||
| 10 | file://disable_txt_doc.patch \ | ||
| 11 | file://disable_tex_doc.patch \ | ||
| 12 | file://disable_dvips_doc.patch" | ||
| 13 | |||
| 14 | SRC_URI[md5sum] = "1d13d500918a7a145b0edc2f16f61dd1" | ||
| 15 | SRC_URI[sha256sum] = "7103facee18a2ea97186ca459d743d22f7f89ad4b5cd1dfd1c34f83d6bfd4101" | ||
| 16 | |||
| 17 | UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/l/linuxdoc-tools/" | ||
| 18 | inherit autotools-brokensep native | ||
| 19 | |||
| 20 | do_configure () { | ||
| 21 | oe_runconf | ||
| 22 | } | ||
| 23 | |||
| 24 | do_install() { | ||
| 25 | oe_runmake 'DESTDIR=${D}' 'TMPDIR=${T}' install | ||
| 26 | } | ||
