diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-05-23 20:23:53 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-05-25 12:53:41 -0700 |
commit | bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (patch) | |
tree | 96f28e2f5133d68c3e3dadabaa2339340671454f /recipes/povray | |
parent | fab0af3aefee22b21541e403d3c356a6979bfa63 (diff) |
Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>
I think this makes the behavior rather more clear.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/povray')
-rw-r--r-- | recipes/povray/povray_3.6.1+3.7.0-beta25b.bb | 6 | ||||
-rw-r--r-- | recipes/povray/povray_3.6.1.bb | 2 |
2 files changed, 4 insertions, 4 deletions
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" diff --git a/recipes/povray/povray_3.6.1.bb b/recipes/povray/povray_3.6.1.bb index 914aaa0777..4fc074a41c 100644 --- a/recipes/povray/povray_3.6.1.bb +++ b/recipes/povray/povray_3.6.1.bb @@ -10,7 +10,7 @@ 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/ftp/pub/povray/Official/Unix/${P}.tar.bz2 \ - file://configure-cross-hack.patch;patch=1" + file://configure-cross-hack.patch;apply=yes" inherit autotools pkgconfig |