From patchwork Thu Apr 10 08:09:26 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: christian.braunersorensen@prevas.dk X-Patchwork-Id: 338025 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 E0C351400D7 for ; Thu, 10 Apr 2014 18:18:53 +1000 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 23EC63FFB5 for ; Thu, 10 Apr 2014 10:10:08 +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 258ED3FEF5 for ; Thu, 10 Apr 2014 10:09:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=3582; q=dns/txt; s=ironport1; t=1397117394; x=1428653394; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=eDHHaL11YMd1Tv1roHzpeSYGzw5+xjZzCIzl8q+7fas=; b=ZFdahkOfvFk3ZzJLzrLKUybhl5UfbCAOBIVE6TcPzwsLr7rpcmjom4Mo fVHJcEuDNiJ2V85FOQm6nnWog6+wJeFgvfsqTtBzsAvQAsiM0XDFDuk+0 0opd+p+Qs3SVJ7LJ79tjZ7W967WPvD3yUge9z2LgR3sxyRUUhrOfO7yus U=; X-IronPort-AV: E=Sophos;i="4.97,833,1389740400"; d="scan'208";a="4590595" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport1.prevas.se with ESMTP/TLS/AES128-SHA; 10 Apr 2014 10:09:51 +0200 Received: from localhost (172.16.10.102) by smtp.prevas.se (172.16.8.105) with Microsoft SMTP Server id 14.2.347.0; Thu, 10 Apr 2014 10:09:51 +0200 Received: by localhost (Postfix, from userid 30007) id 4CE7C682D1D; Thu, 10 Apr 2014 08:09:51 +0000 (UTC) From: To: Subject: [PATCH 06/28] expat: Removed version 2.0.1 Date: Thu, 10 Apr 2014 08:09:26 +0000 Message-ID: <67a2c75b4e3eede76dd080b7af76c046c2ec0951.1397117164.git.christian.braunersorensen@prevas.dk> X-Mailer: git-send-email 1.8.4 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 From: Christian Sørensen Signed-off-by: Christian Sørensen --- recipes/expat/expat-2.0.1/autotools.patch | 13 ------------- recipes/expat/expat-2.0.1/cdpath.patch | 10 ---------- recipes/expat/expat-2.0.1/libtool-bindir.patch | 11 ----------- recipes/expat/expat_2.0.1.oe | 7 ------- recipes/expat/expat_2.0.1.oe.sig | 1 - 5 files changed, 42 deletions(-) delete mode 100644 recipes/expat/expat-2.0.1/autotools.patch delete mode 100644 recipes/expat/expat-2.0.1/cdpath.patch delete mode 100644 recipes/expat/expat-2.0.1/libtool-bindir.patch delete mode 100644 recipes/expat/expat_2.0.1.oe delete mode 100644 recipes/expat/expat_2.0.1.oe.sig diff --git a/recipes/expat/expat-2.0.1/autotools.patch b/recipes/expat/expat-2.0.1/autotools.patch deleted file mode 100644 index 77aee3a..0000000 --- a/recipes/expat/expat-2.0.1/autotools.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -bur expat-2.0.0~orig/configure.in expat-2.0.0/configure.in ---- expat-2.0.0~orig/configure.in 2006-01-10 19:10:46.000000000 -0600 -+++ expat-2.0.0/configure.in 2006-02-10 19:12:24.000000000 -0600 -@@ -50,9 +50,6 @@ - - AC_CONFIG_HEADER(expat_config.h) - --sinclude(conftools/libtool.m4) --sinclude(conftools/ac_c_bigendian_cross.m4) -- - AC_LIBTOOL_WIN32_DLL - AC_PROG_LIBTOOL - diff --git a/recipes/expat/expat-2.0.1/cdpath.patch b/recipes/expat/expat-2.0.1/cdpath.patch deleted file mode 100644 index 3940e93..0000000 --- a/recipes/expat/expat-2.0.1/cdpath.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- expat-2.0.1/configure.in~orig 2013-05-16 11:37:20.936981596 +0200 -+++ expat-2.0.1/configure.in 2013-05-16 11:37:32.976981296 +0200 -@@ -31,6 +31,7 @@ - - AC_CONFIG_SRCDIR(Makefile.in) - AC_CONFIG_AUX_DIR(conftools) -+AC_CONFIG_MACRO_DIR(conftools) - - - dnl diff --git a/recipes/expat/expat-2.0.1/libtool-bindir.patch b/recipes/expat/expat-2.0.1/libtool-bindir.patch deleted file mode 100644 index f48467e..0000000 --- a/recipes/expat/expat-2.0.1/libtool-bindir.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- expat-2.0.1/Makefile.in~orig 2013-05-16 12:27:58.376905480 +0200 -+++ expat-2.0.1/Makefile.in 2013-05-16 12:29:05.580903796 +0200 -@@ -117,7 +117,7 @@ - COMPILE = $(CC) $(INCLUDES) $(CFLAGS) $(DEFS) $(CPPFLAGS) - CXXCOMPILE = $(CXX) $(INCLUDES) $(CXXFLAGS) $(DEFS) $(CPPFLAGS) - LTCOMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile $(COMPILE) --LINK_LIB = $(LIBTOOL) $(LTFLAGS) --mode=link $(COMPILE) -no-undefined $(VSNFLAG) -rpath $(libdir) $(LDFLAGS) -o $@ -+LINK_LIB = $(LIBTOOL) $(LTFLAGS) --mode=link $(COMPILE) -no-undefined $(VSNFLAG) -rpath $(libdir) -bindir $(DESTDIR)$(bindir) $(LDFLAGS) -o $@ - LINK_EXE = $(LIBTOOL) $(LTFLAGS) --mode=link $(COMPILE) $(LDFLAGS) -o $@ - LINK_CXX_EXE = $(LIBTOOL) $(LTFLAGS) --mode=link $(CXXCOMPILE) $(LDFLAGS) -o $@ - diff --git a/recipes/expat/expat_2.0.1.oe b/recipes/expat/expat_2.0.1.oe deleted file mode 100644 index 588ddae..0000000 --- a/recipes/expat/expat_2.0.1.oe +++ /dev/null @@ -1,7 +0,0 @@ -LICENSE = "MIT" - -require expat.inc - -SRC_URI += "file://autotools.patch" -SRC_URI += "file://cdpath.patch" -SRC_URI += "file://libtool-bindir.patch" diff --git a/recipes/expat/expat_2.0.1.oe.sig b/recipes/expat/expat_2.0.1.oe.sig deleted file mode 100644 index cedf4db..0000000 --- a/recipes/expat/expat_2.0.1.oe.sig +++ /dev/null @@ -1 +0,0 @@ -663548c37b996082db1f2f2c32af060d7aa15c2d expat-2.0.1.tar.gz