From bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sun, 23 May 2010 20:23:53 -0700 Subject: Rename url params patch=/pnum= to apply={yes,no}/striplevel= I think this makes the behavior rather more clear. Signed-off-by: Chris Larson Acked-by: Denys Dmytriyenko Acked-by: Khem Raj --- recipes/grub/grub_0.97.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/grub') diff --git a/recipes/grub/grub_0.97.bb b/recipes/grub/grub_0.97.bb index 24835d8142..45b89a576f 100644 --- a/recipes/grub/grub_0.97.bb +++ b/recipes/grub/grub_0.97.bb @@ -6,9 +6,9 @@ RDEPENDS_${PN}-install = "diffutils" PR = "r6" SRC_URI = "ftp://alpha.gnu.org/gnu/grub/grub-${PV}.tar.gz \ - file://automake-1.10.patch;patch=1 \ - file://grub-0.97-disk_geometry-1.patch;patch=1 \ - file://grub-support-256byte-inode.diff;patch=1 \ + file://automake-1.10.patch;apply=yes \ + file://grub-0.97-disk_geometry-1.patch;apply=yes \ + file://grub-support-256byte-inode.diff;apply=yes \ file://menu.lst" inherit autotools -- cgit 1.2.3-korg