]> code.ossystems Code Review - openembedded-core.git/commit
grub2.inc: drop bogus dependency on xz
authorAndre McCurdy <armccurdy@gmail.com>
Sat, 27 Feb 2016 05:53:06 +0000 (21:53 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 2 Mar 2016 22:39:05 +0000 (22:39 +0000)
commita421d474e19f98f5ffcfe9d1eb204f0dfacbbe2a
tree22679e7b70df8c75ba0c0ff394c9e03d6ee54178
parentb15b52dc8ab7dd273605c7dfd524c0a330bfd60b
grub2.inc: drop bogus dependency on xz

grub contains it's own internal lzma library. Attempting to build grub against
the system liblzma shared library or header files is not likely to end well.

This change does not cause a floating dependency since all grub2.inc based
recipes pass "--enable-liblzma=no" to configure.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-bsp/grub/grub2.inc