diff options
Diffstat (limited to 'recipes/povray')
-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 33a6e1775c..f5aea2bccd 100644 --- a/recipes/povray/povray_3.6.1.bb +++ b/recipes/povray/povray_3.6.1.bb @@ -4,7 +4,7 @@ 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 = "" +RDEPENDS_${PN} = "" PR = "r2" |