From 0ced8fb161d6021e37b0e8cacb5bd06604f7b478 Mon Sep 17 00:00:00 2001 From: "Slater, Joseph" Date: Fri, 1 May 2020 16:32:51 -0700 Subject: syslog-ng: change shebang to python3 The file is executable and can be put on a target. Signed-off-by: Joe Slater Signed-off-by: Khem Raj --- meta-oe/recipes-support/syslog-ng/files/shebang.patch | 18 ++++++++++++++++++ meta-oe/recipes-support/syslog-ng/syslog-ng_3.24.1.bb | 1 + 2 files changed, 19 insertions(+) create mode 100644 meta-oe/recipes-support/syslog-ng/files/shebang.patch 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 @@ +syslog-ng: change shebang to use python3 + +Correct shebang for python3. This is far from the only python file with an out of date shebang, +but it is the only one that winds up on a target. + +Upstream-Status: Pending + +Signed-off-by: Joe Slater + + +--- a/lib/merge-grammar.py ++++ b/lib/merge-grammar.py +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/env python3 + ############################################################################# + # Copyright (c) 2010-2017 Balabit + # diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng_3.24.1.bb b/meta-oe/recipes-support/syslog-ng/syslog-ng_3.24.1.bb index 01ed76765c..10bf00fdce 100644 --- a/meta-oe/recipes-support/syslog-ng/syslog-ng_3.24.1.bb +++ b/meta-oe/recipes-support/syslog-ng/syslog-ng_3.24.1.bb @@ -7,6 +7,7 @@ SRC_URI += " \ file://fix-invalid-ownership.patch \ file://syslog-ng.service-the-syslog-ng-service.patch \ file://0001-syslog-ng-fix-segment-fault-during-service-start.patch \ + file://shebang.patch \ file://syslog-ng-tmp.conf \ " -- cgit v1.2.3-54-g00ecf