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 @@ +commit 1f8141a5e3b585dfccc748400b05c9c24b41e767 +Author: Gaetan Nadon +Date: Sun Oct 18 20:34:33 2009 -0400 + + INSTALL, NEWS, README COPYING or AUTHORS files are missing/incorrect #24206 + + Add missing INSTALL file. Use standard GNU file on building tarball + README may have been updated + COPYING may have been updated + Remove AUTHORS file as it is empty and no content available yet. + Remove NEWS file as it is empty and no content available yet. + +diff --git a/AUTHORS b/AUTHORS +deleted file mode 100644 +index e69de29..0000000 +diff --git a/COPYING b/COPYING +index 7f33cbf..e917f4b 100644 +--- a/COPYING ++++ b/COPYING +@@ -1,12 +1,9 @@ +-This is a stub file. This package has not yet had its complete licensing +-information compiled. Please see the individual source files for details on +-your rights to use and modify this software. ++Copyright (C) 1994-95 Cronyx Ltd. ++Author: Serge Vakulenko, + +-Please submit updated COPYING files to the Xorg bugzilla: ++This software may be used, modified, copied, distributed, and sold, ++in both source and binary form provided that the above copyright ++and these terms are retained. Under no circumstances is the author ++responsible for the proper functioning of this software, nor does ++the author assume any responsibility for damages incurred with its use. + +-https://bugs.freedesktop.org/enter_bug.cgi?product=xorg +- +-All licensing questions regarding this software should be directed at the +-Xorg mailing list: +- +-http://lists.freedesktop.org/mailman/listinfo/xorg +diff --git a/INSTALL b/INSTALL +deleted file mode 100644 +index e69de29..0000000 +diff --git a/NEWS b/NEWS +deleted file mode 100644 +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." require xorg-font-common.inc +LICENSE = "Font-Alias" +LIC_FILES_CHKSUM = "file://COPYING;md5=bf0158b89be493d523d69d9f29265038 \ + file://cyrillic/fonts.alias;md5=f40795b0640d6785826aecd3b16f6124 \ + file://75dpi/fonts.alias;md5=6bc48023f2ae7f3bfc105db7b0ee6b49 \ + file://misc/fonts.alias;md5=a8ec05d528431d4c9703b55a7efd67a8 \ + file://100dpi/fonts.alias;md5=85bebd6ca213aa656c301a72eb4397cb" + +SRC_URI += "file://fix_COPYING_1f8141a5e3b585dfccc748400b05c9c24b41e767.patch" + DEPENDS = "virtual/xserver font-util" RDEPENDS = "encodings font-util"