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/sgml-common/sgml-common-0.6.3 | |
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/sgml-common/sgml-common-0.6.3')
-rw-r--r-- | meta/recipes-devtools/sgml-common/sgml-common-0.6.3/autohell.patch | 61 | ||||
-rw-r--r-- | meta/recipes-devtools/sgml-common/sgml-common-0.6.3/license.patch | 29 |
2 files changed, 0 insertions, 90 deletions
diff --git a/meta/recipes-devtools/sgml-common/sgml-common-0.6.3/autohell.patch b/meta/recipes-devtools/sgml-common/sgml-common-0.6.3/autohell.patch deleted file mode 100644 index 1f39b03300..0000000000 --- a/meta/recipes-devtools/sgml-common/sgml-common-0.6.3/autohell.patch +++ /dev/null | |||
@@ -1,61 +0,0 @@ | |||
1 | Patch obtained from OpenEmbedded. | ||
2 | |||
3 | Upstream-Status: Pending | ||
4 | |||
5 | Signed-off-by: Scott Garman <scott.a.garman@intel.com> | ||
6 | |||
7 | --- sgml-common-0.6.3/bin/Makefile.am~autohell.patch 2001-01-30 15:42:21.000000000 +0100 | ||
8 | +++ sgml-common-0.6.3/bin/Makefile.am 2004-06-17 11:51:11.000000000 +0200 | ||
9 | @@ -1,6 +1,5 @@ | ||
10 | primitive_scripts = sgmlwhich | ||
11 | |||
12 | -bindir = $(prefix)/bin | ||
13 | bin_SCRIPTS = install-catalog $(primitive_scripts) | ||
14 | |||
15 | EXTRA_DIST = install-catalog.in $(primitive_scripts) | ||
16 | --- /dev/null 2003-09-23 19:59:22.000000000 +0200 | ||
17 | +++ sgml-common-0.6.3/bin/sgmlwhich.in 2004-06-17 11:51:11.000000000 +0200 | ||
18 | @@ -0,0 +1,7 @@ | ||
19 | +#!/bin/sh | ||
20 | +# Location of the main configuration file for consistency with non-LSB platforms | ||
21 | +# Send any comments to Eric Bischoff <eric@caldera.de> | ||
22 | +# This program is under GPL license. See LICENSE file for details. | ||
23 | + | ||
24 | +echo "@sysconfdir@/sgml/sgml.conf" | ||
25 | +# Simple, isn't it? ;-) | ||
26 | --- /dev/null 2003-09-23 19:59:22.000000000 +0200 | ||
27 | +++ sgml-common-0.6.3/config/sgml.conf.in 2004-06-17 11:51:11.000000000 +0200 | ||
28 | @@ -0,0 +1,2 @@ | ||
29 | +SGML_BASE_DIR=@datadir@/sgml | ||
30 | +SGML_CATALOGS_DIR=@sysconfdir@/sgml | ||
31 | --- sgml-common-0.6.3/configure.in~autohell.patch 2001-05-25 18:40:54.000000000 +0200 | ||
32 | +++ sgml-common-0.6.3/configure.in 2004-06-17 11:53:22.000000000 +0200 | ||
33 | @@ -3,11 +3,6 @@ | ||
34 | |||
35 | AM_INIT_AUTOMAKE(sgml-common, 0.6.3) | ||
36 | |||
37 | -docdir='$(prefix)/doc' | ||
38 | -AC_SUBST(docdir) | ||
39 | - | ||
40 | -dnl Checks for programs. | ||
41 | - | ||
42 | dnl Checks for libraries. | ||
43 | |||
44 | dnl Checks for header files. | ||
45 | @@ -18,6 +13,5 @@ | ||
46 | |||
47 | AC_OUTPUT(Makefile \ | ||
48 | bin/Makefile bin/install-catalog \ | ||
49 | - config/Makefile \ | ||
50 | - doc/Makefile doc/HTML/Makefile doc/man/Makefile doc/refentry/Makefile \ | ||
51 | + config/Makefile config/sgml.conf bin/sgmlwhich \ | ||
52 | sgml-iso-entities/Makefile xml-iso-entities/Makefile) | ||
53 | |||
54 | --- sgml-common-0.6.3/Makefile.am~no-docs 2001-05-25 18:22:01.000000000 +0200 | ||
55 | +++ sgml-common-0.6.3/Makefile.am 2004-06-17 11:49:09.000000000 +0200 | ||
56 | @@ -1,4 +1,4 @@ | ||
57 | -SUBDIRS = bin config doc sgml-iso-entities xml-iso-entities | ||
58 | +SUBDIRS = bin config sgml-iso-entities xml-iso-entities | ||
59 | |||
60 | sgmlcodir = $(prefix)/share/sgml | ||
61 | sgmlco_DATA = xml.dcl | ||
diff --git a/meta/recipes-devtools/sgml-common/sgml-common-0.6.3/license.patch b/meta/recipes-devtools/sgml-common/sgml-common-0.6.3/license.patch deleted file mode 100644 index 54b3f54494..0000000000 --- a/meta/recipes-devtools/sgml-common/sgml-common-0.6.3/license.patch +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | The COPYING file sgml-common ships with is just a symlink to | ||
2 | /usr/share/automake/COPYING, which means we can't verify it | ||
3 | using our normal means. We workaround this by using this patch | ||
4 | to create our own license file. | ||
5 | |||
6 | Upstream was notified about this on 2011-01-24. When upgrading | ||
7 | this recipe, this should be fixed and you should remove this | ||
8 | patch. | ||
9 | |||
10 | Upstream-Status: Pending | ||
11 | |||
12 | Signed-off-by: Scott Garman <scott.a.garman@intel.com> | ||
13 | |||
14 | diff -urN sgml-common-0.6.3.orig/LICENSE-GPLv2 sgml-common-0.6.3/LICENSE-GPLv2 | ||
15 | --- sgml-common-0.6.3.orig/LICENSE-GPLv2 1969-12-31 16:00:00.000000000 -0800 | ||
16 | +++ sgml-common-0.6.3/LICENSE-GPLv2 2011-01-28 17:05:17.299528001 -0800 | ||
17 | @@ -0,0 +1,12 @@ | ||
18 | +Copyright (C) 1997 Christian Schwarz <schwarz@debian.org>. | ||
19 | +Copyright (C) 2001-2004 Ardo van Rangelrooij <ardo@debian.org> | ||
20 | + | ||
21 | +This is free software; you may redistribute it and/or modify it under | ||
22 | +the terms of the GNU General Public License as published by the Free | ||
23 | +Software Foundation; either version 2, or (at your option) any later | ||
24 | +version. | ||
25 | + | ||
26 | +This is distributed in the hope that it will be useful, but without | ||
27 | +any warranty; without even the implied warranty of merchantability or | ||
28 | +fitness for a particular purpose. See the GNU General Public License | ||
29 | +for more details. | ||