[oe-commits] [meta-openembedded] 02/16: redis: fix build for qemuarm disabling atomics

git at git.openembedded.org git at git.openembedded.org
Mon Oct 29 04:39:34 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 48309c65be4d417397793d447e23106e086d8237
Author: Andrea Adami <andrea.adami at gmail.com>
AuthorDate: Thu Oct 25 12:01:10 2018 +0200

    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 <andrea.adami at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-extended/redis/redis_4.0.8.bb | 1 +
 1 file changed, 1 insertion(+)

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 b6f37e9..80d36d2 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list