aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nonworking/icecast/icecast_2.2.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/nonworking/icecast/icecast_2.2.0.bb')
-rw-r--r--recipes/nonworking/icecast/icecast_2.2.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/nonworking/icecast/icecast_2.2.0.bb b/recipes/nonworking/icecast/icecast_2.2.0.bb
index 0d7f06a7aa..59f607c310 100644
--- a/recipes/nonworking/icecast/icecast_2.2.0.bb
+++ b/recipes/nonworking/icecast/icecast_2.2.0.bb
@@ -3,9 +3,9 @@ LICENSE = "GPLv2"
DEPENDS = "libvorbis libogg libxslt"
-# The RDEPENDS line is a workaround to make sure
+# The RDEPENDS_${PN} line is a workaround to make sure
# icecast pulls in necessary library deps.
-RDEPENDS = "libvorbis libogg libxslt"
+RDEPENDS_${PN} = "libvorbis libogg libxslt"
SRC_URI = "http://downloads.us.xiph.org/releases/icecast/${PN}-${PV}.tar.gz"