[oe] [PATCH meta-networking] lowpan-tools: input python library and executable file dir

rongqing.li at windriver.com rongqing.li at windriver.com
Fri Oct 25 06:04:34 UTC 2013


From: Roy Li <rongqing.li at windriver.com>

input python library and executable file dir, or else it will use the default
value /usr/lib/python*, which is wrong when enable multilibs

Signed-off-by: Roy Li <rongqing.li at windriver.com>
---
 meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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..6e603ac 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,10 @@ SRCREV = "a1d9615adde6d1a568813c24a128273ed755af04"
 
 S = "${WORKDIR}/git"
 
-inherit autotools
+inherit autotools python-dir
+
+EXTRA_OECONF += "am_cv_python_pythondir=${PYTHON_SITEPACKAGES_DIR} \
+               am_cv_python_pyexecdir=${PYTHON_SITEPACKAGES_DIR}"
 
 do_install_append() {
 	rmdir ${D}${localstatedir}/run
-- 
1.7.10.4




More information about the Openembedded-devel mailing list