summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-12-17 17:00:12 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-12-18 10:17:09 +0000
commit44d01006eda42cdad9ed05978fc78e4f79bbdef9 (patch)
treed1ae4dedad83df712c8be1ea81085a4e55b62ae0
parent59141d95f19c64ef3908e194fb55f240f8be887a (diff)
downloadopenembedded-core-contrib-44d01006eda42cdad9ed05978fc78e4f79bbdef9.tar.gz
systemtap: fix builds with newer gettext
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-kernel/systemtap/systemtap/0001-po-LINGUAS-drop-the-polish-translation.patch27
-rw-r--r--meta/recipes-kernel/systemtap/systemtap_git.inc1
2 files changed, 28 insertions, 0 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
new file mode 100644
index 0000000000..b2114abc37
--- /dev/null
+++ b/meta/recipes-kernel/systemtap/systemtap/0001-po-LINGUAS-drop-the-polish-translation.patch
@@ -0,0 +1,27 @@
+From b9ba80a22bd4ac3438ad38819cbe550ec9e8a3f8 Mon Sep 17 00:00:00 2001
+From: Alexander Kanavin <alex.kanavin@gmail.com>
+Date: Mon, 16 Dec 2019 13:59:47 +0100
+Subject: [PATCH] po/LINGUAS: drop the polish translation
+
+There are no actual translated strings, and newer gettext (0.20)
+fails in this case.
+
+Upstream-Status: Pending
+Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
+---
+ po/LINGUAS | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/po/LINGUAS b/po/LINGUAS
+index 6f927b706..aa01eb56e 100644
+--- a/po/LINGUAS
++++ b/po/LINGUAS
+@@ -1,5 +1,4 @@
+ en
+-pl
+ fr
+ cs
+
+--
+2.17.1
+
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc
index 116e83fe0f..85c204ed23 100644
--- a/meta/recipes-kernel/systemtap/systemtap_git.inc
+++ b/meta/recipes-kernel/systemtap/systemtap_git.inc
@@ -7,6 +7,7 @@ SRC_URI = "git://sourceware.org/git/systemtap.git \
file://0001-Do-not-let-configure-write-a-python-location-into-th.patch \
file://0001-Install-python-modules-to-correct-library-dir.patch \
file://0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch \
+ file://0001-po-LINGUAS-drop-the-polish-translation.patch \
"
COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm|aarch64|microblazeel|mips).*-linux'