diff options
author | Darren Hart <dvhart@linux.intel.com> | 2011-11-30 13:49:46 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-30 22:22:06 +0000 |
commit | 0d6c01ceb4355583cfcdc3c918382db079d9a959 (patch) | |
tree | e90634c5556f01790870012334276429b13a4813 /meta/recipes-bsp/grub/grub_1.99.bb | |
parent | 4592af4c89d52c5982f49bf4004a71d27b1296ac (diff) | |
download | poky-0d6c01ceb4355583cfcdc3c918382db079d9a959.tar.gz |
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.
(From OE-Core rev: 978fb865897a178c3ba6b6cf3672da53c25b5171)
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/grub/grub_1.99.bb')
-rw-r--r-- | 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 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" | |||
16 | PR = "r2" | 16 | PR = "r2" |
17 | 17 | ||
18 | SRC_URI = "ftp://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \ | 18 | SRC_URI = "ftp://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \ |
19 | file://grub-install.in.patch;apply=yes \ | 19 | file://grub-install.in.patch \ |
20 | file://40_custom" | 20 | file://40_custom" |
21 | 21 | ||
22 | SRC_URI[md5sum] = "ca9f2a2d571b57fc5c53212d1d22e2b5" | 22 | SRC_URI[md5sum] = "ca9f2a2d571b57fc5c53212d1d22e2b5" |