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 1Slx78-000376-NV for openembedded-core@lists.openembedded.org; Tue, 03 Jul 2012 09:01:34 +0200 Received: from azsmga002.ch.intel.com ([10.2.17.35]) by azsmga101.ch.intel.com with ESMTP; 02 Jul 2012 23:50:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="118373954" Received: from lpalcu-linux (HELO localhost.localdomain) ([10.237.105.41]) by AZSMGA002.ch.intel.com with ESMTP; 02 Jul 2012 23:50:33 -0700 From: Laurentiu Palcu To: openembedded-core@lists.openembedded.org Date: Tue, 3 Jul 2012 09:50:20 +0300 Message-Id: <1341298228-4412-4-git-send-email-laurentiu.palcu@intel.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1341298228-4412-1-git-send-email-laurentiu.palcu@intel.com> References: <1341298228-4412-1-git-send-email-laurentiu.palcu@intel.com> Subject: [PATCH 03/10] xcb-util: upgrade to 0.3.9 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: Tue, 03 Jul 2012 07:01:34 -0000 Signed-off-by: Laurentiu Palcu --- .../xcb/{xcb-util_0.3.8.bb => xcb-util_0.3.9.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xcb/{xcb-util_0.3.8.bb => xcb-util_0.3.9.bb} (62%) diff --git a/meta/recipes-graphics/xcb/xcb-util_0.3.8.bb b/meta/recipes-graphics/xcb/xcb-util_0.3.9.bb similarity index 62% rename from meta/recipes-graphics/xcb/xcb-util_0.3.8.bb rename to meta/recipes-graphics/xcb/xcb-util_0.3.9.bb index b7eff29..6f2cd43 100644 --- a/meta/recipes-graphics/xcb/xcb-util_0.3.8.bb +++ b/meta/recipes-graphics/xcb/xcb-util_0.3.9.bb @@ -5,5 +5,5 @@ LIC_FILES_CHKSUM = "file://src/xcb_aux.c;endline=30;md5=ae305b9c2a38f9ba27060191 file://src/xcb_event.h;endline=27;md5=627be355aee59e1b8ade80d5bd90fad9" PR = "r0" -SRC_URI[md5sum] = "8ce019c4bbf20dce246b98f177cfccff" -SRC_URI[sha256sum] = "c1eed9284750bc09352e60654df77bb585dbbe7673fdcc675e58b7f3a0b447b9" +SRC_URI[md5sum] = "01dcc7a16d5020530552712710646ea2" +SRC_URI[sha256sum] = "c611259c0ab20fd76f79f48f4684843c18ea9c967eba78a45e8b3636315c18c4" -- 1.7.9.5