mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 22:36:21 +00:00
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>
This commit is contained in:
parent
17a7d74dbe
commit
15d8e3227a
@ -12,6 +12,7 @@ S = "${WORKDIR}/${PN}"
|
|||||||
do_configure_prepend() {
|
do_configure_prepend() {
|
||||||
sed -i "s#PY_VERSION = 2.6#PY_VERSION = ${PYTHON_BASEVERSION}#g" ${S}/Makefile.am
|
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#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 \
|
SRC_URI = "svn://omgps.googlecode.com/svn/trunk;module=omgps;protocol=http \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user