]> code.ossystems Code Review - openembedded-core.git/commit
grub_0.97: Fix to correctly ship files under /usr/lib
authorChen Qi <Qi.Chen@windriver.com>
Fri, 9 Aug 2013 07:12:32 +0000 (15:12 +0800)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 16 Aug 2013 09:39:41 +0000 (10:39 +0100)
commitac0709ef97e8607af7060e65c45b860992a80366
tree040ece9a197a69734ad08555107b434aab0b2317
parent88866d93b1a99a921d390044a8399c3ef24dc977
grub_0.97: Fix to correctly ship files under /usr/lib

The grub_fix_for_automake-1.12.patch replaced pkglib with pkgdata to
make grub_0.97 build with automake-1.12. However, it forgot to set up
the pkgdatadir, thus causing grub_0.97 not shipping files under /usr/lib.
This in turn resulted in an unworkable grub.

This patch fixes this problem by setting up the pkgdatadir correctly.

[YOCTO #4997]

(From OE-Core master rev: 883b1b396328e6cd67dcb4ca6fd8975b6e716c0a)

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-bsp/grub/grub-0.97/grub_fix_for_automake-1.12.patch