[OE-core] [PATCH] grub: add xz RDEPENDS

Ming Liu ming.liu at windriver.com
Wed Nov 13 08:19:21 UTC 2013


grub_2.0.0 requires xz to run or an error may occur.

Signed-off-by: Ming Liu <ming.liu at windriver.com>
---
 meta/recipes-bsp/grub/grub_2.00.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-bsp/grub/grub_2.00.bb b/meta/recipes-bsp/grub/grub_2.00.bb
index e82996d..f8b68e4 100644
--- a/meta/recipes-bsp/grub/grub_2.00.bb
+++ b/meta/recipes-bsp/grub/grub_2.00.bb
@@ -12,7 +12,7 @@ LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
 DEPENDS = "autogen-native flex-native"
-RDEPENDS_${PN} = "diffutils freetype"
+RDEPENDS_${PN} = "diffutils freetype xz"
 PR = "r1"
 
 SRC_URI = "ftp://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \
-- 
1.8.4.1




More information about the Openembedded-core mailing list