mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
memcached: bump to version 1.4.28
Removes the 64-bit atomic intrinsics constraint previously introduced. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
a396ec0f7c
commit
321ee11c1a
@ -2,7 +2,6 @@ config BR2_PACKAGE_MEMCACHED
|
|||||||
bool "memcached"
|
bool "memcached"
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
depends on BR2_TOOLCHAIN_HAS_SYNC_8
|
|
||||||
select BR2_PACKAGE_LIBEVENT
|
select BR2_PACKAGE_LIBEVENT
|
||||||
help
|
help
|
||||||
Memcached is an in-memory key-value store for small chunks
|
Memcached is an in-memory key-value store for small chunks
|
||||||
@ -14,4 +13,3 @@ config BR2_PACKAGE_MEMCACHED
|
|||||||
comment "memcached needs a toolchain w/ threads"
|
comment "memcached needs a toolchain w/ threads"
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
depends on BR2_USE_MMU
|
depends on BR2_USE_MMU
|
||||||
depends on BR2_TOOLCHAIN_HAS_SYNC_8
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# From http://www.memcached.org/files/memcached-1.4.27.tar.gz.sha1
|
# From http://www.memcached.org/files/memcached-1.4.28.tar.gz.sha1
|
||||||
sha1 b5869038dc5f2dce24f3a62806eadfd64d58662e memcached-1.4.27.tar.gz
|
sha1 c27662ca84933f5ebd837a86dde9378d05c1f200 memcached-1.4.28.tar.gz
|
||||||
# Calculated based on the hash above
|
# Calculated based on the hash above
|
||||||
sha256 96a90e7abec041a3c03258b6ce01ab21be16a9c594b7891a55567428392e8fe7 memcached-1.4.27.tar.gz
|
sha256 ef847bba60301cc600f06a8c64bf91c6c3f65ca507462951f918963297bcb816 memcached-1.4.28.tar.gz
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
MEMCACHED_VERSION = 1.4.27
|
MEMCACHED_VERSION = 1.4.28
|
||||||
MEMCACHED_SITE = http://www.memcached.org/files
|
MEMCACHED_SITE = http://www.memcached.org/files
|
||||||
MEMCACHED_DEPENDENCIES = libevent
|
MEMCACHED_DEPENDENCIES = libevent
|
||||||
MEMCACHED_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
|
MEMCACHED_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user