From patchwork Thu Apr 14 23:24:37 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: streamripper: fix depends and license Date: Thu, 14 Apr 2011 23:24:37 -0000 From: Andreas Oberritter X-Patchwork-Id: 2253 Message-Id: <1302823477-10855-1-git-send-email-obi@opendreambox.org> To: openembedded-devel@lists.openembedded.org - Prefer the shared libmad over the one included in streamripper. - glib-2.0 is required to build streamripper. - libfaad2 will get picked up if built before streamripper. Make builds consistent. - No need to set RDEPENDS_${PN} (already set by shlibdeps). Signed-off-by: Andreas Oberritter Acked-by: Frans Meulenbroeks --- recipes/streamripper/streamripper_1.64.6.bb | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/streamripper/streamripper_1.64.6.bb b/recipes/streamripper/streamripper_1.64.6.bb index 342d92e..39fae01 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_${PN} = "libogg libvorbis" +LICENSE = "GPLv2+" +DEPENDS = "faad2 glib-2.0 libmad libogg libvorbis" +PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/streamripper/streamripper-${PV}.tar.gz;name=src" SRC_URI[src.md5sum] = "a37a1a8b8f9228522196a122a1c2dd32"