summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dnf/dnf/0030-Run-python-scripts-using-env.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/dnf/dnf/0030-Run-python-scripts-using-env.patch')
-rw-r--r--meta/recipes-devtools/dnf/dnf/0030-Run-python-scripts-using-env.patch11
1 files changed, 6 insertions, 5 deletions
diff --git a/meta/recipes-devtools/dnf/dnf/0030-Run-python-scripts-using-env.patch b/meta/recipes-devtools/dnf/dnf/0030-Run-python-scripts-using-env.patch
index 1abd880da9..eedbb5723f 100644
--- a/meta/recipes-devtools/dnf/dnf/0030-Run-python-scripts-using-env.patch
+++ b/meta/recipes-devtools/dnf/dnf/0030-Run-python-scripts-using-env.patch
@@ -1,19 +1,20 @@
1From 9c8d545152b35d8943be72b9503414a53e1ebf7c Mon Sep 17 00:00:00 2001 1From 8d97b72a1d77149e2f9048d1ca6cef66da1a8aa5 Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com> 2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Fri, 30 Dec 2016 18:29:37 +0200 3Date: Fri, 30 Dec 2016 18:29:37 +0200
4Subject: [PATCH 30/30] Run python scripts using env 4Subject: [PATCH 2/5] Run python scripts using env
5 5
6Otherwise the build tools hardcode the python path into them. 6Otherwise the build tools hardcode the python path into them.
7 7
8Upstream-Status: Inappropriate [oe-core specific] 8Upstream-Status: Inappropriate [oe-core specific]
9Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> 9Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
10
10--- 11---
11 bin/dnf-automatic.in | 2 +- 12 bin/dnf-automatic.in | 2 +-
12 bin/dnf.in | 2 +- 13 bin/dnf.in | 2 +-
13 2 files changed, 2 insertions(+), 2 deletions(-) 14 2 files changed, 2 insertions(+), 2 deletions(-)
14 15
15diff --git a/bin/dnf-automatic.in b/bin/dnf-automatic.in 16diff --git a/bin/dnf-automatic.in b/bin/dnf-automatic.in
16index 5b06aa26..9f6f703e 100755 17index 5b06aa26..891b4c24 100755
17--- a/bin/dnf-automatic.in 18--- a/bin/dnf-automatic.in
18+++ b/bin/dnf-automatic.in 19+++ b/bin/dnf-automatic.in
19@@ -1,4 +1,4 @@ 20@@ -1,4 +1,4 @@
@@ -23,7 +24,7 @@ index 5b06aa26..9f6f703e 100755
23 # 24 #
24 # Copyright (C) 2014-2016 Red Hat, Inc. 25 # Copyright (C) 2014-2016 Red Hat, Inc.
25diff --git a/bin/dnf.in b/bin/dnf.in 26diff --git a/bin/dnf.in b/bin/dnf.in
26index 645d0f06..ab141abd 100755 27index 645d0f06..bdf7b3c4 100755
27--- a/bin/dnf.in 28--- a/bin/dnf.in
28+++ b/bin/dnf.in 29+++ b/bin/dnf.in
29@@ -1,4 +1,4 @@ 30@@ -1,4 +1,4 @@
@@ -33,5 +34,5 @@ index 645d0f06..ab141abd 100755
33 # 34 #
34 # Copyright (C) 2012-2016 Red Hat, Inc. 35 # Copyright (C) 2012-2016 Red Hat, Inc.
35-- 36--
362.11.0 372.14.2
37 38