Peter Korsgaard
2015-05-03 13:33:02 +02:00
parent 0d9d8984a9
commit 25206d6e26
2 changed files with 5 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ config BR2_PACKAGE_BCUSDK
depends on BR2_USE_MMU # libpthsem
depends on BR2_INSTALL_LIBSTDCPP
select BR2_PACKAGE_LIBPTHSEM
select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC
help
A free development environment for the Bus Coupling Units of
the European Installation Bus.

View File

@@ -20,7 +20,10 @@ BCUSDK_CONF_OPTS = \
--without-pth-test \
--with-pth=$(STAGING_DIR)/usr
BCUSDK_DEPENDENCIES = libpthsem
BCUSDK_DEPENDENCIES = \
libpthsem \
$(if $(BR2_PACKAGE_ARGP_STANDALONE),argp-standalone)
define BCUSDK_REMOVE_EXAMPLES
$(RM) -rf $(TARGET_DIR)/usr/share/bcusdk