[oe-commits] Ming Liu : grub: move xz to DEPENDS list from RDEPENDS list

git at git.openembedded.org git at git.openembedded.org
Wed Dec 18 11:43:34 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 78526905999fa38047ae8f3491127cc03de3e3f6
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=78526905999fa38047ae8f3491127cc03de3e3f6

Author: Ming Liu <ming.liu at windriver.com>
Date:   Wed Dec 18 16:37:38 2013 +0800

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 <ming.liu at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-bsp/grub/grub_2.00.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-bsp/grub/grub_2.00.bb b/meta/recipes-bsp/grub/grub_2.00.bb
index dd1ebe5..84e6193 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 \



More information about the Openembedded-commits mailing list