From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga03.intel.com ([143.182.124.21]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QAzQg-0006De-44 for openembedded-core@lists.openembedded.org; Sat, 16 Apr 2011 08:56:26 +0200 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 15 Apr 2011 23:54:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.64,223,1301900400"; d="scan'208";a="420319629" Received: from unknown (HELO localhost) ([10.255.12.232]) by azsmga001.ch.intel.com with ESMTP; 15 Apr 2011 23:54:05 -0700 Message-Id: <1cdaf4fe60e102da8690d038e345daa7777869d9.1302936483.git.sgw@linux.intel.com> In-Reply-To: References: Old-Date: Tue, 12 Apr 2011 00:58:46 +0800 Date: Fri, 15 Apr 2011 23:54:04 -0700 To: openembedded-core@lists.openembedded.org From: Saul Wold X-Mailman-Approved-At: Sat, 16 Apr 2011 12:03:17 +0200 Cc: Scott Rifenbark , Paul Eggleton , Jingdong Lu , Kang Kai , Xiaofeng Yan Subject: [PATCH 21/58] libxt: update from 1.0.9 to the latest version 1.1.1 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Apr 2011 06:56:26 -0000 From: Dexuan Cui Update LIC_FILES_CHKSUM due to the only change to COPYING. -Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 1993, 2011, Oracle and/or its affiliates. All rights reserved. Signed-off-by: Dexuan Cui --- .../xorg-lib/{libxt_1.0.9.bb => libxt_1.1.1.bb} | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxt_1.0.9.bb => libxt_1.1.1.bb} (85%) diff --git a/meta/recipes-graphics/xorg-lib/libxt_1.0.9.bb b/meta/recipes-graphics/xorg-lib/libxt_1.1.1.bb similarity index 85% rename from meta/recipes-graphics/xorg-lib/libxt_1.0.9.bb rename to meta/recipes-graphics/xorg-lib/libxt_1.1.1.bb index 63119ae..f06739f 100644 --- a/meta/recipes-graphics/xorg-lib/libxt_1.0.9.bb +++ b/meta/recipes-graphics/xorg-lib/libxt_1.1.1.bb @@ -13,7 +13,7 @@ independent of any particular user interface policy or style." require xorg-lib-common.inc LICENSE = "MIT & MIT-style" -LIC_FILES_CHKSUM = "file://COPYING;md5=917881a51be1013bee30d7f3f5ba9f55" +LIC_FILES_CHKSUM = "file://COPYING;md5=3239170e81427c5948287df07691f03f" DEPENDS += "libsm virtual/libx11 kbproto libxdmcp" @@ -39,5 +39,5 @@ do_compile() { oe_runmake } -SRC_URI[md5sum] = "8a414f8f2327aaa616ca2dcac1f5d8c3" -SRC_URI[sha256sum] = "eab91b594b801f7f07a20f936dda70a629028858cbcf541becf94f2786ae6b01" +SRC_URI[md5sum] = "eb22c0a1f172b06b97a3f5ae89768412" +SRC_URI[sha256sum] = "a2a1c29c684e3c9082cdb920b5aea802b179d19107b9ab2170fda07575559da7" -- 1.7.1.1