Fix RDEPENDS
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Wed, 6 Oct 2010 20:41:45 +0000 (22:41 +0200)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Wed, 6 Oct 2010 20:46:15 +0000 (22:46 +0200)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
recipes/streamripper/streamripper_1.64.6.bb

index f8141cf..342d92e 100644 (file)
@@ -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"