mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
safec: aarch64 support added
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -14,7 +14,7 @@ SRC_URI = "git://github.com/rurban/safeclib.git \
|
||||
|
||||
CPPFLAGS_append_libc-musl = " -D_GNU_SOURCE"
|
||||
|
||||
COMPATIBLE_HOST = '(x86_64|i.86|powerpc|powerpc64|arm).*-linux'
|
||||
COMPATIBLE_HOST = '(x86_64|i.86|powerpc|powerpc64|arm|aarch64).*-linux'
|
||||
|
||||
PACKAGES =+ "${PN}-check"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user