Browse Source

gcc-runtime-external: libgomp should dep on libc

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Christopher Larson 5 years ago
parent
commit
f56f25978e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      recipes-external/gcc/gcc-runtime-external.bb

+ 1 - 0
recipes-external/gcc/gcc-runtime-external.bb

@@ -59,4 +59,5 @@ FILES_libgomp-dev += "\
 BBCLASSEXTEND = ""
 
 RDEPENDS_libatomic += "${TCLIBC}"
+RDEPENDS_libgomp += "${TCLIBC}"
 RDEPENDS_libssp += "${TCLIBC}"