diff options
| author | Roy Li <rongqing.li@windriver.com> | 2013-10-28 10:20:27 +0800 |
|---|---|---|
| committer | Joe MacDonald <joe@deserted.net> | 2013-10-29 10:39:07 -0400 |
| commit | f855787fb3e7fac8bbd2f3d23d1ea6884e776c66 (patch) | |
| tree | 6f9c5071218dddccf5f52cf1e0e0939f5562f22e | |
| parent | 37c03f32bc51d98cfe4774994ec6639941913932 (diff) | |
| download | meta-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>
| -rw-r--r-- | meta-networking/recipes-support/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 cf78b45759..152ee49a89 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 | ||
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 15 | 15 | ||
| 16 | inherit autotools | 16 | inherit autotools python-dir |
| 17 | |||
| 18 | CACHED_CONFIGUREVARS += "am_cv_python_pythondir=${PYTHON_SITEPACKAGES_DIR}/lowpan-tools" | ||
| 17 | 19 | ||
| 18 | do_install_append() { | 20 | do_install_append() { |
| 19 | rmdir ${D}${localstatedir}/run | 21 | rmdir ${D}${localstatedir}/run |
