mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 14:02:21 +02:00
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>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user