From patchwork Wed Aug 6 19:18:01 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yann Diorcet X-Patchwork-Id: 377377 X-Patchwork-Delegate: kiho@prevas.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 [IPv6:2001:878:346::102]) by ozlabs.org (Postfix) with ESMTP id DBEE21400D6 for ; Thu, 7 Aug 2014 05:18:42 +1000 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 8FF7A3FB81 for ; Wed, 6 Aug 2014 21:18:41 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail-wg0-f41.google.com (mail-wg0-f41.google.com [74.125.82.41]) by hugin.dotsrc.org (Postfix) with ESMTPS id BE31D3FD63 for ; Wed, 6 Aug 2014 21:18:39 +0200 (CEST) Received: by mail-wg0-f41.google.com with SMTP id z12so3137394wgg.24 for ; Wed, 06 Aug 2014 12:18:39 -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:in-reply-to:references; bh=CxLGsPVWrXvT7gRUdbEH+jDYsarKuU/3+0qr0MZLO7U=; b=Ndcg/2josCyN/pGz98hz043bTHkQL31mMlq6F62EhEX2HFY6DHsnNxsZqdWjE6518j cHr6tvmd78FXS5JdS44o7tZGVumocNuCG+OsJw3nv5hnVE27Fmh43PJZdDdse9sUWmSO /1twbcs/bIwym9Xl2/0da/7pfHCnVU80jYYfeCcxJQg5f6e9s1WpMdmFB7BAqnQ8TqT1 yMsKyIGRrhEgGR08+2ekY/aOtXDAV+njqaV/zZCZsUf9lzidJs1wuKDSqEafAi8Owz5M Kx9ry8QOjUgO7Qu/5cb07StabbVwCs3MLM8JQKCJjc+N8hkViLc4bUUBzDcR3pD5bhLy e29A== X-Received: by 10.180.106.138 with SMTP id gu10mr53387200wib.21.1407352719179; Wed, 06 Aug 2014 12:18:39 -0700 (PDT) Received: from localhost.localdomain (mut38-h01-31-33-249-220.dsl.sta.abo.bbox.fr. [31.33.249.220]) by mx.google.com with ESMTPSA id b9sm21033538wic.23.2014.08.06.12.18.37 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 06 Aug 2014 12:18:38 -0700 (PDT) From: Yann Diorcet To: dev@oe-lite.org Subject: [PATCH 15/18] binutils/jpeg/lzo/tslib: Remove forced static/disabled Date: Wed, 6 Aug 2014 21:18:01 +0200 Message-Id: <1407352684-7837-15-git-send-email-diorcet.yann@gmail.com> X-Mailer: git-send-email 2.0.1 In-Reply-To: <1407352684-7837-1-git-send-email-diorcet.yann@gmail.com> References: <1407352684-7837-1-git-send-email-diorcet.yann@gmail.com> 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 --- recipes/binutils/binutils.inc | 2 +- recipes/jpeg/jpeg.inc | 1 - recipes/lzo/lzo.inc | 2 -- recipes/tslib/tslib.inc | 2 +- 4 files changed, 2 insertions(+), 5 deletions(-) diff --git a/recipes/binutils/binutils.inc b/recipes/binutils/binutils.inc index 95da776..0cbddf5 100644 --- a/recipes/binutils/binutils.inc +++ b/recipes/binutils/binutils.inc @@ -17,7 +17,7 @@ SRC_URI = "${GNU_MIRROR}/binutils/binutils-${PV}.tar.bz2 " DEPENDS = "native:flex native:bison" -EXTRA_OECONF = "--enable-install-libbfd --enable-shared" +EXTRA_OECONF = "--enable-install-libbfd" EXTRA_OECONF:>HOST_CPU_arm = " --disable-werror" inherit auto-package-libs diff --git a/recipes/jpeg/jpeg.inc b/recipes/jpeg/jpeg.inc index 7ab0e39..0f6c9ef 100644 --- a/recipes/jpeg/jpeg.inc +++ b/recipes/jpeg/jpeg.inc @@ -7,7 +7,6 @@ RECIPE_TYPES = "machine native" SRC_URI = "http://www.ijg.org/files/jpegsrc.v${PV}.tar.gz" -EXTRA_OECONF = "--enable-static --enable-shared" CFLAGS += "-D_REENTRANT" PACKAGES =+ "${PN}-tools " diff --git a/recipes/lzo/lzo.inc b/recipes/lzo/lzo.inc index 7fa802e..788265c 100644 --- a/recipes/lzo/lzo.inc +++ b/recipes/lzo/lzo.inc @@ -7,8 +7,6 @@ inherit autotools library SRC_URI = "http://www.oberhumer.com/opensource/lzo/download/lzo-${PV}.tar.gz" -EXTRA_OECONF = "--enable-shared" - LIBRARY_NAME = "liblzo2" DEPENDS_${PN} += "libc" diff --git a/recipes/tslib/tslib.inc b/recipes/tslib/tslib.inc index ef67e3e..8b0492b 100644 --- a/recipes/tslib/tslib.inc +++ b/recipes/tslib/tslib.inc @@ -14,7 +14,7 @@ SRC_URI += "${SRC_URI_EXTRA}" DEPENDS += "libdl" -EXTRA_OECONF += "--enable-shared ac_cv_func_malloc_0_nonnull=yes" +EXTRA_OECONF += "ac_cv_func_malloc_0_nonnull=yes" do_install[postfuncs] += "do_install_extra" do_install_extra () {