summaryrefslogtreecommitdiffstats
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:43:34 +0100
commite3bdc689f2b73e4e901bdc49a1bade42520cf8d8 (patch)
tree89bafd8538fee03878ab7bb3854795fa9b16913e /meta/recipes-connectivity/galago/libgalago_0.5.2.bb
parent999a84bdb3694ae9871ed1d400f3906c6727e435 (diff)
downloadpoky-e3bdc689f2b73e4e901bdc49a1bade42520cf8d8.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. (From OE-Core rev: ce94fa29b81bebaaee8058f0600e111832d638f2) Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 \
7 7
8DEPENDS = "dbus glib-2.0 dbus-glib" 8DEPENDS = "dbus glib-2.0 dbus-glib"
9 9
10SRC_URI = "http://www.galago-project.org/files/releases/source/${BPN}/${P}.tar.gz \ 10SRC_URI = "http://www.galago-project.org/files/releases/source/${BPN}/${BPN}-${PV}.tar.gz \
11 file://mkdir.patch;patch=1 \ 11 file://mkdir.patch;patch=1 \
12 file://pkgconfig.patch;patch=1 " 12 file://pkgconfig.patch;patch=1 "
13 13