mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
lowpan-tools: Switch to using github src_uri and fix build with gcc8
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
@@ -8,14 +8,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||
DEPENDS = "flex-native bison-native libnl python"
|
||||
|
||||
PV = "0.3.1+git${SRCPV}"
|
||||
SRC_URI = "git://git.code.sf.net/p/linux-zigbee/linux-zigbee \
|
||||
SRC_URI = "git://github.com/linux-wpan/lowpan-tools \
|
||||
file://no-help2man.patch \
|
||||
file://0001-Fix-build-errors-with-clang.patch \
|
||||
file://0001-addrdb-coord-config-parse.y-add-missing-time.h-inclu.patch \
|
||||
file://0001-src-iz.c-Undef-dprintf-before-redefining.patch \
|
||||
file://0001-Remove-newline-from-format-line.patch \
|
||||
file://0001-coordinator-Fix-strncpy-range-warning.patch \
|
||||
"
|
||||
SRCREV = "38f42dbfce9e13629263db3bd3b81f14c69bb733"
|
||||
SRCREV = "1c2d8674cc6f4b1166a066e8822e295c105ae7a2"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user