summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/grub/grub_1.99.bb
diff options
context:
space:
mode:
authorJesse Zhang <sen.zhang@windriver.com>2012-07-18 17:25:49 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-19 17:22:27 +0100
commitd36fa9a8835cd5aa6e14800d862b1a9da4dae30a (patch)
tree0a3ac08827f3c2de4c6485aa7334d6e3054dda5a /meta/recipes-bsp/grub/grub_1.99.bb
parent8adc595dd998f95563188ed72196daac2911951b (diff)
downloadpoky-d36fa9a8835cd5aa6e14800d862b1a9da4dae30a.tar.gz
grub: fix error stating the root device
grub-mkconfig (and possibly other commands) complains: error: cannot stat /dev/root Backport an upstream patch to fix the error. [YOCTO #2777] (From OE-Core rev: 5b7da937cd298abd6f8f0eecfede2810b157179f) Signed-off-by: Jesse Zhang <sen.zhang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/grub/grub_1.99.bb')
-rw-r--r--meta/recipes-bsp/grub/grub_1.99.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-bsp/grub/grub_1.99.bb b/meta/recipes-bsp/grub/grub_1.99.bb
index 1009ce899f..f1ed7ca6a5 100644
--- a/meta/recipes-bsp/grub/grub_1.99.bb
+++ b/meta/recipes-bsp/grub/grub_1.99.bb
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
13 13
14DEPENDS = "autogen-native" 14DEPENDS = "autogen-native"
15RDEPENDS_${PN} = "diffutils freetype" 15RDEPENDS_${PN} = "diffutils freetype"
16PR = "r10" 16PR = "r11"
17 17
18SRC_URI = "ftp://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \ 18SRC_URI = "ftp://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \
19 file://grub-install.in.patch \ 19 file://grub-install.in.patch \
@@ -24,6 +24,7 @@ SRC_URI = "ftp://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \
24 file://grub-1.99-gcc-4.7.0-strict-aliasing-errors.patch \ 24 file://grub-1.99-gcc-4.7.0-strict-aliasing-errors.patch \
25 file://grub-1.99-fix-enable_execute_stack-check.patch \ 25 file://grub-1.99-fix-enable_execute_stack-check.patch \
26 file://remove-gets.patch \ 26 file://remove-gets.patch \
27 file://grub-1.99-lazy_stat.patch \
27 file://40_custom" 28 file://40_custom"
28 29
29SRC_URI[md5sum] = "ca9f2a2d571b57fc5c53212d1d22e2b5" 30SRC_URI[md5sum] = "ca9f2a2d571b57fc5c53212d1d22e2b5"