diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2006-03-03 15:38:53 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-03 15:38:53 +0000 |
commit | 1e9ccc6c80bd4a2d1add26f3f46e214a5e0b1de8 (patch) | |
tree | 09590d1e0643f49cc2b751d097fc9ffd5102e843 /packages/icecast | |
parent | 1be13146d3e7edc116adbd67c24bae4ccd4b8425 (diff) |
icecast: Fix DEPENDS/RDEPENDS
Diffstat (limited to 'packages/icecast')
-rw-r--r-- | packages/icecast/icecast_2.2.0.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/icecast/icecast_2.2.0.bb b/packages/icecast/icecast_2.2.0.bb index 63a026233e..7b6ba73b01 100644 --- a/packages/icecast/icecast_2.2.0.bb +++ b/packages/icecast/icecast_2.2.0.bb @@ -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" |