From patchwork Wed Aug 6 19:18:00 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yann Diorcet X-Patchwork-Id: 377376 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 AAFBC1400AA for ; Thu, 7 Aug 2014 05:18:40 +1000 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 6B5913F9B1 for ; Wed, 6 Aug 2014 21:18:39 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) by hugin.dotsrc.org (Postfix) with ESMTPS id 08D023F9B1 for ; Wed, 6 Aug 2014 21:18:37 +0200 (CEST) Received: by mail-wg0-f44.google.com with SMTP id m15so3094846wgh.15 for ; Wed, 06 Aug 2014 12:18:37 -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=DE3PwCkssWaFt/xgLJZQmVR4/HdDdP82GOsv/wVRHyw=; b=LW95JCoFrNBFAaJ0P+mZ5U/tQU8gcADD6ncw/t6ihHekh2jhV5xu+WTwNUKfg3bBvj 94rkZguDYEzmDnWaL6CYksPXw2LOdX1lPLOrdvmbDU54nBCMB0uRQQ4McvP3HE20v3j6 e4xBcweEEq0dP6B6pvDTJZCkeDAwRFpmjfrmiC3vANRKxN1RXJEH7yTcDzP2R+rVnGX7 at+slf6iRH+dyK/2p5PevMSZYwBqbcVpzcYmAVIDzn7YroBXTfL3ljCnie3/ry7N0PHM PpimOjAQp2cagYkUFFaWhjJqHTlO0R+t8B7nRnLxAfL98Nt2FlpWSgPvk67evz7MpYNf peOA== X-Received: by 10.180.98.165 with SMTP id ej5mr50966314wib.37.1407352717450; Wed, 06 Aug 2014 12:18:37 -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.36 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 06 Aug 2014 12:18:36 -0700 (PDT) From: Yann Diorcet To: dev@oe-lite.org Subject: [PATCH 14/18] libtiff: Fix compilation (no need to split static files) Date: Wed, 6 Aug 2014 21:18:00 +0200 Message-Id: <1407352684-7837-14-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/libtiff/tiff.inc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/recipes/libtiff/tiff.inc b/recipes/libtiff/tiff.inc index 45e97f2..7a3ed20 100644 --- a/recipes/libtiff/tiff.inc +++ b/recipes/libtiff/tiff.inc @@ -6,14 +6,12 @@ RECIPE_TYPES = "machine native" SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz" -inherit autotools c++ +RECIPE_TYPES = "machine native" + +inherit autotools c++ library OECONF_ARCHTUPLE = "ax_cv_check_gl_libgl=no" -PACKAGES =+ "${PN}-staticdev ${PN}-utils ${PN}-utils-dbg" -FILES_${PN} += "${libdir}/libtiffxx.so.*" -FILES_${PN}-dev += "${libdir}/libtiffxx.so ${libdir}/libtiffxx.la" -FILES_${PN}-staticdev = "${libdir}/libtiffxx.a" -FILES_${PN}-dbg += "${libdir}/.debug/libtiffxx.so*" +PACKAGES =+ "${PN}-utils ${PN}-utils-dbg" FILES_${PN}-utils = "${bindir}/*" FILES_${PN}-utils-dbg += "${bindir}/.debug/"