| Submitter | xin.ouyang@windriver.com |
|---|---|
| Date | Aug. 8, 2012, 7:42 a.m. |
| Message ID | <b3cee5ec4889c0f001f8b32629331d7b1bb90438.1344411406.git.Xin.Ouyang@windriver.com> |
| Download | mbox | patch |
| Permalink | /patch/34077/ |
| State | Accepted |
| Commit | b53b4c4d6dad745b2eb0ab804f7975146a81aedf |
| Headers | show |
Comments
On 08/08/2012 10:42 AM, xin.ouyang@windriver.com wrote: > From: Xin Ouyang <Xin.Ouyang@windriver.com> > > [YOCTO #2916] > > Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com> > --- > meta/recipes-bsp/grub/grub_1.99.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta/recipes-bsp/grub/grub_1.99.bb b/meta/recipes-bsp/grub/grub_1.99.bb > index 9879651..64cefe0 100644 > --- a/meta/recipes-bsp/grub/grub_1.99.bb > +++ b/meta/recipes-bsp/grub/grub_1.99.bb > @@ -11,9 +11,9 @@ SECTION = "bootloaders" > LICENSE = "GPLv3" > LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" > > -DEPENDS = "autogen-native" > +DEPENDS = "autogen-native flex-native" Why is it needed, you don't have any commit message as to that? Also, Radu just posted a recipe update, can you verify if it is still required for the newer version and rebase if needed. Thanks Sau! > RDEPENDS_${PN} = "diffutils freetype" > -PR = "r11" > +PR = "r12" > > SRC_URI = "ftp://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \ > file://grub-install.in.patch \ >
Patch
diff --git a/meta/recipes-bsp/grub/grub_1.99.bb b/meta/recipes-bsp/grub/grub_1.99.bb index 9879651..64cefe0 100644 --- a/meta/recipes-bsp/grub/grub_1.99.bb +++ b/meta/recipes-bsp/grub/grub_1.99.bb @@ -11,9 +11,9 @@ SECTION = "bootloaders" LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" -DEPENDS = "autogen-native" +DEPENDS = "autogen-native flex-native" RDEPENDS_${PN} = "diffutils freetype" -PR = "r11" +PR = "r12" SRC_URI = "ftp://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \ file://grub-install.in.patch \