buildroot/package/gettext
Peter Korsgaard dbc18a7101 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>
2016-06-28 22:03:23 +02:00
..
0001-error_print_progname.patch package/*: rename patches according to the new policy 2015-02-03 14:52:56 +01:00
Config.in
gettext.hash gettext: bump to version 0.19.8.1 2016-06-11 23:55:42 +02:00
gettext.mk gettext: install ABOUT-NLS for the host 2016-06-28 22:03:23 +02:00