diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-05-03 15:38:11 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-05-03 15:38:11 +0000 |
commit | f5ac097623152a156b487d18f380a6352e29ecbd (patch) | |
tree | 9736a6181e4121724aea9367c057988bd829c750 /meta | |
parent | 5428c35c8a6560f320692c84816c860cb07ecb74 (diff) |
adieu my precious
BKrev: 40966763VyK5JR2waYS8_IXuFFTqJQ
Diffstat (limited to 'meta')
-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() { -} - |