From aff1fd11384a8f2895a5a6d0ea464091d6c1dba6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 11 Feb 2013 15:47:24 +0100 Subject: [PATCH] pingus: correct RDEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixes for latest HEADs: ERROR: QA Issue: /home/Superandy/data/oe-core/sources/meta-games/recipes-games/pingus/pingus_0.7.6.bb: Variable RDEPENDS is set as not being package specific, please fix this. Signed-off-by: Andreas Müller --- recipes-games/pingus/pingus_0.7.6.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-games/pingus/pingus_0.7.6.bb b/recipes-games/pingus/pingus_0.7.6.bb index 786a56b..c2eccf5 100644 --- a/recipes-games/pingus/pingus_0.7.6.bb +++ b/recipes-games/pingus/pingus_0.7.6.bb @@ -3,9 +3,9 @@ DEPENDS = "virtual/libiconv boost libpng libglu" LICENSE = "GPLv3+" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" HOMEPAGE = "http://pingus.seul.org/" -PR = "r2" +PR = "r3" -RDEPENDS += "libmikmod" +RDEPENDS_${PN} += "libmikmod" inherit scons sdl pythonnative