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/povray/povray_3.6.1+3.7.0-beta25b.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/povray/povray_3.6.1+3.7.0-beta25b.bb') diff --git a/recipes/povray/povray_3.6.1+3.7.0-beta25b.bb b/recipes/povray/povray_3.6.1+3.7.0-beta25b.bb index 9587625d7f..dde495cba7 100644 --- a/recipes/povray/povray_3.6.1+3.7.0-beta25b.bb +++ b/recipes/povray/povray_3.6.1+3.7.0-beta25b.bb @@ -8,9 +8,9 @@ PR = "r2" #We apply a patch that subverts the checks for jpeg, zlib, png and tiff because we know OE has the required versions, but it is still a hack. SRC_URI = "http://www.povray.org/redirect/www.povray.org/beta/source/povray-src-3.7.0.beta.25b.tar.bz2 \ - file://configure-cross-hack.patch;patch=1 \ - file://gcc43.diff;patch=1 \ - file://boost.patch;patch=1 \ + file://configure-cross-hack.patch;apply=yes \ + file://gcc43.diff;apply=yes \ + file://boost.patch;apply=yes \ " S = "${WORKDIR}/povray-3.7.0.beta.25b" -- cgit 1.2.3-korg