From patchwork Tue Oct 9 14:40:43 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christian Rasmussen X-Patchwork-Id: 190339 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 558EE2C00F8 for ; Wed, 10 Oct 2012 01:40:55 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id E7A593FE74 for ; Tue, 9 Oct 2012 16:40:53 +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 EC7553FE6F for ; Tue, 9 Oct 2012 16:40:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=1634; q=dns/txt; s=ironport1; t=1349793653; x=1381329653; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version; bh=12moY/l1t3/5MKHdIlkBA4a+RSUiNAB1NK5bST/pMdg=; b=wqyZNRTwYMmjuM/I+iTc5qwF5bj528CuiHNnOT1KFBEmFkoNdiiS5xWt 95eCsxA0a/dtsrDK+6mEN/P4XQtGsskjXXIxZibz40RWGoeA6PCLwqiFW bgFdagxIlx1XPox; X-IronPort-AV: E=Sophos;i="4.80,560,1344204000"; d="scan'208";a="2402808" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport1.prevas.se with ESMTP/TLS/AES128-SHA; 09 Oct 2012 16:40:52 +0200 Received: from chor-laptop.prevas.se (172.16.6.106) by smtp.prevas.se (172.16.8.105) with Microsoft SMTP Server (TLS) id 14.2.318.1; Tue, 9 Oct 2012 16:40:52 +0200 From: Christian Rasmussen To: Subject: [PATCH 4/9] libxml2: Upgrade to libxml2 2.9.0 Date: Tue, 9 Oct 2012 16:40:43 +0200 Message-ID: X-Mailer: git-send-email 1.7.9.5 In-Reply-To: References: MIME-Version: 1.0 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 --- recipes/libxml/libxml2.inc | 1 + recipes/libxml/libxml2_2.7.8.oe.sig | 1 - .../libxml/{libxml2_2.7.8.oe => libxml2_2.9.0.oe} | 0 recipes/libxml/libxml2_2.9.0.oe.sig | 1 + 4 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 recipes/libxml/libxml2_2.7.8.oe.sig rename recipes/libxml/{libxml2_2.7.8.oe => libxml2_2.9.0.oe} (100%) create mode 100644 recipes/libxml/libxml2_2.9.0.oe.sig diff --git a/recipes/libxml/libxml2.inc b/recipes/libxml/libxml2.inc index 2697b71..ac3993c 100644 --- a/recipes/libxml/libxml2.inc +++ b/recipes/libxml/libxml2.inc @@ -7,6 +7,7 @@ inherit autotools pkgconfig library binconfig SRC_URI = "ftp://xmlsoft.org/${PN}/${PN}-${PV}.tar.gz" DEPENDS = "libdl libm" +RDEPENDS_${PN} = "libdl libm" EXTRA_OECONF = "\ --without-legacy \ diff --git a/recipes/libxml/libxml2_2.7.8.oe.sig b/recipes/libxml/libxml2_2.7.8.oe.sig deleted file mode 100644 index 5e9f1e0..0000000 --- a/recipes/libxml/libxml2_2.7.8.oe.sig +++ /dev/null @@ -1 +0,0 @@ -859dd535edbb851cc15b64740ee06551a7a17d40 libxml2-2.7.8.tar.gz diff --git a/recipes/libxml/libxml2_2.7.8.oe b/recipes/libxml/libxml2_2.9.0.oe similarity index 100% rename from recipes/libxml/libxml2_2.7.8.oe rename to recipes/libxml/libxml2_2.9.0.oe diff --git a/recipes/libxml/libxml2_2.9.0.oe.sig b/recipes/libxml/libxml2_2.9.0.oe.sig new file mode 100644 index 0000000..3d41b1f --- /dev/null +++ b/recipes/libxml/libxml2_2.9.0.oe.sig @@ -0,0 +1 @@ +a43d7c0a8e463ac5a7846254f2a732a9af146fab libxml2-2.9.0.tar.gz