Re: [OpenWrt-Devel] [PATCH] Add Lua bindings for libgps

2012-05-05 Thread Felix Fietkau
On 2012-05-05 10:20 PM, dave taht wrote: > On 05/05/2012 01:17 PM, Felix Fietkau wrote: >> On 2012-05-05 8:49 PM, Eric S. Raymond wrote: >>> Felix Fietkau: I merged scons build support in r31618. I was just about to merge chrpath too, but it didn't build on my OSX box. When I found out wh

Re: [OpenWrt-Devel] [PATCH] Add Lua bindings for libgps

2012-05-05 Thread dave taht
On 05/05/2012 01:17 PM, Felix Fietkau wrote: On 2012-05-05 8:49 PM, Eric S. Raymond wrote: Felix Fietkau: I merged scons build support in r31618. I was just about to merge chrpath too, but it didn't build on my OSX box. When I found out what chrpath is used for in the build system, I decided to

Re: [OpenWrt-Devel] [PATCH] Add Lua bindings for libgps

2012-05-05 Thread Felix Fietkau
On 2012-05-05 8:49 PM, Eric S. Raymond wrote: > Felix Fietkau : >> I merged scons build support in r31618. I was just about to merge >> chrpath too, but it didn't build on my OSX box. When I found out what >> chrpath is used for in the build system, I decided to not merge it at all. >> If I underst

Re: [OpenWrt-Devel] [PATCH] Add Lua bindings for libgps

2012-05-05 Thread Felix Fietkau
On 2012-04-16 3:31 PM, Dave Taht wrote: > On Mon, Apr 16, 2012 at 2:37 AM, Christian Gagneraud > wrote: >> On 05/04/12 16:19, Dave Taht wrote: >>> >>> I note that I have been tracking the latest gpsds closely (with the new >>> api) >>> >>> A problem is that it requires that scons support be added

Re: [OpenWrt-Devel] [PATCH] Add Lua bindings for libgps

2012-04-21 Thread christian Gagneraud
On 04/16/2012 02:31 PM, Dave Taht wrote: On Mon, Apr 16, 2012 at 2:37 AM, Christian Gagneraud wrote: On 05/04/12 16:19, Dave Taht wrote: I note that I have been tracking the latest gpsds closely (with the new api) A problem is that it requires that scons support be added to the mainline openw

Re: [OpenWrt-Devel] [PATCH] Add Lua bindings for libgps

2012-04-16 Thread Dave Taht
On Mon, Apr 16, 2012 at 2:37 AM, Christian Gagneraud wrote: > On 05/04/12 16:19, Dave Taht wrote: >> >> I note that I have been tracking the latest gpsds closely (with the new >> api) >> >> A problem is that it requires that scons support be added to the >> mainline openwrt build. >> >> Got patche

Re: [OpenWrt-Devel] [PATCH] Add Lua bindings for libgps

2012-04-16 Thread Christian Gagneraud
On 05/04/12 16:19, Dave Taht wrote: I note that I have been tracking the latest gpsds closely (with the new api) A problem is that it requires that scons support be added to the mainline openwrt build. Got patches for all that, could use some more testing... Hi Dave, I'm interesting as well

Re: [OpenWrt-Devel] [PATCH] Add Lua bindings for libgps

2012-04-05 Thread Dave Taht
I note that I have been tracking the latest gpsds closely (with the new api) A problem is that it requires that scons support be added to the mainline openwrt build. Got patches for all that, could use some more testing... On Thu, Apr 5, 2012 at 3:02 AM, Viktar Palstsiuk wrote: > Signed-off-by:

[OpenWrt-Devel] [PATCH] Add Lua bindings for libgps

2012-04-05 Thread Viktar Palstsiuk
Signed-off-by: Viktar Palstsiuk --- lang/luagps/Makefile | 50 .../001-add_compatibility_with_old_gpsd_api.patch | 62 2 files changed, 112 insertions(+), 0 deletions(-) create mode 100644 lang/luagps/Makefile create mode