diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-01-17 02:47:55 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-23 11:36:28 +0000 |
commit | 817606a90fc8c915a95aee9de6096ca2c88522ee (patch) | |
tree | ac6636ae4f42f965b736ca9ae4fab975a85fc34f | |
parent | e22020741a655d0fa5d78b22a9efb8994a6ca1a3 (diff) | |
download | poky-817606a90fc8c915a95aee9de6096ca2c88522ee.tar.gz |
grub-efi: bump the PR
Fixed when rebuild:
configure: error: source directory already configured; run "make distclean" there first
grub doesn't need bump since it always uses autotools (not
autotools-brokensep in the past).
(From OE-Core rev: eee108a6ce6237f8aa7ab10f78ea9b8f69c900a5)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-bsp/grub/grub-efi_2.00.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/grub/grub-efi_2.00.bb b/meta/recipes-bsp/grub/grub-efi_2.00.bb index a337d3d4cb..7b44eab8d1 100644 --- a/meta/recipes-bsp/grub/grub-efi_2.00.bb +++ b/meta/recipes-bsp/grub/grub-efi_2.00.bb | |||
@@ -2,7 +2,7 @@ require grub2.inc | |||
2 | 2 | ||
3 | DEPENDS_class-target = "grub-efi-native" | 3 | DEPENDS_class-target = "grub-efi-native" |
4 | RDEPENDS_${PN}_class-target = "diffutils freetype" | 4 | RDEPENDS_${PN}_class-target = "diffutils freetype" |
5 | PR = "r2" | 5 | PR = "r3" |
6 | 6 | ||
7 | SRC_URI += " \ | 7 | SRC_URI += " \ |
8 | file://cfg \ | 8 | file://cfg \ |