Blame view

buildroot/buildroot-2016.08.1/package/liburcu/liburcu.mk 610 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  ################################################################################
  #
  # liburcu
  #
  ################################################################################
  
  LIBURCU_VERSION = 0.8.7
  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_AUTORECONF = YES
  LIBURCU_INSTALL_STAGING = YES
  
  $(eval $(autotools-package))