From patchwork Tue Mar 21 16:02:37 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Shevchenko X-Patchwork-Id: 741647 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3vnd1j3jqqz9s7b for ; Wed, 22 Mar 2017 03:04:57 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="PFAPSlVP"; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 5D3833079E; Tue, 21 Mar 2017 16:04:55 +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 a8X9xUzJoALM; Tue, 21 Mar 2017 16:04:54 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id C9ACA2D414; Tue, 21 Mar 2017 16:04:53 +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 86CA51BFE74 for ; Tue, 21 Mar 2017 16:04:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8317389422 for ; Tue, 21 Mar 2017 16:04:53 +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 Sd6PqpP0Z2-m for ; Tue, 21 Mar 2017 16:04:52 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by whitealder.osuosl.org (Postfix) with ESMTPS id C9072814C0 for ; Tue, 21 Mar 2017 16:04:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490112292; x=1521648292; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=7+AMzff7BLQ0FS+6jm55oc3Zq86LXBbouMMzMijeMbg=; b=PFAPSlVPO7soMHTu9wuCJ4wH3VH7psflXDjr3Q1+IrYQpNuqz+e/irkT DN0vHX5moTEp+hG/a1UGWBb5fbrrYg==; Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Mar 2017 09:03:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos; i="5.36,200,1486454400"; d="scan'208"; a="1145192000" Received: from black.fi.intel.com ([10.237.72.28]) by fmsmga002.fm.intel.com with ESMTP; 21 Mar 2017 09:03:39 -0700 Received: by black.fi.intel.com (Postfix, from userid 1003) id 97A8721C; Tue, 21 Mar 2017 18:02:38 +0200 (EET) From: Andy Shevchenko To: Marcin Bis , Waldemar Brodkorb , buildroot@buildroot.org Date: Tue, 21 Mar 2017 18:02:37 +0200 Message-Id: <20170321160237.31058-3-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170321160237.31058-1-andriy.shevchenko@linux.intel.com> References: <20170321160237.31058-1-andriy.shevchenko@linux.intel.com> Cc: Andy Shevchenko Subject: [Buildroot] [PATCH v2] Revert "bluez5_utils: not available with uClibc" X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Since uClibc supports wordexp functionality we may revert the commit d7c54cb0c0cf. Signed-off-by: Andy Shevchenko --- package/bluez5_utils/Config.in | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package/bluez5_utils/Config.in b/package/bluez5_utils/Config.in index e99f0f69f..315747592 100644 --- a/package/bluez5_utils/Config.in +++ b/package/bluez5_utils/Config.in @@ -39,15 +39,10 @@ comment "OBEX support needs a toolchain w/ C++" config BR2_PACKAGE_BLUEZ5_UTILS_CLIENT bool "build CLI client" - # wordexp support not in our uClibc configuration - depends on !BR2_TOOLCHAIN_USES_UCLIBC select BR2_PACKAGE_READLINE help Enable the Bluez 5.x command line client. -comment "bluez5-utils client needs a glibc or musl toolchain" - depends on BR2_TOOLCHAIN_USES_UCLIBC - config BR2_PACKAGE_BLUEZ5_UTILS_DEPRECATED bool "build deprecated tools" help