1 From 335ef14fc801c9dfbe7e5692dc71cfbe72049d2b Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
3 Date: Sun, 27 Oct 2019 16:38:52 +0100
4 Subject: [PATCH] Native: Don't use build time hardcoded python binary path.
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
9 This 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
13 [1] https://github.com/coreutils/coreutils/commit/668306ed86c8c79b0af0db8b9c882654ebb66db2#diff-83d9d52b1f12ac589739ab1334ae4f30
14 [2] https://errors.yoctoproject.org/Errors/Details/274743/
16 Upstream-Status: Inappropriate [OE specific]
18 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
21 1 file changed, 1 insertion(+), 1 deletion(-)
23 diff --git a/itstool.in b/itstool.in
24 index e64cd34..05d264f 100755
29 +#!/usr/bin/env python3
31 # Copyright (c) 2010-2018 Shaun McCance <shaunm@gnome.org>