diff options
-rw-r--r-- | meta/toolchain-external.oe | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/toolchain-external.oe b/meta/toolchain-external.oe index e69de29bb2..eb69461a2a 100644 --- a/meta/toolchain-external.oe +++ b/meta/toolchain-external.oe @@ -0,0 +1,14 @@ +DESCRIPTION = "The GNU cc and gcc C compilers." +LICENSE = "GPL" +MAINTAINER = "Greg Gilbert <greg@treke.net>" + +PROVIDES = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}gcc-initial" + +inherit native + +do_stage() { +} + +do_install() { +} + |