diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2012-01-17 11:11:01 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-19 11:29:07 +0000 |
commit | ecc383f72791c3c4a3e7ccc646469706b88e68fb (patch) | |
tree | a8e22fcd94da04b38f6cfc51ecb9e46c337d7bef /meta/recipes-core/busybox | |
parent | 218dbe61917fbedbce45d55de63cce123773f721 (diff) | |
download | openembedded-core-ecc383f72791c3c4a3e7ccc646469706b88e68fb.tar.gz openembedded-core-ecc383f72791c3c4a3e7ccc646469706b88e68fb.tar.bz2 openembedded-core-ecc383f72791c3c4a3e7ccc646469706b88e68fb.tar.xz openembedded-core-ecc383f72791c3c4a3e7ccc646469706b88e68fb.zip |
grub-efi-native: fix errors with automake 1.11.2
This commit replaces earlier patch
(grub-1.99_fix_for_automake_1.11.2.patch) which did not work on all distros.
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>
Diffstat (limited to 'meta/recipes-core/busybox')
0 files changed, 0 insertions, 0 deletions