diff options
author | Shane Wang <shane.wang@intel.com> | 2012-03-15 20:20:04 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-21 12:40:10 +0000 |
commit | 5165e1b6fcbfcaabf0d22f8be4e08ee838b198ab (patch) | |
tree | f6b7188d5cdd0930fc780de1d43dc6a0deae61f8 | |
parent | 27fbb481e1b39ce5cfdecf19bb434be096392e72 (diff) | |
download | openembedded-core-5165e1b6fcbfcaabf0d22f8be4e08ee838b198ab.tar.gz openembedded-core-5165e1b6fcbfcaabf0d22f8be4e08ee838b198ab.tar.bz2 openembedded-core-5165e1b6fcbfcaabf0d22f8be4e08ee838b198ab.zip |
libxkbfile: upgrade to 1.0.8
The license change is below (only removing a space in the end of each line):
--- libxkbfile-1.0.7/COPYING 2009-10-17 05:27:13.000000000 +0800
+++ libxkbfile-1.0.8/COPYING 2012-03-08 12:37:23.000000000 +0800
@@ -5,19 +5,19 @@
fee is hereby granted, provided that the above copyright
notice appear in all copies and that both that copyright
notice and this permission notice appear in supporting
-documentation, and that the name of Silicon Graphics not be
-used in advertising or publicity pertaining to distribution
+documentation, and that the name of Silicon Graphics not be
+used in advertising or publicity pertaining to distribution
of the software without specific prior written permission.
-Silicon Graphics makes no representation about the suitability
+Silicon Graphics makes no representation about the suitability
of this software for any purpose. It is provided "as is"
without any express or implied warranty.
-SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
-SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
+SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
-GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
-DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
-DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
+DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
+DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
THE USE OR PERFORMANCE OF THIS SOFTWARE.
@@ -48,13 +48,13 @@
Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
All Rights Reserved
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted,
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
-both that copyright notice and this permission notice appear in
+both that copyright notice and this permission notice appear in
supporting documentation, and that the name of Digital not be
used in advertising or publicity pertaining to distribution of the
-software without specific, written prior permission.
+software without specific, written prior permission.
DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
Signed-off-by: Shane Wang <shane.wang@intel.com>
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxkbfile_1.0.8.bb (renamed from meta/recipes-graphics/xorg-lib/libxkbfile_1.0.7.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxkbfile_1.0.7.bb b/meta/recipes-graphics/xorg-lib/libxkbfile_1.0.8.bb index 44e2fa0ceb..f659c3c344 100644 --- a/meta/recipes-graphics/xorg-lib/libxkbfile_1.0.7.bb +++ b/meta/recipes-graphics/xorg-lib/libxkbfile_1.0.8.bb @@ -6,16 +6,16 @@ description files for XKB, the X11 keyboard configuration extension." require xorg-lib-common.inc LICENSE = "MIT-style" -LIC_FILES_CHKSUM = "file://COPYING;md5=aa32e1b87f1da02948ab7b55e129bf5f" +LIC_FILES_CHKSUM = "file://COPYING;md5=8be7367f7e5d605a426f76bb37d4d61f" DEPENDS += "virtual/libx11 kbproto" -PR = "r1" +PR = "r0" PE = "1" EXTRA_OECONF += "--without-xcb" BBCLASSEXTEND = "native" -SRC_URI[md5sum] = "59b4fe0bdf8d9b05e45b59e8fe9e7516" -SRC_URI[sha256sum] = "667e370a733b96b647a40211430cfc41dd2160c9a2aa701d0c839c626d0f2ae5" +SRC_URI[md5sum] = "19e6533ae64abba0773816a23f2b9507" +SRC_URI[sha256sum] = "8aa94e19c537c43558f30906650cea6e15fa012591445d9f927658c3b32a8f3a" |