Files
poky/meta/recipes-support
Robert Yang 38f0ffaf43 meta: fix build with gettext 0.16.1
The gettext 0.16.1 doesn't install any m4 files to sysroot, please see
the following commit:

  commit 9e10db5bdf
  Author: Christopher Larson <kergoth@gmail.com>
  Date:   Mon Mar 17 18:10:54 2014 +0000

      gettext-0.16.1: kill target m4 macros from sysroot

This is aim for using gettext-native's macros(gettext-native-0.19.4),
but when we set:
  PREFERRED_VERSION_gettext = "0.16.1"
And build the recipes like pcmanfm, we would get errors when
do_configure:

configure:5164: error: possibly undefined macro: AM_NLS

This is because autotools_copy_aclocals doesn't copy the native macros
for target unless they're direct dependencies.

Add gettext-native to DEPENDS will fix the problem.

(From OE-Core rev: 48c168334bb60937653ab782026948d139603f8e)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-10-01 07:43:34 +01:00
..
2015-04-19 13:34:42 +01:00
2015-10-01 07:43:34 +01:00
2015-08-16 22:40:55 +01:00
2014-01-06 11:13:55 +00:00
2015-09-12 23:01:53 +01:00
2015-09-01 11:44:00 +01:00
2014-08-23 09:26:08 +01:00
2015-08-24 23:47:06 +01:00
2015-08-10 12:40:20 -07:00
2015-06-11 23:59:15 +01:00
2014-01-02 22:39:23 +00:00
2015-10-01 07:43:34 +01:00
2015-01-16 23:08:22 +00:00
2015-09-24 17:54:30 +01:00
2015-08-01 22:24:09 +01:00
2015-01-16 23:08:24 +00:00
2015-08-19 18:05:36 +01:00
2015-02-19 07:51:39 +00:00
2015-09-12 23:01:53 +01:00
2015-08-01 22:24:11 +01:00
2015-09-12 23:01:53 +01:00
2015-09-01 11:44:00 +01:00
2015-09-12 23:01:53 +01:00
2015-09-18 09:05:27 +01:00
2015-08-16 09:24:55 +01:00
2015-01-23 11:36:27 +00:00
2015-02-15 21:58:26 +00:00