Bug#670566: arduino-mk: Including libraries is broken

2012-08-01 Thread Jérôme
> -USER_LIB_CPP_SRC = $(wildcard $(patsubst %,%/*.cpp,$(USER_LIBS))) > -USER_LIB_C_SRC = $(wildcard $(patsubst %,%/*.c,$(USER_LIBS))) > +USER_LIB_CPP_SRCS = $(wildcard $(patsubst %,%/*.cpp,$(USER_LIBS))) > +USER_LIB_C_SRCS = $(wildcard $(patsubst %,%/*.c,$(USER_LIBS))) FWIW, this is pa

Bug#670566: arduino-mk: Including libraries is broken

2012-07-06 Thread pasky
Package: arduino-mk Version: 0.8-4 Followup-For: Bug #670566 Dear Maintainer, the support for adding custom libraries is still broken. There is a typo and apparently nobody tested the change. :-) --- Arduino.mk~ 2012-07-05 22:43:19.755009325 +0200 +++ Arduino.mk 2012-07-05 22:43:40.379008506 +0