summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/lowpan-tools
diff options
context:
space:
mode:
authorRoy Li <rongqing.li@windriver.com>2013-10-28 10:20:27 +0800
committerJoe MacDonald <joe@deserted.net>2013-10-29 10:39:07 -0400
commitf855787fb3e7fac8bbd2f3d23d1ea6884e776c66 (patch)
tree6f9c5071218dddccf5f52cf1e0e0939f5562f22e /meta-networking/recipes-support/lowpan-tools
parent37c03f32bc51d98cfe4774994ec6639941913932 (diff)
downloadmeta-openembedded-f855787fb3e7fac8bbd2f3d23d1ea6884e776c66.tar.gz
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>
Diffstat (limited to 'meta-networking/recipes-support/lowpan-tools')
-rw-r--r--meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb b/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb
index cf78b4575..152ee49a8 100644
--- a/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb
+++ b/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb
@@ -13,7 +13,9 @@ SRCREV = "a1d9615adde6d1a568813c24a128273ed755af04"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16inherit autotools 16inherit autotools python-dir
17
18CACHED_CONFIGUREVARS += "am_cv_python_pythondir=${PYTHON_SITEPACKAGES_DIR}/lowpan-tools"
17 19
18do_install_append() { 20do_install_append() {
19 rmdir ${D}${localstatedir}/run 21 rmdir ${D}${localstatedir}/run