From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mail.openembedded.org (Postfix) with ESMTP id 676456D273 for ; Mon, 28 Oct 2013 14:01:22 +0000 (UTC) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 28 Oct 2013 07:01:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.93,535,1378882800"; d="scan'208";a="399878214" Received: from vpopa-desktop.rb.intel.com ([10.237.105.58]) by orsmga001.jf.intel.com with ESMTP; 28 Oct 2013 07:01:21 -0700 From: Valentin Popa To: openembedded-core@lists.openembedded.org Date: Mon, 28 Oct 2013 16:02:42 +0200 Message-Id: <1382968962-9826-1-git-send-email-valentin.popa@intel.com> X-Mailer: git-send-email 1.8.3.2 Subject: [PATCH] libsoup: upgrade to 2.44.1 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Oct 2013 14:01:22 -0000 Tested with midori-browser on qemux86 and qemuarm. Signed-off-by: Valentin Popa --- .../libsoup/{libsoup-2.4_2.42.1.bb => libsoup-2.4_2.44.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libsoup/{libsoup-2.4_2.42.1.bb => libsoup-2.4_2.44.1.bb} (85%) diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.42.1.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.44.1.bb similarity index 85% rename from meta/recipes-support/libsoup/libsoup-2.4_2.42.1.bb rename to meta/recipes-support/libsoup/libsoup-2.4_2.44.1.bb index ef8d439..6c3c1db 100644 --- a/meta/recipes-support/libsoup/libsoup-2.4_2.42.1.bb +++ b/meta/recipes-support/libsoup/libsoup-2.4_2.44.1.bb @@ -17,8 +17,8 @@ PACKAGECONFIG[gnome] = "--with-gnome,--without-gnome" SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz" -SRC_URI[md5sum] = "aaccd590a8002b69716f885fa8589887" -SRC_URI[sha256sum] = "20bd5365bb3e7de70fade91ac82c9dea31636318df90b8c26bc4cde2523a8c91" +SRC_URI[md5sum] = "c8e3b59b16e8fbad430f47adb3bbd3df" +SRC_URI[sha256sum] = "c532c331dd5f7eb78438867302ed6897a847c82b287ed9347bea8d1937974c1d" S = "${WORKDIR}/libsoup-${PV}" -- 1.8.3.2