From: Ming Liu Date: Wed, 18 Dec 2013 08:37:38 +0000 (+0800) Subject: grub: move xz to DEPENDS list from RDEPENDS list X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~35091 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78526905999fa38047ae8f3491127cc03de3e3f6;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git grub: move xz to DEPENDS list from RDEPENDS list liblzma5 is really requiring by grub, setting RDEPENDS to xz would pull unneeded xz binaries into rootfs. Signed-off-by: Ming Liu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-bsp/grub/grub_2.00.bb b/meta/recipes-bsp/grub/grub_2.00.bb index dd1ebe592ed..84e61933d02 100644 --- a/meta/recipes-bsp/grub/grub_2.00.bb +++ b/meta/recipes-bsp/grub/grub_2.00.bb @@ -11,8 +11,8 @@ SECTION = "bootloaders" LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" -DEPENDS = "autogen-native flex-native bison-native" -RDEPENDS_${PN} = "diffutils freetype xz" +DEPENDS = "autogen-native flex-native bison-native xz" +RDEPENDS_${PN} = "diffutils freetype" PR = "r1" SRC_URI = "ftp://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \