From patchwork Wed Nov 30 21:49:46 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [4/4] grub: Drop "apply=yes" from patch Date: Wed, 30 Nov 2011 21:49:46 -0000 From: Darren Hart X-Patchwork-Id: 15889 Message-Id: To: openembedded-core@lists.openembedded.org Cc: Darren Hart From: Darren Hart The "apply=yes" doesn't appear to be necessary, drop it in favor of a simpler SRC_URI specification. Signed-off-by: Darren Hart CC: Tom Zanussi --- 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"