diff options
Diffstat (limited to 'meta/toolchain-external.oe')
-rw-r--r-- | meta/toolchain-external.oe | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/meta/toolchain-external.oe b/meta/toolchain-external.oe deleted file mode 100644 index eb69461a2a..0000000000 --- a/meta/toolchain-external.oe +++ /dev/null @@ -1,14 +0,0 @@ -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() { -} - |