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/imagemagick/imagemagick_6.3.5-10.bb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'recipes/imagemagick/imagemagick_6.3.5-10.bb') diff --git a/recipes/imagemagick/imagemagick_6.3.5-10.bb b/recipes/imagemagick/imagemagick_6.3.5-10.bb index 3562a3e901..7e2001d018 100644 --- a/recipes/imagemagick/imagemagick_6.3.5-10.bb +++ b/recipes/imagemagick/imagemagick_6.3.5-10.bb @@ -5,11 +5,11 @@ DEPENDS = "tiff jpeg libpng librsvg tiff zlib" PR = "r9" SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}.tar.bz2 \ - file://PerlMagic_MakePatch;patch=1 \ - file://makefile-am.patch;patch=1 \ - file://binconfig-fixes.patch;patch=1 \ - file://fix_open_file.patch;patch=1 \ - file://openm4-autoconf-fix.patch;patch=1" + file://PerlMagic_MakePatch;apply=yes \ + file://makefile-am.patch;apply=yes \ + file://binconfig-fixes.patch;apply=yes \ + file://fix_open_file.patch;apply=yes \ + file://openm4-autoconf-fix.patch;apply=yes" IMVER = "6.3.5" -- cgit 1.2.3-korg