Blame view

buildroot/buildroot-2016.08.1/package/snappy/snappy.mk 531 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  ################################################################################
  #
  # snappy
  #
  ################################################################################
  
  SNAPPY_VERSION = 1ff9be9b8fafc8528ca9e055646f5932aa5db9c4
  SNAPPY_SITE = $(call github,google,snappy,$(SNAPPY_VERSION))
  SNAPPY_LICENSE = BSD-3c
  SNAPPY_LICENSE_FILES = COPYING
  # from git
  SNAPPY_AUTORECONF = YES
  SNAPPY_DEPENDENCIES = host-pkgconf
  SNAPPY_INSTALL_STAGING = YES
  
  # Disable tests
  SNAPPY_CONF_OPTS = --disable-gtest
  
  $(eval $(autotools-package))