From: Paul Menzel Date: Fri, 2 Apr 2010 05:41:57 +0000 (+0000) Subject: libplayer: Use `${PN}` instead of `libplayer`. X-Git-Tag: Release-2010-05/1~101 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61ff97f7e3961a69095eff30e708bb03274609e1;p=openembedded.git libplayer: Use `${PN}` instead of `libplayer`. Signed-off-by: Paul Menzel Signed-off-by: Martin Jansa --- diff --git a/recipes/libplayer/libplayer.inc b/recipes/libplayer/libplayer.inc index 823e4b5dd7..ea74aee135 100644 --- a/recipes/libplayer/libplayer.inc +++ b/recipes/libplayer/libplayer.inc @@ -6,7 +6,7 @@ DEPENDS = "virtual/libx11 libxcb mplayer gstreamer" INC_PR = "r1" -SRC_URI = "http://libplayer.geexbox.org/releases/${P}.tar.bz2;name=${PN}" +SRC_URI = "http://${PN}.geexbox.org/releases/${P}.tar.bz2;name=${PN}" inherit autotools pkgconfig