summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/wpan-tools/wpan-tools_0.10.bb (renamed from meta-networking/recipes-support/wpan-tools/wpan-tools_0.9.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/wpan-tools/wpan-tools_0.9.bb b/meta-networking/recipes-support/wpan-tools/wpan-tools_0.10.bb
index 6b83cbd522..a0f9fb8b50 100644
--- a/meta-networking/recipes-support/wpan-tools/wpan-tools_0.9.bb
+++ b/meta-networking/recipes-support/wpan-tools/wpan-tools_0.10.bb
@@ -4,12 +4,12 @@ DESCRIPTION = "This is a set of utils to manage the Linux WPAN stack via \
4netlink interface. This requires recent kernel with nl802154 interface." 4netlink interface. This requires recent kernel with nl802154 interface."
5 5
6LICENSE = "ISC" 6LICENSE = "ISC"
7LIC_FILES_CHKSUM = "file://COPYING;md5=4cfd939b1d7e6aba9fcefb7f6e2fd45d" 7LIC_FILES_CHKSUM = "file://COPYING;md5=f008711099e40902ad091ed6396f33ea"
8 8
9DEPENDS = "libnl" 9DEPENDS = "libnl"
10 10
11SRC_URI = "git://github.com/linux-wpan/wpan-tools;branch=master;protocol=https" 11SRC_URI = "git://github.com/linux-wpan/wpan-tools;branch=master;protocol=https"
12SRCREV = "a316ca2caa746d60817400e5bf646c2820f09273" 12SRCREV = "91b0f038aef2f62cb6a222d190b887fdfd6bc164"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15