summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/syslog-ng/files/shebang.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/syslog-ng/files/shebang.patch')
-rw-r--r--meta-oe/recipes-support/syslog-ng/files/shebang.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/syslog-ng/files/shebang.patch b/meta-oe/recipes-support/syslog-ng/files/shebang.patch
new file mode 100644
index 0000000000..35d967753e
--- /dev/null
+++ b/meta-oe/recipes-support/syslog-ng/files/shebang.patch
@@ -0,0 +1,18 @@
1syslog-ng: change shebang to use python3
2
3Correct shebang for python3. This is far from the only python file with an out of date shebang,
4but it is the only one that winds up on a target.
5
6Upstream-Status: Pending
7
8Signed-off-by: Joe Slater <joe.slater@windriver.com>
9
10
11--- a/lib/merge-grammar.py
12+++ b/lib/merge-grammar.py
13@@ -1,4 +1,4 @@
14-#!/usr/bin/env python
15+#!/usr/bin/env python3
16 #############################################################################
17 # Copyright (c) 2010-2017 Balabit
18 #