update buildroot to 2017.02.11
This commit is contained in:
22
bsp/buildroot-2017.02.11/package/cdrkit/cdrkit.mk
Normal file
22
bsp/buildroot-2017.02.11/package/cdrkit/cdrkit.mk
Normal file
@@ -0,0 +1,22 @@
|
||||
################################################################################
|
||||
#
|
||||
# cdrkit
|
||||
#
|
||||
################################################################################
|
||||
|
||||
CDRKIT_VERSION = 1.1.11
|
||||
CDRKIT_SOURCE = cdrkit_$(CDRKIT_VERSION).orig.tar.gz
|
||||
CDRKIT_SITE = http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/c/cdrkit
|
||||
CDRKIT_DEPENDENCIES = libcap bzip2 zlib
|
||||
HOST_CDRKIT_DEPENDENCIES = host-libcap host-bzip2 host-zlib
|
||||
CDRKIT_LICENSE = GPLv2
|
||||
CDRKIT_LICENSE_FILES = COPYING
|
||||
|
||||
ifeq ($(BR2_ENDIAN),"BIG")
|
||||
CDRKIT_CONF_OPTS += -DBITFIELDS_HTOL=1
|
||||
else
|
||||
CDRKIT_CONF_OPTS += -DBITFIELDS_HTOL=0
|
||||
endif
|
||||
|
||||
$(eval $(cmake-package))
|
||||
$(eval $(host-cmake-package))
|
||||
Reference in New Issue
Block a user