[oe-commits] Roy Li : lowpan-tools: configure python files installation path

git at git.openembedded.org git at git.openembedded.org
Tue Oct 29 18:22:47 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: f855787fb3e7fac8bbd2f3d23d1ea6884e776c66
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=f855787fb3e7fac8bbd2f3d23d1ea6884e776c66

Author: Roy Li <rongqing.li at windriver.com>
Date:   Mon Oct 28 10:20:27 2013 +0800

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 at windriver.com>
Signed-off-by: Joe MacDonald <joe at deserted.net>

---

 .../lowpan-tools/lowpan-tools_git.bb               |    4 +++-
 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 cf78b45..152ee49 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"
 
 S = "${WORKDIR}/git"
 
-inherit autotools
+inherit autotools python-dir
+
+CACHED_CONFIGUREVARS += "am_cv_python_pythondir=${PYTHON_SITEPACKAGES_DIR}/lowpan-tools"
 
 do_install_append() {
 	rmdir ${D}${localstatedir}/run



More information about the Openembedded-commits mailing list