From patchwork Sat Jan 13 22:45:32 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 860386 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.137; helo=fraxinus.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3zJvpg4D16z9sBd for ; Sun, 14 Jan 2018 09:45:47 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 093E687037; Sat, 13 Jan 2018 22:45:45 +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 U9XzQhIHRIi1; Sat, 13 Jan 2018 22:45:43 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 0E6ED86DC2; Sat, 13 Jan 2018 22:45:43 +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 E4BD01C0683 for ; Sat, 13 Jan 2018 22:45:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E131A87CB0 for ; Sat, 13 Jan 2018 22:45:41 +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 9ZRqt9JcFZxo for ; Sat, 13 Jan 2018 22:45:40 +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 whitealder.osuosl.org (Postfix) with ESMTPS id 80DBD87CAE for ; Sat, 13 Jan 2018 22:45:40 +0000 (UTC) Received: from fwd05.aul.t-online.de (fwd05.aul.t-online.de [172.20.27.149]) by mailout06.t-online.de (Postfix) with SMTP id 2305641E8A6A; Sat, 13 Jan 2018 23:45:38 +0100 (CET) Received: from fli4l.lan.fli4l (VsdHmZZBrh4HGyMQGsAC8KTBm0B+fHMJ8kDTeHivCvLvnnpvLOcBAUZENLMw0ZVQeJ@[79.228.9.224]) by fwd05.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1eaUYP-01CWFk0; Sat, 13 Jan 2018 23:45:33 +0100 Received: from mahler.lan.fli4l ([192.168.1.1]:43562 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.89_1) (envelope-from ) id 1eaUYO-00055f-S4; Sat, 13 Jan 2018 23:45:33 +0100 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 13 Jan 2018 23:45:32 +0100 Message-Id: <20180113224532.2715-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.11.0 X-ID: VsdHmZZBrh4HGyMQGsAC8KTBm0B+fHMJ8kDTeHivCvLvnnpvLOcBAUZENLMw0ZVQeJ X-TOI-MSGID: 7d978987-a1f1-4a18-8b0d-6c671502e846 Subject: [Buildroot] [PATCH 1/1] package/bluez5_utils: needs readline X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.24 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Marcin Bis MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Upstream commit https://git.kernel.org/pub/scm/bluetooth/bluez.git/commit/?id=bee3796113196da1b3f56da42fcae4d9bae6695e moved code depending on readline from the client tool to the shared library, readline is therefore not an optional dependency anymore. Fixes http://autobuild.buildroot.net/results/019/0197ee0036e129b736c1dc0e83722236fb656618/ Signed-off-by: Bernd Kuhls --- package/bluez5_utils/Config.in | 1 + package/bluez5_utils/bluez5_utils.mk | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/bluez5_utils/Config.in b/package/bluez5_utils/Config.in index 55831e9b61..bb0a2905c5 100644 --- a/package/bluez5_utils/Config.in +++ b/package/bluez5_utils/Config.in @@ -9,6 +9,7 @@ config BR2_PACKAGE_BLUEZ5_UTILS depends on BR2_TOOLCHAIN_HAS_SYNC_4 select BR2_PACKAGE_DBUS select BR2_PACKAGE_LIBGLIB2 + select BR2_PACKAGE_READLINE help bluez utils version 5.x diff --git a/package/bluez5_utils/bluez5_utils.mk b/package/bluez5_utils/bluez5_utils.mk index 0634ec9f6f..055d44de78 100644 --- a/package/bluez5_utils/bluez5_utils.mk +++ b/package/bluez5_utils/bluez5_utils.mk @@ -8,7 +8,7 @@ BLUEZ5_UTILS_VERSION = 5.48 BLUEZ5_UTILS_SOURCE = bluez-$(BLUEZ5_UTILS_VERSION).tar.xz BLUEZ5_UTILS_SITE = $(BR2_KERNEL_MIRROR)/linux/bluetooth BLUEZ5_UTILS_INSTALL_STAGING = YES -BLUEZ5_UTILS_DEPENDENCIES = dbus libglib2 +BLUEZ5_UTILS_DEPENDENCIES = dbus libglib2 readline BLUEZ5_UTILS_LICENSE = GPL-2.0+, LGPL-2.1+ BLUEZ5_UTILS_LICENSE_FILES = COPYING COPYING.LIB @@ -26,7 +26,6 @@ endif ifeq ($(BR2_PACKAGE_BLUEZ5_UTILS_CLIENT),y) BLUEZ5_UTILS_CONF_OPTS += --enable-client -BLUEZ5_UTILS_DEPENDENCIES += readline else BLUEZ5_UTILS_CONF_OPTS += --disable-client endif