From: Frans Meulenbroeks Date: Fri, 8 Oct 2010 10:26:52 +0000 (+0200) Subject: supertux/supertux_0.1.3.bb: RDEPENDS -> RDEPENDS_${PN} X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65f57fbc3d82c493c2597febbf596785e15dd068;p=openembedded.git supertux/supertux_0.1.3.bb: RDEPENDS -> RDEPENDS_${PN} Signed-off-by: Frans Meulenbroeks Acked-by: Martin Jansa --- diff --git a/recipes/supertux/supertux_0.1.3.bb b/recipes/supertux/supertux_0.1.3.bb index be1e1c04aa..41c907c349 100644 --- a/recipes/supertux/supertux_0.1.3.bb +++ b/recipes/supertux/supertux_0.1.3.bb @@ -3,9 +3,9 @@ in a style similar to the original SuperMario games." SECTION = "games" PRIORITY = "optional" LICENSE = "GPL" -PR = "r3" +PR = "r4" -RDEPENDS += "libmikmod" +RDEPENDS_${PN} += "libmikmod" APPIMAGE = "${WORKDIR}/supertux.png" APPDESKTOP = "${WORKDIR}/supertux.desktop"