]> code.ossystems Code Review - openembedded-core.git/commit
systemtap: remove explicit msgfmt check
authorRoss Burton <ross.burton@intel.com>
Tue, 8 Nov 2016 23:07:41 +0000 (23:07 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 11 Jan 2017 11:46:39 +0000 (11:46 +0000)
commit7d689876574ba47e5ad07d67ad40fd865b0c27f5
treecdd3a944c792572fc135928b2f41d13edace2e6c
parent71a365d57359dd8d9bfce66985975b1533e983d7
systemtap: remove explicit msgfmt check

Passing --disable-nls should be enough to disable the requirement for a full
gettext to be present, but the upstream configure explicitly checks for msgfmt
even if it isn't going to be used.  To avoid having to depend on gettext-native,
patch this check out.

(From OE-Core rev: 2f8d2a74f73490c1ae35131d3eb3592f7ee0a1e4)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-kernel/systemtap/systemtap/no-msgfmt-check.patch [new file with mode: 0644]
meta/recipes-kernel/systemtap/systemtap_git.inc