diff options
| author | Moorthy <36617743+moorthy-bs@users.noreply.github.com> | 2020-04-16 19:54:20 +0530 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-04-16 11:40:40 -0700 |
| commit | 77bb27172155a18beb399000ce126a737647fb4a (patch) | |
| tree | d06fba9c854a14b02d0a7285c414258ced2a0bc3 | |
| parent | 26fed9b4231ca35d0fde67778f040bc9e950c3a7 (diff) | |
| download | meta-openembedded-77bb27172155a18beb399000ce126a737647fb4a.tar.gz | |
safec: aarch64 support added
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-core/safec/safec_3.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/safec/safec_3.5.bb b/meta-oe/recipes-core/safec/safec_3.5.bb index 66b1f6a1aa..94cdb3a3c3 100644 --- a/meta-oe/recipes-core/safec/safec_3.5.bb +++ b/meta-oe/recipes-core/safec/safec_3.5.bb | |||
| @@ -14,7 +14,7 @@ SRC_URI = "git://github.com/rurban/safeclib.git \ | |||
| 14 | 14 | ||
| 15 | CPPFLAGS_append_libc-musl = " -D_GNU_SOURCE" | 15 | CPPFLAGS_append_libc-musl = " -D_GNU_SOURCE" |
| 16 | 16 | ||
| 17 | COMPATIBLE_HOST = '(x86_64|i.86|powerpc|powerpc64|arm).*-linux' | 17 | COMPATIBLE_HOST = '(x86_64|i.86|powerpc|powerpc64|arm|aarch64).*-linux' |
| 18 | 18 | ||
| 19 | PACKAGES =+ "${PN}-check" | 19 | PACKAGES =+ "${PN}-check" |
| 20 | 20 | ||
