diff options
author | Ming Liu <ming.liu@windriver.com> | 2013-12-18 16:37:38 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-18 11:21:27 +0000 |
commit | d9da9cb7b345ef7ea732264bde8096a0d113f405 (patch) | |
tree | 2619f1fba7c034761607ae8dee12998659a8580b /meta/recipes-bsp/grub | |
parent | 1a0a0eaeda837fcda9930a350c1ceb483dfafbda (diff) | |
download | poky-d9da9cb7b345ef7ea732264bde8096a0d113f405.tar.gz |
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.
(From OE-Core rev: 78526905999fa38047ae8f3491127cc03de3e3f6)
Signed-off-by: Ming Liu <ming.liu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/grub')
-rw-r--r-- | meta/recipes-bsp/grub/grub_2.00.bb | 4 |
1 files 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 dd1ebe592e..84e61933d0 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" | |||
11 | LICENSE = "GPLv3" | 11 | LICENSE = "GPLv3" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
13 | 13 | ||
14 | DEPENDS = "autogen-native flex-native bison-native" | 14 | DEPENDS = "autogen-native flex-native bison-native xz" |
15 | RDEPENDS_${PN} = "diffutils freetype xz" | 15 | RDEPENDS_${PN} = "diffutils freetype" |
16 | PR = "r1" | 16 | PR = "r1" |
17 | 17 | ||
18 | SRC_URI = "ftp://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \ | 18 | SRC_URI = "ftp://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \ |