]> 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)
committerSaul Wold <sgw@linux.intel.com>
Tue, 13 Aug 2013 17:13:18 +0000 (10:13 -0700)
commit883b1b396328e6cd67dcb4ca6fd8975b6e716c0a
treeda922d606142402b2027023862faf4d9b1f6cb61
parent6386dc718f85210c9b6b9f69878ec9a7847b78de
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]

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