[oe-commits] [openembedded-core] 09/65: grub2.inc: drop bogus dependency on xz

git at git.openembedded.org git at git.openembedded.org
Tue Mar 1 20:56:37 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit ddc79a2c83898f3b0a15e2197d42554b31f69a58
Author: Andre McCurdy <armccurdy at gmail.com>
AuthorDate: Fri Feb 26 21:53:06 2016 -0800

    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 at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-bsp/grub/grub2.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc
index 0fdafd5..12cff4f 100644
--- a/meta/recipes-bsp/grub/grub2.inc
+++ b/meta/recipes-bsp/grub/grub2.inc
@@ -31,7 +31,7 @@ SRC_URI = "ftp://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \
            file://0001-Remove-direct-_llseek-code-and-require-long-filesyst.patch \
             "
 
-DEPENDS = "flex-native bison-native xz"
+DEPENDS = "flex-native bison-native"
 
 SRC_URI[md5sum] = "e927540b6eda8b024fb0391eeaa4091c"
 SRC_URI[sha256sum] = "65b39a0558f8c802209c574f4d02ca263a804e8a564bc6caf1cd0fd3b3cc11e3"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list