icecast: Fix DEPENDS/RDEPENDS
authorOyvind Repvik <nail@nslu2-linux.org>
Fri, 3 Mar 2006 15:38:53 +0000 (15:38 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 3 Mar 2006 15:38:53 +0000 (15:38 +0000)
packages/icecast/icecast_2.2.0.bb

index 63a0262..7b6ba73 100644 (file)
@@ -1,7 +1,11 @@
-PR = "r2"
+PR = "r3"
 MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org"
 LICENSE = "GPL-2"
 
+DEPENDS = "libvorbis libogg libxslt"
+
+# The RDEPENDS line is a workaround to make sure
+# icecast pulls in necessary library deps.
 RDEPENDS = "libvorbis libogg libxslt"
 
 SRC_URI = "http://downloads.us.xiph.org/releases/icecast/${PN}-${PV}.tar.gz"