aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2014-07-02 19:25:54 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2014-07-15 14:56:55 +0200
commitb35e2f02466fcbea7431c9be95947cdb640708c8 (patch)
tree6b3748fdc01e2728baa372101f402960936a3eeb /meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb
parentf1363ffca46827b86258871dfdbcac202f2c7d7d (diff)
downloadmeta-openembedded-contrib-b35e2f02466fcbea7431c9be95947cdb640708c8.tar.gz
meta-gnome: use BPN in SRC_URI
Fixed SRC_URI: * ${PN} -> ${BPN}, use ${BP} if it was ${PN}-${PV} * ${P} -> ${BP} Otherwise we would meet do_fetch errors when we do the multilib, native or nativesdk build. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb')
-rw-r--r--meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb b/meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb
index 6dc5159bee..7283409e9b 100644
--- a/meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb
+++ b/meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
DEPENDS = "gtk+ alsa-lib glib-2.0 virtual/libx11"
-SRC_URI = "http://${PN}.googlecode.com/files/${P}.tar.gz"
+SRC_URI = "http://${BPN}.googlecode.com/files/${BP}.tar.gz"
SRC_URI[md5sum] = "e06e9ca8d61d74910343bb3ef4348f7f"
SRC_URI[sha256sum] = "a07130d62719e8c1244f8405dd97445798df5204fc0f3f2f2b669b125114b468"