diff options
Diffstat (limited to 'meta-oe/recipes-devtools/debootstrap/debootstrap/0003-do-not-hardcode-the-full-path-of-dpkg.patch')
-rw-r--r-- | meta-oe/recipes-devtools/debootstrap/debootstrap/0003-do-not-hardcode-the-full-path-of-dpkg.patch | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/meta-oe/recipes-devtools/debootstrap/debootstrap/0003-do-not-hardcode-the-full-path-of-dpkg.patch b/meta-oe/recipes-devtools/debootstrap/debootstrap/0003-do-not-hardcode-the-full-path-of-dpkg.patch index 5cd1ce88af..0c1a7a65a8 100644 --- a/meta-oe/recipes-devtools/debootstrap/debootstrap/0003-do-not-hardcode-the-full-path-of-dpkg.patch +++ b/meta-oe/recipes-devtools/debootstrap/debootstrap/0003-do-not-hardcode-the-full-path-of-dpkg.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From e92554e57b4aae242cb0416025883ccc2c539d2a Mon Sep 17 00:00:00 2001 | 1 | From 33c4bc9540d6d9aee6d885b89d530130d50b8052 Mon Sep 17 00:00:00 2001 |
2 | From: Hongxu Jia <hongxu.jia@windriver.com> | 2 | From: Hongxu Jia <hongxu.jia@windriver.com> |
3 | Date: Wed, 2 Jun 2021 13:34:35 +0800 | 3 | Date: Wed, 2 Jun 2021 13:34:35 +0800 |
4 | Subject: [PATCH] do not hardcode the full path of dpkg | 4 | Subject: [PATCH] do not hardcode the full path of dpkg |
@@ -16,10 +16,10 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | |||
16 | 1 file changed, 1 insertion(+), 1 deletion(-) | 16 | 1 file changed, 1 insertion(+), 1 deletion(-) |
17 | 17 | ||
18 | diff --git a/debootstrap b/debootstrap | 18 | diff --git a/debootstrap b/debootstrap |
19 | index 11a9465..17ab05a 100755 | 19 | index 0cce33e..7586c58 100755 |
20 | --- a/debootstrap | 20 | --- a/debootstrap |
21 | +++ b/debootstrap | 21 | +++ b/debootstrap |
22 | @@ -551,7 +551,7 @@ fi | 22 | @@ -553,7 +553,7 @@ fi |
23 | 23 | ||
24 | if in_path dpkg && \ | 24 | if in_path dpkg && \ |
25 | dpkg --print-architecture >/dev/null 2>&1; then | 25 | dpkg --print-architecture >/dev/null 2>&1; then |
@@ -28,6 +28,3 @@ index 11a9465..17ab05a 100755 | |||
28 | elif in_path udpkg && \ | 28 | elif in_path udpkg && \ |
29 | udpkg --print-architecture >/dev/null 2>&1; then | 29 | udpkg --print-architecture >/dev/null 2>&1; then |
30 | HOST_ARCH=$(/usr/bin/udpkg --print-architecture) | 30 | HOST_ARCH=$(/usr/bin/udpkg --print-architecture) |
31 | -- | ||
32 | 2.25.1 | ||
33 | |||