diff options
author | Raphael Silva <rapphil@gmail.com> | 2014-12-16 16:15:22 -0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-12-19 20:10:57 +0100 |
commit | 15d8e3227ab5e934bf76f021aea8a201d128ce44 (patch) | |
tree | c62b19a3cc0cceadb657584d5da34f8eadfdaa56 /meta-oe/recipes-navigation | |
parent | 17a7d74dbedb7bd5268efc373b6a4c07a592a55e (diff) | |
download | meta-openembedded-15d8e3227ab5e934bf76f021aea8a201d128ce44.tar.gz |
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@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-navigation')
-rw-r--r-- | meta-oe/recipes-navigation/omgps/omgps_svn.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-navigation/omgps/omgps_svn.bb b/meta-oe/recipes-navigation/omgps/omgps_svn.bb index ea879d561..391545e39 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}" | |||
12 | do_configure_prepend() { | 12 | do_configure_prepend() { |
13 | sed -i "s#PY_VERSION = 2.6#PY_VERSION = ${PYTHON_BASEVERSION}#g" ${S}/Makefile.am | 13 | sed -i "s#PY_VERSION = 2.6#PY_VERSION = ${PYTHON_BASEVERSION}#g" ${S}/Makefile.am |
14 | sed -i "s#PY_INC_DIR = \$(OPIEDIR)#PY_INC_DIR = ${STAGING_DIR_HOST}#g" ${S}/Makefile.am | 14 | sed -i "s#PY_INC_DIR = \$(OPIEDIR)#PY_INC_DIR = ${STAGING_DIR_HOST}#g" ${S}/Makefile.am |
15 | sed -i "s#dist_conf_DATA = data/etc/\*\.\*#dist_conf_DATA = ${S}/data/etc/\*\.\*#g" ${S}/Makefile.am | ||
15 | } | 16 | } |
16 | 17 | ||
17 | SRC_URI = "svn://omgps.googlecode.com/svn/trunk;module=omgps;protocol=http \ | 18 | SRC_URI = "svn://omgps.googlecode.com/svn/trunk;module=omgps;protocol=http \ |