diff options
author | Scott Garman <scott.a.garman@intel.com> | 2011-01-24 18:50:09 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-01 23:59:35 +0000 |
commit | b8bb770e96d4c3296f8b2da497675b067145ddf6 (patch) | |
tree | aa0584b485826145b890a9581b9a934bc28f2d32 /meta/recipes-devtools/sgml-common/sgml-common-0.6.3/license.patch | |
parent | 05954ef4d7d882f34e2bb1f3bc44ad6f80c11d4c (diff) | |
download | poky-b8bb770e96d4c3296f8b2da497675b067145ddf6.tar.gz |
sgml-common: new recipe v0.6.3
Recipe derived from OpenEmbedded.
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-devtools/sgml-common/sgml-common-0.6.3/license.patch')
-rw-r--r-- | meta/recipes-devtools/sgml-common/sgml-common-0.6.3/license.patch | 26 |
1 files changed, 26 insertions, 0 deletions
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 new file mode 100644 index 0000000000..ec66aaefa2 --- /dev/null +++ b/meta/recipes-devtools/sgml-common/sgml-common-0.6.3/license.patch | |||
@@ -0,0 +1,26 @@ | |||
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 | Signed-off-by: Scott Garman <scott.a.garman@intel.com> | ||
11 | diff -urN sgml-common-0.6.3.orig/LICENSE-GPLv2 sgml-common-0.6.3/LICENSE-GPLv2 | ||
12 | --- sgml-common-0.6.3.orig/LICENSE-GPLv2 1969-12-31 16:00:00.000000000 -0800 | ||
13 | +++ sgml-common-0.6.3/LICENSE-GPLv2 2011-01-28 17:05:17.299528001 -0800 | ||
14 | @@ -0,0 +1,12 @@ | ||
15 | +Copyright (C) 1997 Christian Schwarz <schwarz@debian.org>. | ||
16 | +Copyright (C) 2001-2004 Ardo van Rangelrooij <ardo@debian.org> | ||
17 | + | ||
18 | +This is free software; you may redistribute it and/or modify it under | ||
19 | +the terms of the GNU General Public License as published by the Free | ||
20 | +Software Foundation; either version 2, or (at your option) any later | ||
21 | +version. | ||
22 | + | ||
23 | +This is distributed in the hope that it will be useful, but without | ||
24 | +any warranty; without even the implied warranty of merchantability or | ||
25 | +fitness for a particular purpose. See the GNU General Public License | ||
26 | +for more details. | ||