mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
bce1210d2e
commit
48309c65be
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user