[oe-commits] Raphael Silva : omgps: fixing B!=S build issue

git at git.openembedded.org git at git.openembedded.org
Thu Dec 18 12:27:57 UTC 2014


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

Author: Raphael Silva <rapphil at gmail.com>
Date:   Tue Dec 16 16:15:22 2014 -0200

omgps: fixing B!=S build issue

Fixed relative path affected by B != S, otherwise
It has a do_compile error:
 No rule to make target `data/etc/*.*'

Signed-off-by: Raphael Silva <rapphil at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-navigation/omgps/omgps_svn.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-navigation/omgps/omgps_svn.bb b/meta-oe/recipes-navigation/omgps/omgps_svn.bb
index ea879d5..391545e 100644
--- a/meta-oe/recipes-navigation/omgps/omgps_svn.bb
+++ b/meta-oe/recipes-navigation/omgps/omgps_svn.bb
@@ -12,6 +12,7 @@ S = "${WORKDIR}/${PN}"
 do_configure_prepend() {
     sed -i "s#PY_VERSION = 2.6#PY_VERSION = ${PYTHON_BASEVERSION}#g" ${S}/Makefile.am
     sed -i "s#PY_INC_DIR = \$(OPIEDIR)#PY_INC_DIR = ${STAGING_DIR_HOST}#g" ${S}/Makefile.am
+    sed -i "s#dist_conf_DATA = data/etc/\*\.\*#dist_conf_DATA = ${S}/data/etc/\*\.\*#g" ${S}/Makefile.am
 }
 
 SRC_URI = "svn://omgps.googlecode.com/svn/trunk;module=omgps;protocol=http \



More information about the Openembedded-commits mailing list