Re: [Linux-zigbee-devel] Status and Path Forward

2012-11-14 Thread Jan Engelhardt
On Wednesday 2012-11-14 15:14, Dmitry Eremin-Solenikov wrote: > >> It seems to me like we have some work to do regarding our front-facing >> presentation to the world. Currently the two projects and websites are a >> source of confusion for many newcomers.[...] >> The other issue of course is the

Re: [Linux-zigbee-devel] Userspace tools

2012-09-22 Thread Jan Engelhardt
On Friday 2012-09-21 09:10, Dmitry Eremin-Solenikov wrote: >Hello, > >As lowpan-tools 0.2 don't support several improtant features that keep finding >their way into the mainline Linux kernel (Thanks, Alexander!!!), I used my >power >to release lowpan-tools 0.3. Source file should have already hit

Re: [Linux-zigbee-devel] Duplicated headers; empty ChangeLog/NEWS

2012-09-22 Thread Jan Engelhardt
On Thursday 2012-09-20 13:01, Dmitry Eremin-Solenikov wrote: >> >> lowpan-tools currently installs ieee802154.h and nl802154.h from its >> source tree to /usr/include. I notice that these files have pretty >> much the same content as /usr/include/linux/ieee802154.h | >> linux/nl802154.h, so why ex

[Linux-zigbee-devel] Duplicated headers; empty ChangeLog/NEWS

2012-09-09 Thread Jan Engelhardt
Hi, (I just packaged lowpan-tools for openSUSE. Besides the already-sent two patches, the following is additional "fallout". Hope you can answer :) lowpan-tools currently installs ieee802154.h and nl802154.h from its source tree to /usr/include. I notice that these files have pretty much the

[Linux-zigbee-devel] Build system updates

2012-09-09 Thread Jan Engelhardt
for libnl-genl which is a separate library (2012-09-09 21:59:15 +0200) Jan Engelhardt (2): build: support for automake 1.12 build: check for libnl-genl which is a separate library configure.ac | 28

[Linux-zigbee-devel] [PATCH 2/2] build: check for libnl-genl which is a separate library

2012-09-09 Thread Jan Engelhardt
in case of static archives, .la files, rendering the -lm check redundant. Signed-off-by: Jan Engelhardt --- configure.ac | 27 +-- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/configure.ac b/configure.ac index 6037905..84f9355 100644 --- a/configure.ac +

[Linux-zigbee-devel] [PATCH 1/2] build: support for automake 1.12

2012-09-09 Thread Jan Engelhardt
/usr/share/automake-1.12/am/ltlibrary.am: warning: 'libaddrdb.la': linking libtool libraries using a non-POSIX /usr/share/automake-1.12/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac' Signed-off-by: Jan Engelhardt --- configure.ac |1 + 1 file