[oe-commits] Paul Menzel : libplayer: Use `${PN}` instead of `libplayer`.

git version control git at git.openembedded.org
Wed Apr 7 08:53:55 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 61ff97f7e3961a69095eff30e708bb03274609e1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=61ff97f7e3961a69095eff30e708bb03274609e1

Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Fri Apr  2 05:41:57 2010 +0000

libplayer: Use `${PN}` instead of `libplayer`.

Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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 823e4b5..ea74aee 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
 





More information about the Openembedded-commits mailing list