diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2010-04-02 05:41:57 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-07 10:53:02 +0200 |
commit | 61ff97f7e3961a69095eff30e708bb03274609e1 (patch) | |
tree | 4ba3ffe099aea176d69e2c175ce02a465ea30e9b /recipes/libplayer | |
parent | af90114c5e3ae9e7dc9cc8abd0612db7ffe1f947 (diff) |
libplayer: Use `${PN}` instead of `libplayer`.
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/libplayer')
-rw-r--r-- | recipes/libplayer/libplayer.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |