From: Darren Hart Date: Wed, 30 Nov 2011 21:49:46 +0000 (-0800) Subject: grub: Drop "apply=yes" from patch X-Git-Tag: 2015-4~12588 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=978fb865897a178c3ba6b6cf3672da53c25b5171;p=openembedded-core.git grub: Drop "apply=yes" from patch 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-bsp/grub/grub_1.99.bb b/meta/recipes-bsp/grub/grub_1.99.bb index b6aa827a5b..a077363426 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"