From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.dream-property.net (mail.dream-property.net [82.149.226.172]) by mail.openembedded.org (Postfix) with ESMTP id D695671D90 for ; Mon, 30 Jan 2017 22:25:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.dream-property.net (Postfix) with ESMTP id 1B88431C6980 for ; Mon, 30 Jan 2017 23:20:05 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail.dream-property.net Received: from mail.dream-property.net ([127.0.0.1]) by localhost (mail.dream-property.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 0_5qsIg0r8qd for ; Mon, 30 Jan 2017 23:20:03 +0100 (CET) Received: from t510.zcs.saftware.de (55d41ba8.access.ecotel.net [85.212.27.168]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.dream-property.net (Postfix) with ESMTPSA id DE4F231C6981 for ; Mon, 30 Jan 2017 23:20:02 +0100 (CET) Date: Mon, 30 Jan 2017 23:20:02 +0100 From: Andreas Oberritter To: openembedded-core@lists.openembedded.org Message-ID: <20170130232002.4088d7d3@t510.zcs.saftware.de> In-Reply-To: <1480508551-26893-2-git-send-email-obi@opendreambox.org> References: <1480508551-26893-1-git-send-email-obi@opendreambox.org> <1480508551-26893-2-git-send-email-obi@opendreambox.org> MIME-Version: 1.0 Subject: Re: [PATCH 2/2] connman: enable connman-wait-online.service X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jan 2017 22:25:16 -0000 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Ping. On Wed, 30 Nov 2016 13:22:31 +0100 Andreas Oberritter wrote: > Fixes network mounts on boot. > > Signed-off-by: Andreas Oberritter > --- > meta/recipes-connectivity/connman/connman.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc > index 091e402..0480257 100644 > --- a/meta/recipes-connectivity/connman/connman.inc > +++ b/meta/recipes-connectivity/connman/connman.inc > @@ -56,7 +56,7 @@ PACKAGECONFIG[wispr] = "--enable-wispr,--disable-wispr,gnutls," > INITSCRIPT_NAME = "connman" > INITSCRIPT_PARAMS = "start 05 5 2 3 . stop 22 0 1 6 ." > > -SYSTEMD_PACKAGES = "${PN} ${PN}-vpn" > +SYSTEMD_PACKAGES = "${PN} ${PN}-vpn ${PN}-wait-online" > SYSTEMD_SERVICE_${PN} = "connman.service" > SYSTEMD_SERVICE_${PN}-vpn = "connman-vpn.service" > SYSTEMD_SERVICE_${PN}-wait-online = "connman-wait-online.service"