Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -0,0 +1,15 @@
################################################################################
#
# curlpp
#
################################################################################
CURLPP_VERSION = 0.8.1
CURLPP_SITE = https://github.com/jpbarrette/curlpp/archive
CURLPP_SOURCE = v$(CURLPP_VERSION).tar.gz
CURLPP_LICENSE = MIT
CURLPP_LICENSE_FILES = doc/LICENSE
CURLPP_INSTALL_STAGING = YES
CURLPP_DEPENDENCIES = libcurl
$(eval $(cmake-package))