From: Darren Hart <[email protected]> The "apply=yes" doesn't appear to be necessary, drop it in favor of a simpler SRC_URI specification.
Signed-off-by: Darren Hart <[email protected]> CC: Tom Zanussi <[email protected]> --- meta/recipes-bsp/grub/grub_1.99.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-bsp/grub/grub_1.99.bb b/meta/recipes-bsp/grub/grub_1.99.bb index 66ad669..49c26f6 100644 --- a/meta/recipes-bsp/grub/grub_1.99.bb +++ b/meta/recipes-bsp/grub/grub_1.99.bb @@ -16,7 +16,7 @@ RDEPENDS_${PN} = "diffutils freetype" PR = "r2" SRC_URI = "ftp://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \ - file://grub-install.in.patch;apply=yes \ + file://grub-install.in.patch \ file://40_custom" SRC_URI[md5sum] = "ca9f2a2d571b57fc5c53212d1d22e2b5" -- 1.7.6.4 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
