kumquat-buildroot/package/snappy/snappy.mk
Fabrice Fontaine 4317b1f9f2 package/snappy: bump to version 1.1.9
- Disable benchmarks through option added by
  4ebd8b2f23
- Update indentation in hash file (two spaces)

https://github.com/google/snappy/releases/tag/1.1.9

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-01-12 11:36:00 +01:00

16 lines
480 B
Makefile

################################################################################
#
# snappy
#
################################################################################
SNAPPY_VERSION = 1.1.9
SNAPPY_SITE = $(call github,google,snappy,$(SNAPPY_VERSION))
SNAPPY_LICENSE = BSD-3-Clause
SNAPPY_LICENSE_FILES = COPYING
SNAPPY_CPE_ID_VENDOR = google
SNAPPY_INSTALL_STAGING = YES
SNAPPY_CONF_OPTS = -DSNAPPY_BUILD_BENCHMARKS=OFF -DSNAPPY_BUILD_TESTS=OFF
$(eval $(cmake-package))