From d3977fb6359c19a56cd1ea3bd5b5f4e7cd9d388c Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Wed, 28 Apr 2004 17:31:22 +0000 Subject: fix toolchain-external do_install() BKrev: 408fea6aXv7ZQO8j41IHuMKlgMOBRQ --- meta/toolchain-external.oe | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 " + +PROVIDES = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}gcc-initial" + +inherit native + +do_stage() { +} + +do_install() { +} + -- cgit v1.2.3