From 48309c65be4d417397793d447e23106e086d8237 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Thu, 25 Oct 2018 12:01:10 +0200 Subject: redis: fix build for qemuarm disabling atomics Apply the same patch used for mips. Fix |ld: networking.o: in function `createClient': | /usr/src/debug/redis/4.0.8-r0/redis-4.0.8/src/networking.c:93: undefined reference to `__atomic_fetch_add_8' Signed-off-by: Andrea Adami Signed-off-by: Khem Raj --- meta-oe/recipes-extended/redis/redis_4.0.8.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-oe') diff --git a/meta-oe/recipes-extended/redis/redis_4.0.8.bb b/meta-oe/recipes-extended/redis/redis_4.0.8.bb index b6f37e9db8..80d36d2ba1 100644 --- a/meta-oe/recipes-extended/redis/redis_4.0.8.bb +++ b/meta-oe/recipes-extended/redis/redis_4.0.8.bb @@ -16,6 +16,7 @@ SRC_URI = "http://download.redis.io/releases/${BP}.tar.gz \ " SRC_URI_append_mips = " file://remove-atomics.patch" +SRC_URI_append_arm = " file://remove-atomics.patch" SRC_URI[md5sum] = "c75b11e4177e153e4dc1d8dd3a6174e4" SRC_URI[sha256sum] = "ff0c38b8c156319249fec61e5018cf5b5fe63a65b61690bec798f4c998c232ad" -- cgit 1.2.3-korg