mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-16 06:30:16 +00:00
f855787fb3
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>
28 lines
840 B
BlitzBasic
28 lines
840 B
BlitzBasic
SUMMARY = "Utilities for managing the Linux LoWPAN stack"
|
|
DESCRIPTION = "This is a set of utils to manage the Linux LoWPAN stack. \
|
|
The LoWPAN stack aims for IEEE 802.15.4-2003 (and for lesser extent IEEE 802.15.4-2006) compatibility."
|
|
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
|
|
|
DEPENDS = "libnl python"
|
|
|
|
PV = "0.3+git${SRCPV}"
|
|
SRC_URI = "git://linux-zigbee.git.sourceforge.net/gitroot/linux-zigbee/linux-zigbee"
|
|
SRCREV = "a1d9615adde6d1a568813c24a128273ed755af04"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools python-dir
|
|
|
|
CACHED_CONFIGUREVARS += "am_cv_python_pythondir=${PYTHON_SITEPACKAGES_DIR}/lowpan-tools"
|
|
|
|
do_install_append() {
|
|
rmdir ${D}${localstatedir}/run
|
|
}
|
|
|
|
FILES_${PN}-dbg += "${libexecdir}/lowpan-tools/.debug/"
|
|
|
|
PACKAGES =+ "${PN}-python"
|
|
FILES_${PN}-python = "${libdir}/python*"
|