From: Michael Lauer Date: Mon, 19 Apr 2004 20:05:31 +0000 (+0000) Subject: Merge bk://openembedded@openembedded.bkbits.net/packages X-Git-Tag: Release-2010-05/1~19640 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77f9dc20916b010f41d87dc880a8cbc67d32769f;p=openembedded.git Merge bk://openembedded@openembedded.bkbits.net/packages into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages 2004/04/19 11:44:49-07:00 (none)!ggilbert toolchain-external.oe: This package is screwing up the dependency tree and needs to inherit native to fix it. BKrev: 4084310bgsn2b6sktCskpVzxThmMoA --- diff --git a/virtual/toolchain-external.oe b/virtual/toolchain-external.oe index 5808287c62..cb90cd03fe 100644 --- a/virtual/toolchain-external.oe +++ b/virtual/toolchain-external.oe @@ -1,6 +1,7 @@ DESCRIPTION = "The GNU cc and gcc C compilers." LICENSE = "GPL" MAINTAINER = "Greg Gilbert " -THIS_IS_NATIVE = "1" PROVIDES = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}gcc-initial" + +inherit native