summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/systemtap/systemtap/no-msgfmt-check.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2019-09-06 08:28:17 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-09-06 12:45:47 +0100
commit4aa7e00724a2b3596d4d453d250422bb1ab91ca3 (patch)
tree9d051fb945dc3a48d066c1e896478a0b08e9dc4a /meta/recipes-kernel/systemtap/systemtap/no-msgfmt-check.patch
parent7289dccd09fcabdc917396a7675e19f466e4445c (diff)
downloadpoky-4aa7e00724a2b3596d4d453d250422bb1ab91ca3.tar.gz
systemtap: Drop patches merged upstream
Several of our patches were merged upstream just beyond our current version. Update to that version and drop them. (From OE-Core rev: 815a956f7bf4de031b7764f27f3eac005a15b5ce) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/systemtap/systemtap/no-msgfmt-check.patch')
-rw-r--r--meta/recipes-kernel/systemtap/systemtap/no-msgfmt-check.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap/no-msgfmt-check.patch b/meta/recipes-kernel/systemtap/systemtap/no-msgfmt-check.patch
deleted file mode 100644
index 2c860b19e5..0000000000
--- a/meta/recipes-kernel/systemtap/systemtap/no-msgfmt-check.patch
+++ /dev/null
@@ -1,33 +0,0 @@
1From 43f1b04449bb1cf7e0092263f1c2a25f3fca08ef Mon Sep 17 00:00:00 2001
2From: Ross Burton <ross.burton@intel.com>
3Date: Tue, 8 Nov 2016 23:07:41 +0000
4Subject: [PATCH 5/6] systemtap: remove explicit msgfmt check
5
6There is no need to explicitly check that msgfmt was found as the gettext macros
7handle this for us if NLS is enabled.
8
9Upstream-Status: Pending
10Signed-off-by: Ross Burton <ross.burton@intel.com>
11
12---
13 configure.ac | 4 ----
14 1 file changed, 4 deletions(-)
15
16diff --git a/configure.ac b/configure.ac
17index 2ea9b3cbf..95417f59c 100644
18--- a/configure.ac
19+++ b/configure.ac
20@@ -36,10 +36,6 @@ AC_CHECK_FUNCS(openat)
21 AM_GNU_GETTEXT(external)
22 AM_GNU_GETTEXT_VERSION([0.19.4])
23
24-if test "x$GMSGFMT" = "x:"; then
25- AC_MSG_ERROR([missing gnu /usr/bin/msgfmt])
26-fi
27-
28 # We want the 'PYTHON' varible to be python version 2. We also want
29 # our custom 'PYTHON3' varible to be python version 3.
30 #
31--
322.11.0
33