From patchwork Sun Oct 21 15:27:38 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yann Diorcet X-Patchwork-Id: 193020 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 C4BF82C00EC for ; Mon, 22 Oct 2012 02:28:09 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 3E0BA3FBAE for ; Sun, 21 Oct 2012 17:28:09 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by hugin.dotsrc.org (Postfix) with ESMTPS id 319B94018E for ; Sun, 21 Oct 2012 17:28:08 +0200 (CEST) Received: by mail-wi0-f175.google.com with SMTP id hq4so1198130wib.16 for ; Sun, 21 Oct 2012 08:28:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=uqQ9njEL5ykspwfNY8b74Gkry7yvtkgzA/4xeYr2jXA=; b=Wti3hDkPFQ++Xhp1pBUo3eU8J9ICToVy/npACQRlps+fMmprSx0GVVw4XuUbfa8wHh 1JRBWvsAfy7EZ/xYDqI4AdA2gJoRGDXMFU4gB3elpLfAgiladZ3VWdyYbPw3KtUPOkev gt8zFnlgNWROLhjLQrlJbZEpwPPzMok03jWXT6CsLiEYenqxTpcx8Z9LCLMMMhXba2Kl xBh+6e21gZImy9mZdwkaAXegb2tCRFvlDxLMU8+mLJeVA2O6KsHm/UeqsLz3h8pPOdxe 6+2W5dvU9lhM2XyFuJPYoTQBLDB+zbYP8HCLbA3PC3RmARg5AU7qyf04ShOXgTit9FFz U57A== Received: by 10.180.91.169 with SMTP id cf9mr12552335wib.1.1350833287653; Sun, 21 Oct 2012 08:28:07 -0700 (PDT) Received: from localhost.localdomain (dom38-1-82-236-154-183.fbx.proxad.net. [82.236.154.183]) by mx.google.com with ESMTPS id gg4sm16470282wib.6.2012.10.21.08.28.06 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 21 Oct 2012 08:28:07 -0700 (PDT) From: Yann Diorcet To: dev@oe-lite.org Subject: [PATCH 15/18] Remove deprecated dist-lzma Date: Sun, 21 Oct 2012 17:27:38 +0200 Message-Id: <1350833261-8401-15-git-send-email-diorcet.yann@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1350833261-8401-1-git-send-email-diorcet.yann@gmail.com> References: <1350833261-8401-1-git-send-email-diorcet.yann@gmail.com> Cc: Yann Diorcet 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: , MIME-Version: 1.0 Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org From: Yann Diorcet Remove dist-lzma from AM_INIT_AUTOMAKE: may fails on darwin libtool --- recipes/libtool/libtool-2.2.10/lzma_removed.patch | 15 +++++++++++++++ recipes/libtool/libtool_2.2.10.oe | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 recipes/libtool/libtool-2.2.10/lzma_removed.patch diff --git a/recipes/libtool/libtool-2.2.10/lzma_removed.patch b/recipes/libtool/libtool-2.2.10/lzma_removed.patch new file mode 100644 index 0000000..52ffa6d --- /dev/null +++ b/recipes/libtool/libtool-2.2.10/lzma_removed.patch @@ -0,0 +1,15 @@ +diff -urN libtool-2.2.10/configure.ac libtool-2.2.10.mod/configure.ac +--- libtool-2.2.10/configure.ac 2010-06-09 15:00:04.000000000 +0200 ++++ libtool-2.2.10.mod/configure.ac 2012-10-10 01:35:44.000000000 +0200 +@@ -122,7 +122,7 @@ + + dnl These are bootstrap requirements! Once built, libtool may work with + dnl much older releases of autoconf and automake. See release notes. +-AM_INIT_AUTOMAKE([1.10.1 gnu subdir-objects dist-lzma]) ++AM_INIT_AUTOMAKE([1.10.1 gnu subdir-objects]) + + dnl We use m4sh to generate libtool's portable shell scripts + AC_SUBST([M4SH], ['$(AUTOM4TE) --language=m4sh']) +Binary files libtool-2.2.10/libltdl/._argz.c and libtool-2.2.10.mod/libltdl/._argz.c differ +Binary files libtool-2.2.10/libltdl/._argz_.h and libtool-2.2.10.mod/libltdl/._argz_.h differ +Binary files libtool-2.2.10/tests/cdemo/._foo.c and libtool-2.2.10.mod/tests/cdemo/._foo.c differ diff --git a/recipes/libtool/libtool_2.2.10.oe b/recipes/libtool/libtool_2.2.10.oe index 15b811b..743ec51 100644 --- a/recipes/libtool/libtool_2.2.10.oe +++ b/recipes/libtool/libtool_2.2.10.oe @@ -6,7 +6,7 @@ require libtool-2.2.inc libtool_cross_compile = "" libtool_cross_compile:cross = "file://cross_compile.patch" libtool_cross_compile:sdk-cross = "file://cross_compile.patch" -SRC_URI += "${libtool_cross_compile}" +SRC_URI += "file://lzma_removed.patch ${libtool_cross_compile}" addtask bootstrap before configure after fetch unpack patch stage do_bootstrap[dirs] = "${S}"