diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-05-07 19:22:30 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-05-07 19:22:30 +0000 |
commit | 3ea488871cc35001503eeb2694859a5e40fbb2c1 (patch) | |
tree | d5c64d9098ac5e982cba529828655e6aae5b1f16 | |
parent | 13686edad2feafdbd1ad212f5a888f3141bb9887 (diff) | |
parent | 5c44948c75ff5c783c66cacdc3f71341af49b58d (diff) |
merge of '42c1f8fc2e2320defc4c39f093a87c49b1af3656'
and 'a8c7b34eb970f67785d063b6597433fea669b5dd'
-rw-r--r-- | packages/povray/povray_3.6.1.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/povray/povray_3.6.1.bb b/packages/povray/povray_3.6.1.bb index e1c60570be..107c86cfb8 100644 --- a/packages/povray/povray_3.6.1.bb +++ b/packages/povray/povray_3.6.1.bb @@ -3,11 +3,10 @@ HOMEPAGE = "http://www.povray.org" SECTION = "console/graphics" #Make this a weak assigment to allow branding of the povray binary LICENSE = "povray" - DEPENDS = "virtual/libx11 zlib jpeg libpng tiff" RDEPENDS = "" -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/ftp/pub/povray/Official/Unix/${P}.tar.bz2 \ |