From patchwork Tue Oct 13 14:45:38 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Williams X-Patchwork-Id: 529798 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]) by ozlabs.org (Postfix) with ESMTP id 421721402B2 for ; Wed, 14 Oct 2015 01:51:51 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id BBF5C33248; Tue, 13 Oct 2015 14:51:50 +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 8P-2hPI6nJ36; Tue, 13 Oct 2015 14:51:48 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 2903D32EEA; Tue, 13 Oct 2015 14:51:48 +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 51BEB1C1677 for ; Tue, 13 Oct 2015 14:51:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 4812E910E6 for ; Tue, 13 Oct 2015 14:51:47 +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 BuVo0KIj+-dK for ; Tue, 13 Oct 2015 14:51:46 +0000 (UTC) X-Greylist: delayed 00:05:46 by SQLgrey-1.7.6 Received: from mail-oi0-f48.google.com (mail-oi0-f48.google.com [209.85.218.48]) by whitealder.osuosl.org (Postfix) with ESMTPS id 9EF4F910BC for ; Tue, 13 Oct 2015 14:51:46 +0000 (UTC) Received: by oiao187 with SMTP id o187so10848780oia.2 for ; Tue, 13 Oct 2015 07:51:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=jY6cs9dfxYU6b+mt1P6lSy4TBkKcYpKpPUTZ7O6FNFg=; b=f532j77MkKZFw+BCQzDREoMI++oINalhc+Oil7yis4WcI0lws1SpwgP7S/IVkgfNnB L7tTStskFFxW0Tn2kA2m36VoEtXKH2gVWxtMN/fQEInH/TZUG0W3pnfB8dxOY21PoHll 2Sf8WiDSs9BZjYkrIfUmv2Z/pT7CfrthGbS9k74/W4W/ip7JwGaMOTEi7c7JNTcY2piq UVu7zrCJSiKIM10com7DuKSHN3SpZhoO/vHiIhf+T5Ik866wXTGya1uSN82gTQuaPus0 jsGhzDWgif+lcbx0vJ4q5+ze+6Bcze2HpGHRsrTI9qhqaeGyhgg6oce/Qb84YNbF1dzZ Mkiw== X-Gm-Message-State: ALoCoQmkiG45UGnZE4NJ06oj0Vgwyn3vNPbYYVVFK3r0dHP2tjb2rvxsfDvKj+Aoo2Z1FVJOufYH X-Received: by 10.202.85.18 with SMTP id j18mr5066934oib.114.1444747559540; Tue, 13 Oct 2015 07:45:59 -0700 (PDT) Received: from mikework.lifesafer.com (FUSE-DEDICATED-66-42-228-99.fuse.net. [66.42.228.99]) by smtp.gmail.com with ESMTPSA id d9sm1651747obf.19.2015.10.13.07.45.58 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 13 Oct 2015 07:45:59 -0700 (PDT) From: Mike Williams To: buildroot@busybox.net Date: Tue, 13 Oct 2015 10:45:38 -0400 Message-Id: <1444747538-2996-2-git-send-email-mike@mikebwilliams.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1444747538-2996-1-git-send-email-mike@mikebwilliams.com> References: <1444747538-2996-1-git-send-email-mike@mikebwilliams.com> Subject: [Buildroot] [PATCH] connman: add missing dbus system bus configuration 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" Signed-off-by: Mike Williams --- package/connman/connman.mk | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package/connman/connman.mk b/package/connman/connman.mk index 87d81ce..9d85493 100644 --- a/package/connman/connman.mk +++ b/package/connman/connman.mk @@ -37,6 +37,11 @@ define CONNMAN_INSTALL_INIT_SYSTEMD $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/connman.service endef +define CONNMAN_INSTALL_DBUS_CONF + $(INSTALL) -m 0644 -D $(@D)/src/connman-dbus.conf \ + $(TARGET_DIR)/etc/dbus-1/system.d/ +endef + ifeq ($(BR2_PACKAGE_CONNMAN_CLIENT),y) CONNMAN_CONF_OPTS += --enable-client CONNMAN_DEPENDENCIES += readline @@ -50,4 +55,6 @@ else CONNMAN_CONF_OPTS += --disable-client endif +CONNMAN_POST_INSTALL_TARGET_HOOKS += CONNMAN_INSTALL_DBUS_CONF + $(eval $(autotools-package))