* [meta-networking][PATCH] lowpan-tools: add git version
@ 2013-09-24 12:54 Paul Eggleton
2013-09-24 18:11 ` Joe MacDonald
0 siblings, 1 reply; 2+ messages in thread
From: Paul Eggleton @ 2013-09-24 12:54 UTC (permalink / raw)
To: openembedded-devel; +Cc: Koen Kooi
The 0.3 release was a year ago and git HEAD contains fixes to make it
work with contiki, so build from git instead of backporting all of the
patches.
Based on a patch by Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
.../lowpan-tools/lowpan-tools_git.bb | 25 ++++++++++++++++++++++
1 file changed, 25 insertions(+)
create mode 100644 meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb
diff --git a/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb b/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb
new file mode 100644
index 0000000..cf78b45
--- /dev/null
+++ b/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb
@@ -0,0 +1,25 @@
+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
+
+do_install_append() {
+ rmdir ${D}${localstatedir}/run
+}
+
+FILES_${PN}-dbg += "${libexecdir}/lowpan-tools/.debug/"
+
+PACKAGES =+ "${PN}-python"
+FILES_${PN}-python = "${libdir}/python*"
--
1.8.1.2
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [meta-networking][PATCH] lowpan-tools: add git version
2013-09-24 12:54 [meta-networking][PATCH] lowpan-tools: add git version Paul Eggleton
@ 2013-09-24 18:11 ` Joe MacDonald
0 siblings, 0 replies; 2+ messages in thread
From: Joe MacDonald @ 2013-09-24 18:11 UTC (permalink / raw)
To: openembedded-devel; +Cc: Koen Kooi
[-- Attachment #1: Type: text/plain, Size: 1823 bytes --]
Merged, thanks.
-J.
[[oe] [meta-networking][PATCH] lowpan-tools: add git version] On 13.09.24 (Tue 13:54) Paul Eggleton wrote:
> The 0.3 release was a year ago and git HEAD contains fixes to make it
> work with contiki, so build from git instead of backporting all of the
> patches.
>
> Based on a patch by Koen Kooi <koen@dominion.thruhere.net>
>
> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
> ---
> .../lowpan-tools/lowpan-tools_git.bb | 25 ++++++++++++++++++++++
> 1 file changed, 25 insertions(+)
> create mode 100644 meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb
>
> diff --git a/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb b/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb
> new file mode 100644
> index 0000000..cf78b45
> --- /dev/null
> +++ b/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb
> @@ -0,0 +1,25 @@
> +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
> +
> +do_install_append() {
> + rmdir ${D}${localstatedir}/run
> +}
> +
> +FILES_${PN}-dbg += "${libexecdir}/lowpan-tools/.debug/"
> +
> +PACKAGES =+ "${PN}-python"
> +FILES_${PN}-python = "${libdir}/python*"
--
-Joe MacDonald.
:wq
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-09-24 18:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-24 12:54 [meta-networking][PATCH] lowpan-tools: add git version Paul Eggleton
2013-09-24 18:11 ` Joe MacDonald
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.