aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/galago/libgalago_0.5.2.bb
diff options
context:
space:
mode:
authorLianhao Lu <lianhao.lu@intel.com>2011-08-05 09:53:37 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-05 17:30:12 +0100
commitce94fa29b81bebaaee8058f0600e111832d638f2 (patch)
treeb561652836bd30f4293914686e24a1b7240d7426 /meta/recipes-connectivity/galago/libgalago_0.5.2.bb
parentfbb7ecaf9b49d2d7570e6440fe84b4046ec08fd2 (diff)
downloadopenembedded-core-contrib-ce94fa29b81bebaaee8058f0600e111832d638f2.tar.gz
SRC_URI: Using BPN instaed of PN.
[YOCTO #1333] In multilib cases, PN has the prefix of MLPREFIX. It is not correct to use PN in SRC_URI. We should use the pruned BPN instead. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/galago/libgalago_0.5.2.bb')
-rw-r--r--meta/recipes-connectivity/galago/libgalago_0.5.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/galago/libgalago_0.5.2.bb b/meta/recipes-connectivity/galago/libgalago_0.5.2.bb
index 3a476209af..a4203ec11d 100644
--- a/meta/recipes-connectivity/galago/libgalago_0.5.2.bb
+++ b/meta/recipes-connectivity/galago/libgalago_0.5.2.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 \
DEPENDS = "dbus glib-2.0 dbus-glib"
-SRC_URI = "http://www.galago-project.org/files/releases/source/${BPN}/${P}.tar.gz \
+SRC_URI = "http://www.galago-project.org/files/releases/source/${BPN}/${BPN}-${PV}.tar.gz \
file://mkdir.patch;patch=1 \
file://pkgconfig.patch;patch=1 "