Bug#670566: arduino-mk: Including libraries is broken
pasky at ucw.cz
pasky at ucw.cz
Fri Jul 6 16:25:23 UTC 2012
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 +0200
@@ -334,8 +334,8 @@
SYS_INCLUDES = $(patsubst %,-I%,$(SYS_LIBS)) $(patsubst %,-I%,$(USER_LIBS))
LIB_C_SRCS = $(wildcard $(patsubst %,%/*.c,$(SYS_LIBS)))
LIB_CPP_SRCS = $(wildcard $(patsubst %,%/*.cpp,$(SYS_LIBS)))
-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)))
LIB_OBJS = $(patsubst $(ARDUINO_LIB_PATH)/%.c,$(OBJDIR)/libs/%.o,$(LIB_C_SRCS)) \
$(patsubst $(ARDUINO_LIB_PATH)/%.cpp,$(OBJDIR)/libs/%.o,$(LIB_CPP_SRCS)) \
$(patsubst $(USER_LIB_PATH)/%.cpp,$(OBJDIR)/libs/%.o,$(USER_LIB_CPP_SRCS)) \
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=cs_CZ.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages arduino-mk depends on:
ii arduino-core 1:1.0.1+dfsg-3
ii libconfig-yaml-perl 1.42-2
ii perl-doc 5.14.2-12
arduino-mk recommends no packages.
arduino-mk suggests no packages.
-- no debconf information
More information about the debian-science-maintainers
mailing list