mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
redis: Inherit pkgconfig
The Makefile uses pkg-config if USE_SYSTEMD is "yes". Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
092502feed
commit
0d6871a86b
@@ -19,7 +19,7 @@ SRC_URI = "http://download.redis.io/releases/${BP}.tar.gz \
|
||||
"
|
||||
SRC_URI[sha256sum] = "ca999be08800edc6d265379c4c7aafad92f0ee400692e4e2d69829ab4b4c3d08"
|
||||
|
||||
inherit autotools-brokensep update-rc.d systemd useradd
|
||||
inherit autotools-brokensep pkgconfig update-rc.d systemd useradd
|
||||
|
||||
FINAL_LIBS:x86:toolchain-clang = "-latomic"
|
||||
FINAL_LIBS:riscv32:toolchain-clang = "-latomic"
|
||||
|
||||
Reference in New Issue
Block a user