Merge pull request #103 from kergoth/strip-error

libgcc-external: dep on binutils, for strip
This commit is contained in:
Christopher Larson
2015-10-15 11:26:02 -07:00

View File

@@ -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}"