diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2010-08-17 12:58:03 +0400 |
---|---|---|
committer | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2010-08-17 12:58:03 +0400 |
commit | 3dfdd751985fa6b6873e833716254be10e7d6f80 (patch) | |
tree | ca77a349bfd1927e4101720d711d937a4e5bf67b /recipes/lowpan-tools | |
parent | 9debd2fea1144c1e7250879af8d2f9a3ab3911e0 (diff) |
lowpan-tools: update to 0.2.2
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'recipes/lowpan-tools')
-rw-r--r-- | recipes/lowpan-tools/lowpan-tools_0.2.1.bb | 8 | ||||
-rw-r--r-- | recipes/lowpan-tools/lowpan-tools_0.2.2.bb | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/recipes/lowpan-tools/lowpan-tools_0.2.1.bb b/recipes/lowpan-tools/lowpan-tools_0.2.1.bb deleted file mode 100644 index 9d66a4cf52..0000000000 --- a/recipes/lowpan-tools/lowpan-tools_0.2.1.bb +++ /dev/null @@ -1,8 +0,0 @@ -require lowpan-tools.inc - -PR = "${INC_PR}.0" - -EXTRA_OECONF = "--enable-ip-plugin" - -SRC_URI[md5sum] = "e2fa536e8b6402a88fcb98fe3296fe46" -SRC_URI[sha256sum] = "f72dd915503803b02104abfd29a4b00216af471c11b2aec44c51b9cf4c5e618b" diff --git a/recipes/lowpan-tools/lowpan-tools_0.2.2.bb b/recipes/lowpan-tools/lowpan-tools_0.2.2.bb new file mode 100644 index 0000000000..568648763a --- /dev/null +++ b/recipes/lowpan-tools/lowpan-tools_0.2.2.bb @@ -0,0 +1,8 @@ +require lowpan-tools.inc + +PR = "${INC_PR}.0" + +EXTRA_OECONF = "--enable-ip-plugin" + +SRC_URI[md5sum] = "c727b36e5a6053b15e54ecf220bd5d6b" +SRC_URI[sha256sum] = "6e3f70290caec98fb22254f008eb24b4b8820cc9b10d1e1f6e78d160d2aa8905" |