Browse Source

libgcc-external: dep on binutils, for strip

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

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

@@ -1,6 +1,7 @@
 SUMMARY = "The GNU Compiler Collection - libgcc"
 HOMEPAGE = "http://www.gnu.org/software/gcc/"
 SECTION = "devel"
+DEPENDS += "virtual/${TARGET_PREFIX}binutils"
 GCC_VERSION := "${@oe.external.run(d, 'gcc', '-dumpversion').rstrip()}"
 PV = "${GCC_VERSION}"