update buildroot to 2017.02.11
This commit is contained in:
13
bsp/buildroot-2017.02.11/package/yajl/yajl.mk
Normal file
13
bsp/buildroot-2017.02.11/package/yajl/yajl.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# yajl
|
||||
#
|
||||
################################################################################
|
||||
|
||||
YAJL_VERSION = 2.1.0
|
||||
YAJL_SITE = $(call github,lloyd,yajl,$(YAJL_VERSION))
|
||||
YAJL_INSTALL_STAGING = YES
|
||||
YAJL_LICENSE = ISC
|
||||
YAJL_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user