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
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/snappy/snappy.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/snappy/snappy.mk
new file mode 100644 (file)
index 0000000..6bda7ce
--- /dev/null
@@ -0,0 +1,16 @@
+################################################################################
+#
+# 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
+
+$(eval $(autotools-package))