Fix duplicate DEPENDS
authorOyvind Repvik <nail@nslu2-linux.org>
Sun, 4 Sep 2005 04:01:06 +0000 (04:01 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 4 Sep 2005 04:01:06 +0000 (04:01 +0000)
packages/icecast/icecast_2.2.0.bb

index f184ad7..2dba804 100644 (file)
@@ -1,9 +1,8 @@
-DEPENDS = "libxslt"
-PR = "r1"
+PR = "r2"
 MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org"
 LICENCE = "GPL-2"
 
-DEPENDS = "libvorbis libogg"
+DEPENDS = "libvorbis libogg libxslt"
 
 SRC_URI = "http://downloads.us.xiph.org/releases/icecast/${PN}-${PV}.tar.gz"