Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/4] gcc-sanitizers: Add missing dep on libcrypt
@ 2019-12-22  4:05 Khem Raj
  2019-12-22  4:05 ` [PATCH 2/4] gcc-sanitizers: Fix build with glibc 2.31 Khem Raj
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Khem Raj @ 2019-12-22  4:05 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-devtools/gcc/gcc-sanitizers.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/gcc/gcc-sanitizers.inc b/meta/recipes-devtools/gcc/gcc-sanitizers.inc
index 8b1d1c94bf..668e14a59f 100644
--- a/meta/recipes-devtools/gcc/gcc-sanitizers.inc
+++ b/meta/recipes-devtools/gcc/gcc-sanitizers.inc
@@ -43,7 +43,7 @@ do_install () {
 
 INHIBIT_DEFAULT_DEPS = "1"
 ALLOW_EMPTY_${PN} = "1"
-DEPENDS = "gcc-runtime virtual/${TARGET_PREFIX}gcc"
+DEPENDS = "virtual/crypt gcc-runtime virtual/${TARGET_PREFIX}gcc"
 
 # used to fix ../../../../../../../../../work-shared/gcc-8.3.0-r0/gcc-8.3.0/libsanitizer/libbacktrace/../../libbacktrace/elf.c:772:21: error: 'st.st_mode' may be used uninitialized in this function [-Werror=maybe-uninitialized]
 DEBUG_OPTIMIZATION_append = " -Wno-error"
-- 
2.24.1



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-12-22 17:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-22  4:05 [PATCH 1/4] gcc-sanitizers: Add missing dep on libcrypt Khem Raj
2019-12-22  4:05 ` [PATCH 2/4] gcc-sanitizers: Fix build with glibc 2.31 Khem Raj
2019-12-22  4:05 ` [PATCH 3/4] qemu: Replace stime() API with clock_settime Khem Raj
2019-12-22  4:05 ` [PATCH 4/4] linux-yocto: Fix build with gcc10 Khem Raj
2019-12-22 17:04   ` Bruce Ashfield
2019-12-22 17:37     ` Bruce Ashfield
2019-12-22  4:32 ` ✗ patchtest: failure for "gcc-sanitizers: Add missing de..." and 3 more Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox