From: Frans Meulenbroeks Date: Wed, 6 Oct 2010 20:41:45 +0000 (+0200) Subject: Fix RDEPENDS X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0e2850d997356404dcee3afd03bac90c37dc26d;p=openembedded.git Fix RDEPENDS Signed-off-by: Frans Meulenbroeks --- diff --git a/recipes/streamripper/streamripper_1.64.6.bb b/recipes/streamripper/streamripper_1.64.6.bb index f8141cf06c..342d92e575 100644 --- a/recipes/streamripper/streamripper_1.64.6.bb +++ b/recipes/streamripper/streamripper_1.64.6.bb @@ -1,8 +1,8 @@ DESCRIPTION = "StreamRipper lets you record streaming mp3 to your hard drive." SECTION = "console/multimedia" LICENSE = "GPL" -DEPENDS= "libogg libvorbis" -RDEPENDS= "libogg libvorbis" +DEPENDS = "libogg libvorbis" +RDEPENDS_${PN} = "libogg libvorbis" SRC_URI = "${SOURCEFORGE_MIRROR}/streamripper/streamripper-${PV}.tar.gz;name=src" SRC_URI[src.md5sum] = "a37a1a8b8f9228522196a122a1c2dd32"