]> code.ossystems Code Review - openembedded-core.git/commit
autotools: don't wipe gettext macros from gettext
authorRoss Burton <ross.burton@intel.com>
Tue, 9 Jan 2018 00:21:10 +0000 (00:21 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 13 Jan 2018 22:53:51 +0000 (22:53 +0000)
commitf16657df977e54210774812d4e616403c76eb060
tree7179b8ae52113885868610442b588119a75c0b5a
parent6fef31cdd6be537cfce3862d951762455f5cad2e
autotools: don't wipe gettext macros from gettext

We usually forcibly delete any gettext macros we come across to ensure that the
latest versions we ship are used, but if we're building gettext then it's a bad
idea to delete the gettext macros.

Historically this hasn't been a problem as the top-level gettext configure
doesn't use AM_GNU_GETTEXT so the deletion was never done, but this may change.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/autotools.bbclass