mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
e6b59a1ac4
commit
ebabbfd430
@@ -9,6 +9,7 @@ SRC_URI = "git://sourceware.org/git/systemtap.git \
|
||||
file://configure-allow-to-disable-libvirt.patch \
|
||||
file://x32_abi_time.patch \
|
||||
file://monitor-option.patch \
|
||||
file://no-msgfmt-check.patch \
|
||||
"
|
||||
|
||||
# systemtap doesn't support mips
|
||||
|
||||
Reference in New Issue
Block a user