generic-poky/meta/recipes-core/gettext/gettext-minimal-0.19.4
Wenzong Fan ca869fdb5c gettext-minimal-native: use MKIDR_P in Makefile.in.in
The Makefile.in.in provided by gettext-minimal-native will be copied
to many packages that need gettext to produce multi-lingual messages.

Replace mkdir_p with MKDIR_P to fix below errors from those packages'
install logs:

  /bin/sh: 6: @mkdir_p@: not found
  /usr/bin/install: cannot create regular file 'xxx'

As automake manual:

From Automake 1.8 to 1.9.6 AM_PROG_MKDIR_P used to define the output
variable mkdir_p to one of mkdir -p, install-sh -d, or mkinstalldirs.

Nowadays Autoconf provides a similar functionality with AC_PROG_MKDIR_P,
it will set output variable MKDIR_P.

Automake manual advises to switch ASAP to the more modern Autoconf-provided
interface instead; both the macro and the variable have been removed from
Automake 1.12.1 and later releases.

Signe-off-by: Wenzong Fan <wenzong.fan@windriver.com>

(From OE-Core rev: f374ed441627ac833aab62c1189a16ea26a4933b)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-07-16 15:09:19 +01:00
..
0001-PATCH-Disable-the-test-to-convert-euc-jp.patch gettext-minimal-native: Disable the unnecessary check in iconv.m4 2015-05-24 07:19:20 +01:00
COPYING gettext: upgrade to 0.19.4 2015-01-23 11:36:26 +00:00
Makefile.in.in gettext-minimal-native: use MKIDR_P in Makefile.in.in 2015-07-16 15:09:19 +01:00
aclocal.tgz gettext: upgrade to 0.19.4 2015-01-23 11:36:26 +00:00
config.rpath gettext: upgrade to 0.19.4 2015-01-23 11:36:26 +00:00
remove-potcdate.sin gettext: upgrade to 0.19.4 2015-01-23 11:36:26 +00:00