1 ################################################################################
5 ################################################################################
8 BCUSDK_SOURCE
= bcusdk_
$(BCUSDK_VERSION
).
tar.gz
9 BCUSDK_SITE
= http
://www.auto.tuwien.ac.at
/~mkoegler
/eib
10 BCUSDK_LICENSE
= GPLv2
+
11 BCUSDK_LICENSE_FILES
= COPYING
12 BCUSDK_INSTALL_STAGING
= YES
18 --enable-eibnetipserver \
19 --enable-eibnetiptunnel \
21 --with-pth
=$(STAGING_DIR
)/usr
23 BCUSDK_DEPENDENCIES
= \
25 $(if
$(BR2_PACKAGE_ARGP_STANDALONE
),argp-standalone
)
28 define BCUSDK_REMOVE_EXAMPLES
29 $(RM
) -rf
$(TARGET_DIR
)/usr
/share
/bcusdk
32 BCUSDK_POST_INSTALL_TARGET_HOOKS
+= BCUSDK_REMOVE_EXAMPLES
34 $(eval
$(autotools-package
))