mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-04 06:54:36 +02:00
Merge pull request #103 from kergoth/strip-error
libgcc-external: dep on binutils, for strip
This commit is contained in:
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user