blob: fdcbe46fedbb26c4207100dc49b6320f15aa1e46 [file] [log] [blame]
Andrew Geisslereff27472021-10-29 15:35:00 -05001From c47820450ce7f55d22c672cf94d20a5f9fd208bf Mon Sep 17 00:00:00 2001
Brad Bishop93c3acf2019-10-29 09:48:15 -04002From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
3Date: Sun, 27 Oct 2019 16:38:52 +0100
4Subject: [PATCH] Native: Don't use build time hardcoded python binary path.
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9This is same patch as used for target build except that we do not use the
10'-S' and '-s' option because '-S' is relatively young [1] and elder build-host
11don't support it [2]
12
13[1] https://github.com/coreutils/coreutils/commit/668306ed86c8c79b0af0db8b9c882654ebb66db2#diff-83d9d52b1f12ac589739ab1334ae4f30
14[2] https://errors.yoctoproject.org/Errors/Details/274743/
15
16Upstream-Status: Inappropriate [OE specific]
17
18Signed-off-by: Andreas MΓΌller <schnitzeltony@gmail.com>
Andrew Geisslereff27472021-10-29 15:35:00 -050019
Brad Bishop93c3acf2019-10-29 09:48:15 -040020---
21 itstool.in | 2 +-
22 1 file changed, 1 insertion(+), 1 deletion(-)
23
24diff --git a/itstool.in b/itstool.in
Andrew Geisslereff27472021-10-29 15:35:00 -050025index c21ad4b..daea177 100755
Brad Bishop93c3acf2019-10-29 09:48:15 -040026--- a/itstool.in
27+++ b/itstool.in
28@@ -1,4 +1,4 @@
29-#!@PYTHON@ -s
30+#!/usr/bin/env python3
31 #
32 # Copyright (c) 2010-2018 Shaun McCance <shaunm@gnome.org>
33 #