c7f4b96471
Since the trailing slash is stripped from $($(PKG)_SITE) by pkg-generic.mk: $(call DOWNLOAD,$($(PKG)_SITE:/=)/$($(PKG)_SOURCE)) so it is redundant. This patch removes it from $(PKG)_SITE variable for BR consistency. Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 lines
589 B
Makefile
16 lines
589 B
Makefile
################################################################################
|
|
#
|
|
# liburcu
|
|
#
|
|
################################################################################
|
|
|
|
LIBURCU_VERSION = 0.8.4
|
|
LIBURCU_SITE = http://lttng.org/files/urcu
|
|
LIBURCU_SOURCE = userspace-rcu-$(LIBURCU_VERSION).tar.bz2
|
|
LIBURCU_LICENSE = LGPLv2.1+ for the library; MIT-like license for few source files listed in LICENSE; GPLv2+ for test; GPLv3 for few *.m4 files
|
|
LIBURCU_LICENSE_FILES = lgpl-2.1.txt lgpl-relicensing.txt gpl-2.0.txt LICENSE
|
|
|
|
LIBURCU_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|