mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-31 13:20:03 +00:00
lowpan-tools: configure python files installation path
configure python files installation path or else it will use the default value /usr/lib/python*, which is wrong on 64bit and multilibs enabled system Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
This commit is contained in:
@@ -13,7 +13,9 @@ SRCREV = "a1d9615adde6d1a568813c24a128273ed755af04"
|
|||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools python-dir
|
||||||
|
|
||||||
|
CACHED_CONFIGUREVARS += "am_cv_python_pythondir=${PYTHON_SITEPACKAGES_DIR}/lowpan-tools"
|
||||||
|
|
||||||
do_install_append() {
|
do_install_append() {
|
||||||
rmdir ${D}${localstatedir}/run
|
rmdir ${D}${localstatedir}/run
|
||||||
|
|||||||
Reference in New Issue
Block a user