e1502ebc0c
Also remove the redundant $(call ...). This is a purely mechanical change, performed with find package linux toolchain boot -name \*.mk | \ xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \ -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \ -e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
13 lines
406 B
Makefile
13 lines
406 B
Makefile
#############################################################
|
|
#
|
|
# librsync
|
|
#
|
|
#############################################################
|
|
LIBRSYNC_VERSION:=0.9.7
|
|
LIBRSYNC_SOURCE:=librsync-$(LIBRSYNC_VERSION).tar.gz
|
|
LIBRSYNC_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/librsync/
|
|
LIBRSYNC_INSTALL_STAGING = YES
|
|
LIBRSYNC_DEPENDENCIES = zlib bzip2 popt
|
|
|
|
$(eval $(autotools-package))
|