mirror of
https://git.yoctoproject.org/poky
synced 2026-02-22 17:39:39 +01:00
dnf: update to 2.7.5
Drop upstreamed patch. Rebase the other patches. (From OE-Core rev: 17a537bb5d28ceb9fec0320dc18e6e3688d5993c) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
798a83865e
commit
5623065801
@@ -1,19 +1,20 @@
|
||||
From 9c8d545152b35d8943be72b9503414a53e1ebf7c Mon Sep 17 00:00:00 2001
|
||||
From 8d97b72a1d77149e2f9048d1ca6cef66da1a8aa5 Mon Sep 17 00:00:00 2001
|
||||
From: Alexander Kanavin <alex.kanavin@gmail.com>
|
||||
Date: Fri, 30 Dec 2016 18:29:37 +0200
|
||||
Subject: [PATCH 30/30] Run python scripts using env
|
||||
Subject: [PATCH 2/5] Run python scripts using env
|
||||
|
||||
Otherwise the build tools hardcode the python path into them.
|
||||
|
||||
Upstream-Status: Inappropriate [oe-core specific]
|
||||
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
|
||||
|
||||
---
|
||||
bin/dnf-automatic.in | 2 +-
|
||||
bin/dnf.in | 2 +-
|
||||
2 files changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/bin/dnf-automatic.in b/bin/dnf-automatic.in
|
||||
index 5b06aa26..9f6f703e 100755
|
||||
index 5b06aa26..891b4c24 100755
|
||||
--- a/bin/dnf-automatic.in
|
||||
+++ b/bin/dnf-automatic.in
|
||||
@@ -1,4 +1,4 @@
|
||||
@@ -23,7 +24,7 @@ index 5b06aa26..9f6f703e 100755
|
||||
#
|
||||
# Copyright (C) 2014-2016 Red Hat, Inc.
|
||||
diff --git a/bin/dnf.in b/bin/dnf.in
|
||||
index 645d0f06..ab141abd 100755
|
||||
index 645d0f06..bdf7b3c4 100755
|
||||
--- a/bin/dnf.in
|
||||
+++ b/bin/dnf.in
|
||||
@@ -1,4 +1,4 @@
|
||||
@@ -33,5 +34,5 @@ index 645d0f06..ab141abd 100755
|
||||
#
|
||||
# Copyright (C) 2012-2016 Red Hat, Inc.
|
||||
--
|
||||
2.11.0
|
||||
2.14.2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user