From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 23FCFC4338F for ; Tue, 3 Aug 2021 12:33:56 +0000 (UTC) Received: from smtp3.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 mail.kernel.org (Postfix) with ESMTPS id D34DC60EB9 for ; Tue, 3 Aug 2021 12:33:55 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org D34DC60EB9 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=busybox.net Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=busybox.net Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 8C4E66078E; Tue, 3 Aug 2021 12:33:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Wk19SzC1fcn0; Tue, 3 Aug 2021 12:33:54 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp3.osuosl.org (Postfix) with ESMTP id DE76460720; Tue, 3 Aug 2021 12:33:53 +0000 (UTC) Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 759511BF29F for ; Tue, 3 Aug 2021 12:33:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 72D6C60720 for ; Tue, 3 Aug 2021 12:33:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03acDYI08Bxu for ; Tue, 3 Aug 2021 12:33:51 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 Received: from mail.heine.tech (mail.heine.tech [195.201.24.99]) by smtp3.osuosl.org (Postfix) with ESMTPS id 077B56068B for ; Tue, 3 Aug 2021 12:33:50 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 47D5A1814B9; Tue, 3 Aug 2021 14:33:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heine.tech; s=dkim; t=1627994027; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding; bh=ucJnlfjM/f1kl9PLhhT8jvln8TJGZALHXi5mGi7wvlg=; b=M1wrkYL54coJL/8Bv43pDnh7k5gl1XTdnop2gtd+IYlxQRcCnjB7bWWOlpgwBl1efI0TTq xEcdhm/F03euLbgYvmFnDilDZBCSU9nYp87C472hxIst4Zqj9ffonF7Ph0eoDI/dRtGxRz ka8nHzdo2knaXl8vvXxTudpEA/Bo/5Q= To: buildroot@buildroot.org Date: Tue, 3 Aug 2021 14:33:27 +0200 Message-Id: <20210803123330.70319-1-buildroot@heine.tech> MIME-Version: 1.0 X-Last-TLS-Session-Version: TLSv1.2 Subject: [Buildroot] [PATCH] package/bluez5_utils: hid2hci needs tools 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: , From: Michael Nosthoff via buildroot Reply-To: Michael Nosthoff Cc: Michael Nosthoff , Marcin Bis Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" fixes: http://autobuild.buildroot.net/results/9f91d530c22cad053d89a7bf54c4567d3012d05e http://autobuild.buildroot.net/results/80b90e1b6fee99ed7bf4aed87a14311a12469993 http://autobuild.buildroot.net/results/444eaab22b140b26a730c7fdd4bada71a8d6fef2 Signed-off-by: Michael Nosthoff --- package/bluez5_utils/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/bluez5_utils/Config.in b/package/bluez5_utils/Config.in index a8232279bd..2eea8c7ced 100644 --- a/package/bluez5_utils/Config.in +++ b/package/bluez5_utils/Config.in @@ -143,6 +143,7 @@ config BR2_PACKAGE_BLUEZ5_UTILS_TOOLS_HID2HCI bool "build hid2hci tool" depends on BR2_PACKAGE_HAS_UDEV select BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_HID # runtime + select BR2_PACKAGE_BLUEZ5_UTILS_TOOLS help Build hid2hci tool -- 2.32.0 _______________________________________________ buildroot mailing list buildroot@busybox.net http://lists.busybox.net/mailman/listinfo/buildroot