mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 16:58:24 +00:00
omgps: fix PN -> BPN for multilib
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@ DEPENDS = "gtk+ python-pygobject dbus-glib libcap"
|
|||||||
SRCREV = "109"
|
SRCREV = "109"
|
||||||
PV = "0.1+svnr${SRCPV}"
|
PV = "0.1+svnr${SRCPV}"
|
||||||
PR = "r2"
|
PR = "r2"
|
||||||
S = "${WORKDIR}/${PN}"
|
S = "${WORKDIR}/${BPN}"
|
||||||
|
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user