[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:22:54 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 92d80bf52eb4e15353c23503852cbc6256d3401a
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=92d80bf52eb4e15353c23503852cbc6256d3401a

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