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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,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 A41C3C433EF for ; Tue, 14 Sep 2021 18:16:13 +0000 (UTC) Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (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 6B35560FC0 for ; Tue, 14 Sep 2021 18:16:13 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 6B35560FC0 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=korsgaard.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.buildroot.org Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 3F2D180E82; Tue, 14 Sep 2021 18:16:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8XACEUnd4ySK; Tue, 14 Sep 2021 18:16:12 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp1.osuosl.org (Postfix) with ESMTP id 9FBA780E4F; Tue, 14 Sep 2021 18:16:11 +0000 (UTC) Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id D66FD1BF59A for ; Tue, 14 Sep 2021 18:10:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 8324580B9A for ; Tue, 14 Sep 2021 18:09:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IaGP1UcVsglh for ; Tue, 14 Sep 2021 18:09:54 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by smtp1.osuosl.org (Postfix) with ESMTPS id 53C3480D8D for ; Tue, 14 Sep 2021 18:09:54 +0000 (UTC) Received: (Authenticated sender: peter@casa-korsgaard.com) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 22C891BF210 for ; Tue, 14 Sep 2021 18:09:50 +0000 (UTC) Received: from peko by dell.be.48ers.dk with local (Exim 4.92) (envelope-from ) id 1mQCsQ-0007S4-Hc for buildroot@buildroot.org; Tue, 14 Sep 2021 20:09:50 +0200 Resent-To: buildroot@buildroot.org Resent-From: Peter Korsgaard Resent-Date: Tue, 14 Sep 2021 20:09:50 +0200 Resent-Message-ID: <878rzzyqoh.fsf@dell.be.48ers.dk> X-From-Line: nobody Mon Sep 13 19:45:21 2021 From: Peter Korsgaard To: Arnout Vandecappelle References: <20210905065036.145629-1-bernd.kuhls@t-online.de> <654e08f8-5bb3-12a0-3565-42060da95c3c@mind.be> Date: Mon, 13 Sep 2021 19:45:21 +0200 In-Reply-To: <654e08f8-5bb3-12a0-3565-42060da95c3c@mind.be> (Arnout Vandecappelle's message of "Sat, 11 Sep 2021 22:45:44 +0200") Message-ID: <87fsu8xtce.fsf@dell.be.48ers.dk> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Subject: Re: [Buildroot] [PATCH 1/1] package/tvheadend: fix python3 detection X-BeenThere: buildroot@lists.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: Bernd Kuhls , "Yann E . MORIN" , Thomas Petazzoni , buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@lists.buildroot.org Sender: "buildroot" >>>>> "Arnout" == Arnout Vandecappelle writes: > On 05/09/2021 08:50, Bernd Kuhls wrote: >> Fixes: >> http://autobuild.buildroot.net/results/101/101d1caa355c2d7ee1762b394c1bf4e29350bd06// >> >> Signed-off-by: Bernd Kuhls > Applied to master, thanks. > To answer Thomas: it's since commit 37f75b756182dd17871d1cd9e8bca83f326de690 > which is only on master. I should have put that in the commit message I realise > now, but already pushed... A similar patch is arguably needed for the stable branches, as we there do: TVHEADEND_DEPENDENCIES = \ $(if $(BR2_PACKAGE_PYTHON3),host-python3,host-python) But then hardcode --python="$(HOST_DIR)/bin/python" Bernd, care to send a fix for that? -- Bye, Peter Korsgaard _______________________________________________ buildroot mailing list buildroot@lists.buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot