update buildroot to 2017.02.11
This commit is contained in:
11
bsp/buildroot-2017.02.11/package/librsync/Config.in
Normal file
11
bsp/buildroot-2017.02.11/package/librsync/Config.in
Normal file
@@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_LIBRSYNC
|
||||
bool "librsync"
|
||||
select BR2_PACKAGE_ZLIB
|
||||
select BR2_PACKAGE_BZIP2
|
||||
select BR2_PACKAGE_POPT
|
||||
help
|
||||
librsync implements the rolling-checksum algorithm of
|
||||
remote file synchronization that was popularized by the
|
||||
rsync utility and is used in rproxy.
|
||||
|
||||
https://github.com/librsync/librsync
|
||||
2
bsp/buildroot-2017.02.11/package/librsync/librsync.hash
Normal file
2
bsp/buildroot-2017.02.11/package/librsync/librsync.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally computed:
|
||||
sha256 b5c4dd114289832039397789e42d4ff0d1108ada89ce74f1999398593fae2169 librsync-v2.0.0.tar.gz
|
||||
14
bsp/buildroot-2017.02.11/package/librsync/librsync.mk
Normal file
14
bsp/buildroot-2017.02.11/package/librsync/librsync.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# librsync
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBRSYNC_VERSION = v2.0.0
|
||||
LIBRSYNC_SITE = $(call github,librsync,librsync,$(LIBRSYNC_VERSION))
|
||||
LIBRSYNC_LICENSE = LGPLv2.1+
|
||||
LIBRSYNC_LICENSE_FILES = COPYING
|
||||
LIBRSYNC_INSTALL_STAGING = YES
|
||||
LIBRSYNC_DEPENDENCIES = zlib bzip2 popt
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user