diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-01-18 14:22:40 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-19 02:20:59 -0800 |
commit | bd2ad24d7bc31902d4797c23e38dd1c58a1d1c6c (patch) | |
tree | 0c500023caa15371c33bc9786a4a5e894690e4db /meta-oe/recipes-extended/rsyslog | |
parent | ce41fe5acab3c77ae7cc60dfe8a0b7fe443a1b4d (diff) | |
download | meta-openembedded-bd2ad24d7bc31902d4797c23e38dd1c58a1d1c6c.tar.gz |
recipes: Make powerpc64le overrides
The existing conditions for ppc64/be are applicable for le as well
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/rsyslog')
-rw-r--r-- | meta-oe/recipes-extended/rsyslog/rsyslog_8.1911.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog_8.1911.0.bb b/meta-oe/recipes-extended/rsyslog/rsyslog_8.1911.0.bb index 02ac03eae..29bba2d9a 100644 --- a/meta-oe/recipes-extended/rsyslog/rsyslog_8.1911.0.bb +++ b/meta-oe/recipes-extended/rsyslog/rsyslog_8.1911.0.bb | |||
@@ -179,6 +179,7 @@ VALGRIND_linux-gnun32 = '' | |||
179 | 179 | ||
180 | # Disable for powerpc64 with musl | 180 | # Disable for powerpc64 with musl |
181 | VALGRIND_libc-musl_powerpc64 = '' | 181 | VALGRIND_libc-musl_powerpc64 = '' |
182 | VALGRIND_libc-musl_powerpc64le = '' | ||
182 | 183 | ||
183 | # RISC-V support for valgrind is not there yet | 184 | # RISC-V support for valgrind is not there yet |
184 | VALGRIND_riscv64 = "" | 185 | VALGRIND_riscv64 = "" |