mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
bcusdk: new package
[Peter: tweak comment] [Thomas: various fixes/improvements] Signed-off-by: Gregory Hermant <gregory.hermant@calao-systems.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
468e9595be
commit
94e147012b
26
package/bcusdk/bcusdk.mk
Normal file
26
package/bcusdk/bcusdk.mk
Normal file
@@ -0,0 +1,26 @@
|
||||
#############################################################
|
||||
#
|
||||
# bcusck
|
||||
#
|
||||
#############################################################
|
||||
|
||||
BCUSDK_VERSION = 0.0.5
|
||||
BCUSDK_SOURCE = bcusdk_$(BCUSDK_VERSION).tar.gz
|
||||
BCUSDK_SITE = http://www.auto.tuwien.ac.at/~mkoegler/eib/
|
||||
BCUSDK_LICENSE = GPLv2+
|
||||
BCUSDK_LICENSE_FILES = COPYING
|
||||
BCUSDK_INSTALL_STAGING = YES
|
||||
BCUSDK_CONF_OPT = --enable-onlyeibd --enable-ft12 --enable-pei16 \
|
||||
--enable-eibnetip --enable-eibnetipserver \
|
||||
--enable-eibnetiptunnel --without-pth-test \
|
||||
--with-pth=$(STAGING_DIR)/usr
|
||||
|
||||
BCUSDK_DEPENDENCIES = libpthsem
|
||||
|
||||
define BCUSDK_REMOVE_EXAMPLES
|
||||
$(RM) -rf $(TARGET_DIR)/usr/share/bcusdk
|
||||
endef
|
||||
|
||||
BCUSDK_POST_INSTALL_TARGET_HOOKS += BCUSDK_REMOVE_EXAMPLES
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user