diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2015-05-08 15:42:24 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-13 14:32:00 +0200 |
commit | e7a63bc6ffab379d7bbe91ec7f36b8ca8ede7e8e (patch) | |
tree | f97bc28d7d651e84956156515ce4fc2ce584ee1f | |
parent | c9874710968508aa48a23cc123cb3005cb4f1a30 (diff) | |
download | meta-openembedded-e7a63bc6ffab379d7bbe91ec7f36b8ca8ede7e8e.tar.gz |
omgps: fix PN -> BPN for multilib
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-navigation/omgps/omgps_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-navigation/omgps/omgps_svn.bb b/meta-oe/recipes-navigation/omgps/omgps_svn.bb index 391545e39..696e8630f 100644 --- a/meta-oe/recipes-navigation/omgps/omgps_svn.bb +++ b/meta-oe/recipes-navigation/omgps/omgps_svn.bb | |||
@@ -7,7 +7,7 @@ DEPENDS = "gtk+ python-pygobject dbus-glib libcap" | |||
7 | SRCREV = "109" | 7 | SRCREV = "109" |
8 | PV = "0.1+svnr${SRCPV}" | 8 | PV = "0.1+svnr${SRCPV}" |
9 | PR = "r2" | 9 | PR = "r2" |
10 | S = "${WORKDIR}/${PN}" | 10 | S = "${WORKDIR}/${BPN}" |
11 | 11 | ||
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 |