From patchwork Wed Oct 30 05:37:50 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1186510 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.138; helo=whitealder.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=t-online.de Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 472y0c0DNCz9sPJ for ; Wed, 30 Oct 2019 16:38:05 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 35D4086ACE; Wed, 30 Oct 2019 05:38:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ny+TuBUeJF+O; Wed, 30 Oct 2019 05:38:02 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 26FEE86ADD; Wed, 30 Oct 2019 05:38:01 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 643581BF869 for ; Wed, 30 Oct 2019 05:37:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 5048E85C11 for ; Wed, 30 Oct 2019 05:37:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9xwE-eMH6pTe for ; Wed, 30 Oct 2019 05:37:58 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout06.t-online.de (mailout06.t-online.de [194.25.134.19]) by fraxinus.osuosl.org (Postfix) with ESMTPS id DF1E485BF2 for ; Wed, 30 Oct 2019 05:37:57 +0000 (UTC) Received: from fwd08.aul.t-online.de (fwd08.aul.t-online.de [172.20.26.151]) by mailout06.t-online.de (Postfix) with SMTP id 48D4141E255B; Wed, 30 Oct 2019 06:37:55 +0100 (CET) Received: from fli4l.lan.fli4l (rX12dEZdYhu186xxR9FMml-nJJr-5Co3CQsOkKDwwATw2Gdh+QVVX8BUMjjiYbZweO@[91.58.2.66]) by fwd08.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1iPgg3-1YC5ke0; Wed, 30 Oct 2019 06:37:51 +0100 Received: from mahler.lan.fli4l ([192.168.1.1]:36822) by fli4l.lan.fli4l with esmtp (Exim 4.92.3) (envelope-from ) id 1iPgg2-00036u-Ip; Wed, 30 Oct 2019 06:37:50 +0100 From: Bernd Kuhls To: buildroot@buildroot.org Date: Wed, 30 Oct 2019 06:37:50 +0100 Message-Id: <20191030053750.4971-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-ID: rX12dEZdYhu186xxR9FMml-nJJr-5Co3CQsOkKDwwATw2Gdh+QVVX8BUMjjiYbZweO X-TOI-MSGID: 5959bb8c-6118-4816-ab09-2e7ecef62431 Subject: [Buildroot] [PATCH 1/1] package/acsccid: needs iconv X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Juha Rantanen Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Upstream commit https://github.com/acshk/acsccid/commit/5672d821ba96deb6c0c11060e4de0c9dab9b21c7 added "include " Fixes: http://autobuild.buildroot.net/results/04e/04eac264718a47c550bb48b3c36314751fb4de91/ Signed-off-by: Bernd Kuhls --- package/acsccid/Config.in | 1 + package/acsccid/acsccid.mk | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/package/acsccid/Config.in b/package/acsccid/Config.in index 90624ee797..74dd6de295 100644 --- a/package/acsccid/Config.in +++ b/package/acsccid/Config.in @@ -3,6 +3,7 @@ config BR2_PACKAGE_ACSCCID depends on BR2_TOOLCHAIN_HAS_THREADS # pcsc-lite, libusb depends on BR2_USE_MMU # pcsc-lite depends on !BR2_STATIC_LIBS # pcsc-lite + select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE select BR2_PACKAGE_PCSC_LITE # Even though there is a --disable-libusb option, it has in # fact no effect, and acsccid really requires libusb. diff --git a/package/acsccid/acsccid.mk b/package/acsccid/acsccid.mk index abb25ac3be..28a31b95a3 100644 --- a/package/acsccid/acsccid.mk +++ b/package/acsccid/acsccid.mk @@ -13,4 +13,8 @@ ACSCCID_INSTALL_STAGING = YES ACSCCID_DEPENDENCIES = pcsc-lite host-flex host-pkgconf libusb ACSCCID_CONF_OPTS = --enable-usbdropdir=/usr/lib/pcsc/drivers +ifeq ($(BR2_PACKAGE_LIBICONV),y) +ACSCCID_DEPENDENCIES += libiconv +endif + $(eval $(autotools-package))