summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShane Wang <shane.wang@intel.com>2012-03-15 20:52:14 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-21 15:28:58 +0000
commit5eb8a94f43bb078a194ce4dd2a22225c55b0e624 (patch)
treebb972b40f91b284a0bb4eff7e5fb11d3a97074cc
parent5b1a3623621dc5833b47da11b996e562c0b92631 (diff)
downloadpoky-5eb8a94f43bb078a194ce4dd2a22225c55b0e624.tar.gz
libXext: upgrade to 1.3.1
The license change is: --- libXext-1.3.0/COPYING 2010-11-22 03:24:13.000000000 +0800 +++ libXext-1.3.1/COPYING 2012-03-08 11:54:58.000000000 +0800 @@ -34,14 +34,14 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING, -BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR +DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING, +BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -Except as contained in this notice, the name of Digital Equipment Corporation +Except as contained in this notice, the name of Digital Equipment Corporation shall not be used in advertising or otherwise to promote the sale, use or other -dealings in this Software without prior written authorization from Digital +dealings in this Software without prior written authorization from Digital Equipment Corporation. Copyright (c) 1997 by Silicon Graphics Computer Systems, Inc. @@ -81,7 +81,7 @@ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NCD. 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 +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. Copyright 1991,1993 by Digital Equipment Corporation, Maynard, Massachusetts, @@ -116,8 +116,8 @@ advertising or publicity pertaining to distribution of the software without specific, written prior permission. -Hewlett-Packard makes no representations about the -suitability of this software for any purpose. It is provided +Hewlett-Packard makes no representations about the +suitability of this software for any purpose. It is provided "as is" without express or implied warranty. This software is not subject to any license of the American (From OE-Core rev: 8e7750c68251fe1525ef01687e64b9c45161ccdd) Signed-off-by: Shane Wang <shane.wang@intel.com>
-rw-r--r--meta/recipes-graphics/xorg-lib/libxext_1.3.1.bb (renamed from meta/recipes-graphics/xorg-lib/libxext_1.3.0.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxext_1.3.0.bb b/meta/recipes-graphics/xorg-lib/libxext_1.3.1.bb
index 90b4405a4d..82333ddb63 100644
--- a/meta/recipes-graphics/xorg-lib/libxext_1.3.0.bb
+++ b/meta/recipes-graphics/xorg-lib/libxext_1.3.1.bb
@@ -11,7 +11,7 @@ extensions."
11require xorg-lib-common.inc 11require xorg-lib-common.inc
12 12
13LICENSE = "MIT-style" 13LICENSE = "MIT-style"
14LIC_FILES_CHKSUM = "file://COPYING;md5=9b0eca8f3540b7e7f8b447154a20b05a" 14LIC_FILES_CHKSUM = "file://COPYING;md5=f69eb72f85ce548e12791d049d81bc52"
15 15
16DEPENDS += "xproto virtual/libx11 xextproto libxau libxdmcp" 16DEPENDS += "xproto virtual/libx11 xextproto libxau libxdmcp"
17PROVIDES = "xext" 17PROVIDES = "xext"
@@ -23,5 +23,5 @@ XORG_PN = "libXext"
23 23
24BBCLASSEXTEND = "native nativesdk" 24BBCLASSEXTEND = "native nativesdk"
25 25
26SRC_URI[md5sum] = "161d200b690ace818db1cc7537e70ba9" 26SRC_URI[md5sum] = "71251a22bc47068d60a95f50ed2ec3cf"
27SRC_URI[sha256sum] = "e9daeb400855b9836e328500cec356b2769033174fc1b2be0df4a80f031debc0" 27SRC_URI[sha256sum] = "56229c617eb7bfd6dec40d2805bc4dfb883dfe80f130d99b9a2beb632165e859"