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 Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4F9FDC433F5 for ; Sun, 29 May 2022 08:20:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id C798D40AB4; Sun, 29 May 2022 08:20:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id j_bHUyH4tD7g; Sun, 29 May 2022 08:20:55 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id EEAD240126; Sun, 29 May 2022 08:20:53 +0000 (UTC) Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 5522C1BF404 for ; Sun, 29 May 2022 08:20:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 4392040126 for ; Sun, 29 May 2022 08:20:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id o7NvFekNUV_1 for ; Sun, 29 May 2022 08:20:51 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 Received: from relay10.mail.gandi.net (relay10.mail.gandi.net [IPv6:2001:4b98:dc4:8::230]) by smtp2.osuosl.org (Postfix) with ESMTPS id 6CD6D400E4 for ; Sun, 29 May 2022 08:20:51 +0000 (UTC) Received: (Authenticated sender: peter@korsgaard.com) by mail.gandi.net (Postfix) with ESMTPSA id 48E70240004; Sun, 29 May 2022 08:20:49 +0000 (UTC) Received: from peko by dell.be.48ers.dk with local (Exim 4.94.2) (envelope-from ) id 1nvEAK-004z6k-Bo; Sun, 29 May 2022 10:20:48 +0200 From: Peter Korsgaard To: Sol Bekic via buildroot References: <20220514131442.GY1597494@scaer> <20220514142659.70948-1-s+removethis@s-ol.nu> Date: Sun, 29 May 2022 10:20:48 +0200 In-Reply-To: <20220514142659.70948-1-s+removethis@s-ol.nu> (Sol Bekic via buildroot's message of "Sat, 14 May 2022 16:26:59 +0200") Message-ID: <87h7587nrz.fsf@dell.be.48ers.dk> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Subject: Re: [Buildroot] [PATCH v2 1/1] package/usb_modeswitch: fix installation of systemd unit file X-BeenThere: buildroot@buildroot.org 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: , Cc: Sol Bekic , "Yann E . MORIN" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" >>>>> "Sol" == Sol Bekic via buildroot writes: > From: s-ol > The upstream Makefile failed to detect systemd being present in some (maybe all) > builds, resulting in the unit file not being installed. Without the unit file, > the udev rules in usb_modeswitch-data don't work as expected (no modeswitch is > performed). > This commit adds a patch that modifies the Makefile to include > '$(PREFIX)/bin/systemctl' in the list of paths checked, which makes the > installation phase work as intended. I will also submit this patch upstream. > Signed-off-by: Sol Bekic > --- > As requested by Yann E. Morin, both this patch and the patch-file it adds > are commented and signed off with my full name. Committed to 2022.02.x, thanks. -- Bye, Peter Korsgaard _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot