diff options
Diffstat (limited to 'recipes/povray/povray_3.6.1.bb')
-rw-r--r-- | recipes/povray/povray_3.6.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/povray/povray_3.6.1.bb b/recipes/povray/povray_3.6.1.bb index 4fc074a41c..33a6e1775c 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;apply=yes" + file://configure-cross-hack.patch" inherit autotools pkgconfig |