[oe-commits] Khem Raj : libqofono: Use BPN instead of PN in SRC_URI

git at git.openembedded.org git at git.openembedded.org
Thu Oct 17 19:23:12 UTC 2013


Module: meta-openembedded.git
Branch: dora
Commit: 7574de7b375972589368f9299a6eb483bbbb3882
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=7574de7b375972589368f9299a6eb483bbbb3882

Author: Khem Raj <raj.khem at gmail.com>
Date:   Tue Oct 15 22:43:24 2013 +0000

libqofono: Use BPN instead of PN in SRC_URI

Makes multilib builds happy as a rule of thumb
never let PN be in SRC_URI

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-qt/libqofono/libqofono_0.4.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-qt/libqofono/libqofono_0.4.bb b/meta-oe/recipes-qt/libqofono/libqofono_0.4.bb
index 826f646..6af8e5e 100644
--- a/meta-oe/recipes-qt/libqofono/libqofono_0.4.bb
+++ b/meta-oe/recipes-qt/libqofono/libqofono_0.4.bb
@@ -18,7 +18,7 @@ PACKAGES =+ "${PN}-plugin ${PN}-plugin-dbg ${PN}-test"
 RRECOMMENDS_${PN} = "${PN}-plugin"
 
 SRC_URI = " \
-    git://github.com/nemomobile/${PN}.git;branch=${BRANCH} \
+    git://github.com/nemomobile/${BPN}.git;branch=${BRANCH} \
 "
 S = "${WORKDIR}/git"
 



More information about the Openembedded-commits mailing list