diff options
author | Koen Kooi <koen@openembedded.org> | 2006-03-03 17:00:45 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-03 17:00:45 +0000 |
commit | 33bcbf5161fd0d6475e0ce44af3344b541d97d51 (patch) | |
tree | 69842ec19c0be329c1a6f22972b4f31e33d876b2 /packages | |
parent | 1cbf7c36b4c997cf7b9c9ed093f629e6b9e77c7d (diff) | |
parent | 1e9ccc6c80bd4a2d1add26f3f46e214a5e0b1de8 (diff) |
merge of 4331fe84e383e44c80f5771143f3f2ab6f522c48
and 78ec2de1cad3328aa990b529ccaa5d719f5efe7a
Diffstat (limited to 'packages')
-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" |