Browse Source

libgcc-external: also PROVIDES libgcc-initial

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Christopher Larson 3 years ago
parent
commit
6d7bb28cf2
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

@@ -2,6 +2,7 @@ SUMMARY = "The GNU Compiler Collection - libgcc"
 HOMEPAGE = "http://www.gnu.org/software/gcc/"
 SECTION = "devel"
 DEPENDS += "virtual/${TARGET_PREFIX}binutils"
+PROVIDES += "libgcc-initial"
 PV = "${GCC_VERSION}"
 
 inherit external-toolchain