diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2010-07-22 14:15:48 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-22 15:57:31 +0100 |
commit | b7be3bab5b9d3831d4eb767e87b6c9a502d0539e (patch) | |
tree | 9f79234005ec423c4a01946659ec25b981a6b593 /meta/packages/xorg-font | |
parent | 5eb1eece2f24efd34f8b31e1b95cbcf8faad7d4f (diff) | |
download | poky-b7be3bab5b9d3831d4eb767e87b6c9a502d0539e.tar.gz |
font-alias: fix metadata
Pull a upstream commit to fix COPYING.
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/packages/xorg-font')
-rw-r--r-- | meta/packages/xorg-font/font-alias-1.0.2/fix_COPYING_1f8141a5e3b585dfccc748400b05c9c24b41e767.patch | 45 | ||||
-rw-r--r-- | meta/packages/xorg-font/font-alias_1.0.2.bb | 9 |
2 files changed, 54 insertions, 0 deletions
diff --git a/meta/packages/xorg-font/font-alias-1.0.2/fix_COPYING_1f8141a5e3b585dfccc748400b05c9c24b41e767.patch b/meta/packages/xorg-font/font-alias-1.0.2/fix_COPYING_1f8141a5e3b585dfccc748400b05c9c24b41e767.patch new file mode 100644 index 0000000000..db0bd27d41 --- /dev/null +++ b/meta/packages/xorg-font/font-alias-1.0.2/fix_COPYING_1f8141a5e3b585dfccc748400b05c9c24b41e767.patch | |||
@@ -0,0 +1,45 @@ | |||
1 | commit 1f8141a5e3b585dfccc748400b05c9c24b41e767 | ||
2 | Author: Gaetan Nadon <memsize@videotron.ca> | ||
3 | Date: Sun Oct 18 20:34:33 2009 -0400 | ||
4 | |||
5 | INSTALL, NEWS, README COPYING or AUTHORS files are missing/incorrect #24206 | ||
6 | |||
7 | Add missing INSTALL file. Use standard GNU file on building tarball | ||
8 | README may have been updated | ||
9 | COPYING may have been updated | ||
10 | Remove AUTHORS file as it is empty and no content available yet. | ||
11 | Remove NEWS file as it is empty and no content available yet. | ||
12 | |||
13 | diff --git a/AUTHORS b/AUTHORS | ||
14 | deleted file mode 100644 | ||
15 | index e69de29..0000000 | ||
16 | diff --git a/COPYING b/COPYING | ||
17 | index 7f33cbf..e917f4b 100644 | ||
18 | --- a/COPYING | ||
19 | +++ b/COPYING | ||
20 | @@ -1,12 +1,9 @@ | ||
21 | -This is a stub file. This package has not yet had its complete licensing | ||
22 | -information compiled. Please see the individual source files for details on | ||
23 | -your rights to use and modify this software. | ||
24 | +Copyright (C) 1994-95 Cronyx Ltd. | ||
25 | +Author: Serge Vakulenko, <vak@cronyx.ru> | ||
26 | |||
27 | -Please submit updated COPYING files to the Xorg bugzilla: | ||
28 | +This software may be used, modified, copied, distributed, and sold, | ||
29 | +in both source and binary form provided that the above copyright | ||
30 | +and these terms are retained. Under no circumstances is the author | ||
31 | +responsible for the proper functioning of this software, nor does | ||
32 | +the author assume any responsibility for damages incurred with its use. | ||
33 | |||
34 | -https://bugs.freedesktop.org/enter_bug.cgi?product=xorg | ||
35 | - | ||
36 | -All licensing questions regarding this software should be directed at the | ||
37 | -Xorg mailing list: | ||
38 | - | ||
39 | -http://lists.freedesktop.org/mailman/listinfo/xorg | ||
40 | diff --git a/INSTALL b/INSTALL | ||
41 | deleted file mode 100644 | ||
42 | index e69de29..0000000 | ||
43 | diff --git a/NEWS b/NEWS | ||
44 | deleted file mode 100644 | ||
45 | index e69de29..0000000 | ||
diff --git a/meta/packages/xorg-font/font-alias_1.0.2.bb b/meta/packages/xorg-font/font-alias_1.0.2.bb index e2ca8f2dd3..11ad407f3b 100644 --- a/meta/packages/xorg-font/font-alias_1.0.2.bb +++ b/meta/packages/xorg-font/font-alias_1.0.2.bb | |||
@@ -2,6 +2,15 @@ DESCRIPTION = "X font aliases." | |||
2 | 2 | ||
3 | require xorg-font-common.inc | 3 | require xorg-font-common.inc |
4 | 4 | ||
5 | LICENSE = "Font-Alias" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=bf0158b89be493d523d69d9f29265038 \ | ||
7 | file://cyrillic/fonts.alias;md5=f40795b0640d6785826aecd3b16f6124 \ | ||
8 | file://75dpi/fonts.alias;md5=6bc48023f2ae7f3bfc105db7b0ee6b49 \ | ||
9 | file://misc/fonts.alias;md5=a8ec05d528431d4c9703b55a7efd67a8 \ | ||
10 | file://100dpi/fonts.alias;md5=85bebd6ca213aa656c301a72eb4397cb" | ||
11 | |||
12 | SRC_URI += "file://fix_COPYING_1f8141a5e3b585dfccc748400b05c9c24b41e767.patch" | ||
13 | |||
5 | DEPENDS = "virtual/xserver font-util" | 14 | DEPENDS = "virtual/xserver font-util" |
6 | RDEPENDS = "encodings font-util" | 15 | RDEPENDS = "encodings font-util" |
7 | 16 | ||