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=-13.7 required=3.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT 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 882A7C433F5 for ; Sun, 5 Sep 2021 06:50:45 +0000 (UTC) Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (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 D5DD860F8F for ; Sun, 5 Sep 2021 06:50:44 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org D5DD860F8F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=t-online.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.buildroot.org Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 726D76077F; Sun, 5 Sep 2021 06:50:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5-mhjrzQ4kyX; Sun, 5 Sep 2021 06:50:43 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp3.osuosl.org (Postfix) with ESMTP id D66216065A; Sun, 5 Sep 2021 06:50:42 +0000 (UTC) Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 246111BF2B8 for ; Sun, 5 Sep 2021 06:50:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 2005D401C8 for ; Sun, 5 Sep 2021 06:50:42 +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 RglYX_PEA496 for ; Sun, 5 Sep 2021 06:50:40 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 Received: from mailout11.t-online.de (mailout11.t-online.de [194.25.134.85]) by smtp2.osuosl.org (Postfix) with ESMTPS id C189240015 for ; Sun, 5 Sep 2021 06:50:40 +0000 (UTC) Received: from fwd86.dcpf.telekom.de (fwd86.aul.t-online.de [10.223.144.112]) by mailout11.t-online.de (Postfix) with SMTP id CDC1E1ECBE; Sun, 5 Sep 2021 08:50:37 +0200 (CEST) Received: from fli4l.lan.fli4l ([91.58.7.249]) by fwd86.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1mMlzB-2VhnzV0; Sun, 5 Sep 2021 08:50:37 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:56508) by fli4l.lan.fli4l with esmtp (Exim 4.94.2) (envelope-from ) id 1mMlzA-00061q-UT; Sun, 05 Sep 2021 08:50:37 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sun, 5 Sep 2021 08:50:36 +0200 Message-Id: <20210905065036.145629-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1630824637-00013E08-3B5C9FDB/0/0 CLEAN NORMAL X-TOI-MSGID: fa3d0c31-42bf-4e79-b232-a80dcf51da4f Subject: [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: "Yann E . MORIN" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@lists.buildroot.org Sender: "buildroot" Fixes: http://autobuild.buildroot.net/results/101/101d1caa355c2d7ee1762b394c1bf4e29350bd06// Signed-off-by: Bernd Kuhls --- package/tvheadend/tvheadend.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/tvheadend/tvheadend.mk b/package/tvheadend/tvheadend.mk index cd8fedf1f0..6000e82a6f 100644 --- a/package/tvheadend/tvheadend.mk +++ b/package/tvheadend/tvheadend.mk @@ -154,7 +154,7 @@ define TVHEADEND_CONFIGURE_CMDS --arch="$(ARCH)" \ --cpu="$(GCC_TARGET_CPU)" \ --nowerror \ - --python="$(HOST_DIR)/bin/python" \ + --python="$(HOST_DIR)/bin/python3" \ --enable-dvbscan \ --enable-bundle \ --enable-pngquant \ -- 2.30.2 _______________________________________________ buildroot mailing list buildroot@lists.buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot