diff options
Diffstat (limited to 'meta/recipes-bsp/grub/grub_2.00.bb')
-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 \ |