[oe] [meta-oe][PATCH 2/6] libqofono: Use BPN instead of PN in SRC_URI

Khem Raj raj.khem at gmail.com
Tue Oct 15 22:43:24 UTC 2013


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>
---
 meta-oe/recipes-qt/libqofono/libqofono_0.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
 
-- 
1.8.3.2




More information about the Openembedded-devel mailing list