diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-01-08 14:27:47 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-10 21:18:21 +0000 |
commit | 843c76478d1b1e4076ee5b4b6bc8086b1922cc94 (patch) | |
tree | 08e4485611bf2e1b4ebfd6570c22620641732942 /meta/recipes-kernel/systemtap | |
parent | 7bb231a7b6e85644b6c2ff7a14f77a1d2acbaed1 (diff) | |
download | poky-843c76478d1b1e4076ee5b4b6bc8086b1922cc94.tar.gz |
systemtap: remove the unneeded patch
As the problem is now fixed with a backported patch to
gettext itself, the patch is no longer needed.
(From OE-Core rev: f1dc63a9129c8f5deafa188065933cf3b220a673)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/systemtap')
-rw-r--r-- | meta/recipes-kernel/systemtap/systemtap/0001-po-LINGUAS-drop-the-polish-translation.patch | 27 | ||||
-rw-r--r-- | meta/recipes-kernel/systemtap/systemtap_git.inc | 1 |
2 files changed, 0 insertions, 28 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap/0001-po-LINGUAS-drop-the-polish-translation.patch b/meta/recipes-kernel/systemtap/systemtap/0001-po-LINGUAS-drop-the-polish-translation.patch deleted file mode 100644 index b2114abc37..0000000000 --- a/meta/recipes-kernel/systemtap/systemtap/0001-po-LINGUAS-drop-the-polish-translation.patch +++ /dev/null | |||
@@ -1,27 +0,0 @@ | |||
1 | From b9ba80a22bd4ac3438ad38819cbe550ec9e8a3f8 Mon Sep 17 00:00:00 2001 | ||
2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | ||
3 | Date: Mon, 16 Dec 2019 13:59:47 +0100 | ||
4 | Subject: [PATCH] po/LINGUAS: drop the polish translation | ||
5 | |||
6 | There are no actual translated strings, and newer gettext (0.20) | ||
7 | fails in this case. | ||
8 | |||
9 | Upstream-Status: Pending | ||
10 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | ||
11 | --- | ||
12 | po/LINGUAS | 1 - | ||
13 | 1 file changed, 1 deletion(-) | ||
14 | |||
15 | diff --git a/po/LINGUAS b/po/LINGUAS | ||
16 | index 6f927b706..aa01eb56e 100644 | ||
17 | --- a/po/LINGUAS | ||
18 | +++ b/po/LINGUAS | ||
19 | @@ -1,5 +1,4 @@ | ||
20 | en | ||
21 | -pl | ||
22 | fr | ||
23 | cs | ||
24 | |||
25 | -- | ||
26 | 2.17.1 | ||
27 | |||
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc index 85c204ed23..116e83fe0f 100644 --- a/meta/recipes-kernel/systemtap/systemtap_git.inc +++ b/meta/recipes-kernel/systemtap/systemtap_git.inc | |||
@@ -7,7 +7,6 @@ SRC_URI = "git://sourceware.org/git/systemtap.git \ | |||
7 | file://0001-Do-not-let-configure-write-a-python-location-into-th.patch \ | 7 | file://0001-Do-not-let-configure-write-a-python-location-into-th.patch \ |
8 | file://0001-Install-python-modules-to-correct-library-dir.patch \ | 8 | file://0001-Install-python-modules-to-correct-library-dir.patch \ |
9 | file://0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch \ | 9 | file://0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch \ |
10 | file://0001-po-LINGUAS-drop-the-polish-translation.patch \ | ||
11 | " | 10 | " |
12 | 11 | ||
13 | COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm|aarch64|microblazeel|mips).*-linux' | 12 | COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm|aarch64|microblazeel|mips).*-linux' |