]> code.ossystems Code Review - openembedded-core.git/commit
grub-efi-native: fix errors with automake 1.11.2
authorNitin A Kamble <nitin.a.kamble@intel.com>
Thu, 12 Jan 2012 22:17:21 +0000 (14:17 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Jan 2012 14:53:01 +0000 (14:53 +0000)
commite9c5c354086546efe4114c6225d05116fb18b9fe
tree81a36f69977643be885a3f197ff4fd284be3d799
parent7f7db286ca0b70bd5cce643c3b84f77ad45cc786
grub-efi-native: fix errors with automake 1.11.2

Fixes these errors observed with automake 1.11.2
The useof pkglibhas become more strict compared to the earlier release
of
automake resulting in these failures.
Fixed the files related to automake to avoid the issue.

| conf/Makefile.common:140: `pkglibdir' is not a legitimate directory
for `DATA'
| grub-core/Makefile.am:5:   `conf/Makefile.common' included from here
| conf/Makefile.common:140: `pkglibdir' is not a legitimate directory
for `DATA'
| Makefile.am:6:   `conf/Makefile.common' included from here
| autoreconf: automake failed with exit status: 1
| ERROR: autoreconf execution failed.

| conf/Makefile.common:150: `pkglibdir' is not a legitimate directory
for `SCRIPTS'
| grub-core/Makefile.am:5:   `conf/Makefile.common' included from here
| conf/Makefile.common:140: `pkglibdir' is not a legitimate directory
for `DATA'
| grub-core/Makefile.am:5:   `conf/Makefile.common' included from here
| conf/Makefile.common:150: `pkglibdir' is not a legitimate directory
for `SCRIPTS'
| Makefile.am:6:   `conf/Makefile.common' included from here
| conf/Makefile.common:140: `pkglibdir' is not a legitimate directory
for `DATA'
| Makefile.am:6:   `conf/Makefile.common' included from here
| autoreconf: automake failed with exit status: 1

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
meta/recipes-bsp/grub/files/grub-1.99_fix_for_automake_1.11.2.patch [new file with mode: 0644]
meta/recipes-bsp/grub/grub-efi-native_1.99.bb