aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/povray/povray_3.6.1+3.7.0-beta25b.bb
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2009-11-11 22:56:20 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2009-11-11 23:05:22 +0100
commit0276ace5fdb67a51ec17172c4535248b16d43420 (patch)
tree2209f24972385f547c5ccb5c16bb1476defa3587 /recipes/povray/povray_3.6.1+3.7.0-beta25b.bb
parentf0472370387a85f19b6d69a0aa4420621082998a (diff)
downloadopenembedded-0276ace5fdb67a51ec17172c4535248b16d43420.tar.gz
povray: fix boost includes and std::exceptions
* bump PR
Diffstat (limited to 'recipes/povray/povray_3.6.1+3.7.0-beta25b.bb')
-rw-r--r--recipes/povray/povray_3.6.1+3.7.0-beta25b.bb3
1 files changed, 2 insertions, 1 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 5ca797cef6..82eacaee7c 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
@@ -4,12 +4,13 @@ SECTION = "console/graphics"
LICENSE = "povray"
DEPENDS = "virtual/libx11 boost zlib jpeg libpng tiff"
-PR = "r1"
+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 \
"
S = "${WORKDIR}/povray-3.7.0.beta.25b"