diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2013-11-19 17:35:24 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-09 11:04:13 +0000 |
| commit | 239330fa8c1515f7e12a46e05f6c9506a8efba38 (patch) | |
| tree | 0b81bac0660f34fa22e39413f20dbd8b07715ae7 /meta/recipes-bsp/grub | |
| parent | 396a6f6b2d1490c6aa6a2a2b4d0a65735ccd2b2b (diff) | |
| download | poky-239330fa8c1515f7e12a46e05f6c9506a8efba38.tar.gz | |
grub: add explicit dependency on bison-native
grub requires bison and it will fail to configure on
the host without bison installed, add the dependency
to fix it.
(From OE-Core master rev: a1510c1a8e6b8a652ae65b7e3910501f1055f87f)
(From OE-Core rev: 6f6e292a102e8ae8d607bb9dac4f3d3e2bced1ea)
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Robert Yang <liezhi.yang@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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/grub/grub_2.00.bb b/meta/recipes-bsp/grub/grub_2.00.bb index f8b68e4a17..dd1ebe592e 100644 --- a/meta/recipes-bsp/grub/grub_2.00.bb +++ b/meta/recipes-bsp/grub/grub_2.00.bb | |||
| @@ -11,7 +11,7 @@ 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" | 14 | DEPENDS = "autogen-native flex-native bison-native" |
| 15 | RDEPENDS_${PN} = "diffutils freetype xz" | 15 | RDEPENDS_${PN} = "diffutils freetype xz" |
| 16 | PR = "r1" | 16 | PR = "r1" |
| 17 | 17 | ||
