The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / snappy / snappy.mk
1 ################################################################################
2 #
3 # snappy
4 #
5 ################################################################################
6
7 SNAPPY_VERSION = 1ff9be9b8fafc8528ca9e055646f5932aa5db9c4
8 SNAPPY_SITE = $(call github,google,snappy,$(SNAPPY_VERSION))
9 SNAPPY_LICENSE = BSD-3c
10 SNAPPY_LICENSE_FILES = COPYING
11 # from git
12 SNAPPY_AUTORECONF = YES
13 SNAPPY_DEPENDENCIES = host-pkgconf
14 SNAPPY_INSTALL_STAGING = YES
15
16 $(eval $(autotools-package))