aboutsummaryrefslogtreecommitdiffstats
path: root/packages/icecast
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-06-19 15:10:56 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-06-19 15:10:56 +0000
commitaf85835a128c561f75ae2095cc951a3fceda0174 (patch)
tree2a7c4e1dc01652fafcc87f00490b34a358c49e9a /packages/icecast
parent691f6187c2409763051207ff033a2cf4868b2005 (diff)
downloadopenembedded-af85835a128c561f75ae2095cc951a3fceda0174.tar.gz
icecast: revert last changeset
Diffstat (limited to 'packages/icecast')
-rw-r--r--packages/icecast/icecast_2.2.0.bb9
1 files changed, 2 insertions, 7 deletions
diff --git a/packages/icecast/icecast_2.2.0.bb b/packages/icecast/icecast_2.2.0.bb
index 7b6ba73b01..2dba8044f9 100644
--- a/packages/icecast/icecast_2.2.0.bb
+++ b/packages/icecast/icecast_2.2.0.bb
@@ -1,15 +1,10 @@
-PR = "r3"
+PR = "r2"
MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org"
-LICENSE = "GPL-2"
+LICENCE = "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"
-EXTRA_OECONF = "--with-ogg=${STAGING_LIBDIR} --with-vorbis=${STAGING_LIBDIR}"
S = "${WORKDIR}/${PN}-${PV}"
inherit autotools