From patchwork Mon Oct 14 02:20:42 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1175937 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.136; helo=silver.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 silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 46s2NZ6whQz9sPK for ; Mon, 14 Oct 2019 13:21:00 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 55E6C2152C; Mon, 14 Oct 2019 02:20:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6r+mjI7M6rFb; Mon, 14 Oct 2019 02:20:55 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id EC6242002B; Mon, 14 Oct 2019 02:20:54 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 617A61BF3A7 for ; Mon, 14 Oct 2019 02:20:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 4E2318682C for ; Mon, 14 Oct 2019 02:20:51 +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 ezuWEYzEjeQY for ; Mon, 14 Oct 2019 02:20:50 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout03.t-online.de (mailout03.t-online.de [194.25.134.81]) by whitealder.osuosl.org (Postfix) with ESMTPS id EB14586759 for ; Mon, 14 Oct 2019 02:20:49 +0000 (UTC) Received: from fwd15.aul.t-online.de (fwd15.aul.t-online.de [172.20.27.63]) by mailout03.t-online.de (Postfix) with SMTP id 5C491424032E; Mon, 14 Oct 2019 04:20:47 +0200 (CEST) Received: from fli4l.lan.fli4l (Tlq+l6ZaohPIXyOU+XsiaF556P0Fcyov2oGV+S7y7frUmEGz03vsQBZ9Ww8D58Twfm@[84.161.189.127]) by fwd15.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1iJpyV-0qXAJ60; Mon, 14 Oct 2019 04:20:43 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:56004) by fli4l.lan.fli4l with esmtp (Exim 4.92.3) (envelope-from ) id 1iJpyU-0001Rj-91; Mon, 14 Oct 2019 04:20:42 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Mon, 14 Oct 2019 04:20:42 +0200 Message-Id: <20191014022042.3629-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-ID: Tlq+l6ZaohPIXyOU+XsiaF556P0Fcyov2oGV+S7y7frUmEGz03vsQBZ9Ww8D58Twfm X-TOI-MSGID: 95c6e4a0-47b9-4462-943a-885050bed497 Subject: [Buildroot] [PATCH 1/1] package/proj: needs wchar 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: Murat Demirten , Zoltan Gyarmati Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Propagate dependency also to libgeotiff Fixes: http://autobuild.buildroot.net/results/f8e/f8e261dd64346caeff568a23621b3dd15ac3967c/ Signed-off-by: Bernd Kuhls --- package/libgeotiff/Config.in | 6 ++++-- package/proj/Config.in | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/package/libgeotiff/Config.in b/package/libgeotiff/Config.in index 6ac8a51f7c..7ed296fb25 100644 --- a/package/libgeotiff/Config.in +++ b/package/libgeotiff/Config.in @@ -3,6 +3,7 @@ config BR2_PACKAGE_LIBGEOTIFF depends on BR2_INSTALL_LIBSTDCPP # proj depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # proj depends on BR2_TOOLCHAIN_HAS_THREADS # proj + depends on BR2_USE_WCHAR # proj select BR2_PACKAGE_PROJ select BR2_PACKAGE_TIFF help @@ -11,6 +12,7 @@ config BR2_PACKAGE_LIBGEOTIFF https://github.com/OSGeo/libgeotiff -comment "libgeotiff needs a toolchain w/ C++, gcc >= 4.7, threads" +comment "libgeotiff needs a toolchain w/ C++, gcc >= 4.7, threads, wchar" depends on !BR2_INSTALL_LIBSTDCPP || \ - !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 || !BR2_TOOLCHAIN_HAS_THREADS + !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 || \ + !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR diff --git a/package/proj/Config.in b/package/proj/Config.in index ced386f465..1952fc7d9a 100644 --- a/package/proj/Config.in +++ b/package/proj/Config.in @@ -3,6 +3,7 @@ config BR2_PACKAGE_PROJ depends on BR2_INSTALL_LIBSTDCPP depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # C++11 depends on BR2_TOOLCHAIN_HAS_THREADS + depends on BR2_USE_WCHAR select BR2_PACKAGE_SQLITE help proj.4 is a standard UNIX filter function which converts @@ -13,6 +14,7 @@ config BR2_PACKAGE_PROJ http://proj4.org/ -comment "proj needs a toolchain w/ C++, gcc >= 4.7, threads" +comment "proj needs a toolchain w/ C++, gcc >= 4.7, threads, wchar" depends on !BR2_INSTALL_LIBSTDCPP || \ - !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 || !BR2_TOOLCHAIN_HAS_THREADS + !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 || \ + !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR