From patchwork Wed Oct 17 14:37:14 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Morten Svendsen X-Patchwork-Id: 192065 X-Patchwork-Delegate: esben@haabendal.dk Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hugin.dotsrc.org (hugin.dotsrc.org [130.225.254.102]) by ozlabs.org (Postfix) with ESMTP id DD0252C008D for ; Thu, 18 Oct 2012 01:37:34 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id AB0203FE71 for ; Wed, 17 Oct 2012 16:37:33 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail01.prevas.se (mail01.prevas.se [62.95.78.3]) by hugin.dotsrc.org (Postfix) with ESMTPS id 959DF3FEF9 for ; Wed, 17 Oct 2012 16:37:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=5796; q=dns/txt; s=ironport1; t=1350484646; x=1382020646; h=from:to:subject:date:message-id:in-reply-to:references: mime-version; bh=kZ7FttBllpofg1xTatUXvwC2ljjAKhF/ZIAXGEtR0ZQ=; b=Pv4180R7khZsTv/NtcDz6fs0sva+InuAwriiHQnX/mkOgOzs/XNifNfm myWLAaqWW+E5CXLbh2O+16yUzwRamEtP2yR9d1E5ZgoMQs/G5XMCaXyhp 7yNhSaSr1EK36ag; X-IronPort-AV: E=Sophos;i="4.80,601,1344204000"; d="scan'208";a="2427376" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport1.prevas.se with ESMTP/TLS/AES128-SHA; 17 Oct 2012 16:37:26 +0200 Received: from fire.prevas.dk (172.16.10.61) by smtp.prevas.se (172.16.8.105) with Microsoft SMTP Server (TLS) id 14.2.318.1; Wed, 17 Oct 2012 16:37:25 +0200 From: Morten Thunberg Svendsen To: Subject: [PATCH 1/9] update glib 2.30.0 -> 2.30.3 Date: Wed, 17 Oct 2012 16:37:14 +0200 Message-ID: X-Mailer: git-send-email 1.7.10 In-Reply-To: References: MIME-Version: 1.0 X-Originating-IP: [172.16.10.61] X-BeenThere: dev@oe-lite.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: OE-lite development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org --- .../0005-glib-mkenums-interpreter.patch.patch | 0 .../60_wait-longer-for-threads-to-die.patch | 0 recipes/glib/{glib-2.30.0 => glib-2.30.3}/configure-libtool.patch | 0 recipes/glib/{glib-2.30.0 => glib-2.30.3}/g_once_init_enter.patch | 0 recipes/glib/{glib-2.30.0 => glib-2.30.3}/glibconfig-sysdefs.h | 0 recipes/glib/glib-common.inc | 2 +- recipes/glib/glib-initial-2.30.0 | 1 - recipes/glib/glib-initial-2.30.3 | 1 + recipes/glib/glib-initial_2.30.0.oe.sig | 1 - recipes/glib/{glib-initial_2.30.0.oe => glib-initial_2.30.3.oe} | 0 recipes/glib/glib-initial_2.30.3.oe.sig | 1 + recipes/glib/{glib_2.30.0.oe => glib_2.30.3.oe} | 0 recipes/glib/{glib_2.30.0.oe.sig => glib_2.30.3.oe.sig} | 1 + 13 files changed, 4 insertions(+), 3 deletions(-) rename recipes/glib/{glib-2.30.0 => glib-2.30.3}/0005-glib-mkenums-interpreter.patch.patch (100%) rename recipes/glib/{glib-2.30.0 => glib-2.30.3}/60_wait-longer-for-threads-to-die.patch (100%) rename recipes/glib/{glib-2.30.0 => glib-2.30.3}/configure-libtool.patch (100%) rename recipes/glib/{glib-2.30.0 => glib-2.30.3}/g_once_init_enter.patch (100%) rename recipes/glib/{glib-2.30.0 => glib-2.30.3}/glibconfig-sysdefs.h (100%) delete mode 120000 recipes/glib/glib-initial-2.30.0 create mode 120000 recipes/glib/glib-initial-2.30.3 delete mode 120000 recipes/glib/glib-initial_2.30.0.oe.sig rename recipes/glib/{glib-initial_2.30.0.oe => glib-initial_2.30.3.oe} (100%) create mode 120000 recipes/glib/glib-initial_2.30.3.oe.sig rename recipes/glib/{glib_2.30.0.oe => glib_2.30.3.oe} (100%) rename recipes/glib/{glib_2.30.0.oe.sig => glib_2.30.3.oe.sig} (50%) diff --git a/recipes/glib/glib-2.30.0/0005-glib-mkenums-interpreter.patch.patch b/recipes/glib/glib-2.30.3/0005-glib-mkenums-interpreter.patch.patch similarity index 100% rename from recipes/glib/glib-2.30.0/0005-glib-mkenums-interpreter.patch.patch rename to recipes/glib/glib-2.30.3/0005-glib-mkenums-interpreter.patch.patch diff --git a/recipes/glib/glib-2.30.0/60_wait-longer-for-threads-to-die.patch b/recipes/glib/glib-2.30.3/60_wait-longer-for-threads-to-die.patch similarity index 100% rename from recipes/glib/glib-2.30.0/60_wait-longer-for-threads-to-die.patch rename to recipes/glib/glib-2.30.3/60_wait-longer-for-threads-to-die.patch diff --git a/recipes/glib/glib-2.30.0/configure-libtool.patch b/recipes/glib/glib-2.30.3/configure-libtool.patch similarity index 100% rename from recipes/glib/glib-2.30.0/configure-libtool.patch rename to recipes/glib/glib-2.30.3/configure-libtool.patch diff --git a/recipes/glib/glib-2.30.0/g_once_init_enter.patch b/recipes/glib/glib-2.30.3/g_once_init_enter.patch similarity index 100% rename from recipes/glib/glib-2.30.0/g_once_init_enter.patch rename to recipes/glib/glib-2.30.3/g_once_init_enter.patch diff --git a/recipes/glib/glib-2.30.0/glibconfig-sysdefs.h b/recipes/glib/glib-2.30.3/glibconfig-sysdefs.h similarity index 100% rename from recipes/glib/glib-2.30.0/glibconfig-sysdefs.h rename to recipes/glib/glib-2.30.3/glibconfig-sysdefs.h diff --git a/recipes/glib/glib-common.inc b/recipes/glib/glib-common.inc index 4ffdf79..15e967f 100644 --- a/recipes/glib/glib-common.inc +++ b/recipes/glib/glib-common.inc @@ -13,7 +13,7 @@ DEPENDS_NATIVE:native = "" require conf/fetch/gnome.conf SRC_URI_SUBDIR = "${@'.'.join(d.getVar('PV', True).split('.')[:2])}" -SRC_URI = "${GNOME_MIRROR}/glib/${SRC_URI_SUBDIR}/glib-${PV}.tar.bz2" +SRC_URI = "${GNOME_MIRROR}/glib/${SRC_URI_SUBDIR}/glib-${PV}.tar.xz" S = "${SRCDIR}/glib-${PV}" EXTRA_OECONF = "--disable-debug \ diff --git a/recipes/glib/glib-initial-2.30.0 b/recipes/glib/glib-initial-2.30.0 deleted file mode 120000 index 885b6ed..0000000 --- a/recipes/glib/glib-initial-2.30.0 +++ /dev/null @@ -1 +0,0 @@ -glib-2.30.0/ \ No newline at end of file diff --git a/recipes/glib/glib-initial-2.30.3 b/recipes/glib/glib-initial-2.30.3 new file mode 120000 index 0000000..a562610 --- /dev/null +++ b/recipes/glib/glib-initial-2.30.3 @@ -0,0 +1 @@ +glib-2.30.3 \ No newline at end of file diff --git a/recipes/glib/glib-initial_2.30.0.oe.sig b/recipes/glib/glib-initial_2.30.0.oe.sig deleted file mode 120000 index cc6bbff..0000000 --- a/recipes/glib/glib-initial_2.30.0.oe.sig +++ /dev/null @@ -1 +0,0 @@ -glib_2.30.0.oe.sig \ No newline at end of file diff --git a/recipes/glib/glib-initial_2.30.0.oe b/recipes/glib/glib-initial_2.30.3.oe similarity index 100% rename from recipes/glib/glib-initial_2.30.0.oe rename to recipes/glib/glib-initial_2.30.3.oe diff --git a/recipes/glib/glib-initial_2.30.3.oe.sig b/recipes/glib/glib-initial_2.30.3.oe.sig new file mode 120000 index 0000000..b6264cd --- /dev/null +++ b/recipes/glib/glib-initial_2.30.3.oe.sig @@ -0,0 +1 @@ +glib_2.30.3.oe.sig \ No newline at end of file diff --git a/recipes/glib/glib_2.30.0.oe b/recipes/glib/glib_2.30.3.oe similarity index 100% rename from recipes/glib/glib_2.30.0.oe rename to recipes/glib/glib_2.30.3.oe diff --git a/recipes/glib/glib_2.30.0.oe.sig b/recipes/glib/glib_2.30.3.oe.sig similarity index 50% rename from recipes/glib/glib_2.30.0.oe.sig rename to recipes/glib/glib_2.30.3.oe.sig index 0963566..494fc46 100644 --- a/recipes/glib/glib_2.30.0.oe.sig +++ b/recipes/glib/glib_2.30.3.oe.sig @@ -1 +1,2 @@ dfb91843185927376df8c2552488f3dffb0548a0 glib-2.30.0.tar.bz2 +ec97dd659862dca05d18093a6ea6c309dcff0cdd glib-2.30.3.tar.xz