diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2016-06-21 09:47:58 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-06-28 22:03:23 +0200 |
commit | dbc18a7101d31171fb438637db499ad84292c4ea (patch) | |
tree | 8f36dbb5d66ef6c4e59427d2cbc6dbde3b4c4995 /package/efibootmgr/Config.in | |
parent | 8d1ebe5a691797ad757fdb6b44b0d74fa87a4456 (diff) | |
download | buildroot-dbc18a7101d31171fb438637db499ad84292c4ea.tar.gz buildroot-dbc18a7101d31171fb438637db499ad84292c4ea.zip |
gettext: install ABOUT-NLS for the host
gettextize copies a number of files from usr/share/gettext into the project
when it is run. One of these is ABOUT-NLS, which is simply a text file
explaining some details about gettext - So it isn't really critical but
autoreconf fails if gettext functionality is used and ABOUT-NLS is missing.
Normally this isn't an issue as the release tarball typically already
contains an ABOUT-NLS file, but as this is a generated file it normally
isn't checked into git so it fails for packages from git snapshots using
<foo>_GETTEXTIZE = YES (E.G. libuio):
configure.ac:42: error: required file './ABOUT-NLS' not found
As is evident from GETTEXT_REMOVE_UNNEEDED, this file normally gets
installed by gettext-runtime, but as we don't build/install that for the
host instead install it by hand.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/efibootmgr/Config.in')
0 files changed, 0 insertions, 0 deletions