diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-04-19 20:05:31 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-04-19 20:05:31 +0000 |
commit | 77f9dc20916b010f41d87dc880a8cbc67d32769f (patch) | |
tree | bb0dd96c72ca55c9c9d194171debc5a8f0f26965 /virtual | |
parent | 97218e63d3bc8eef66e513a74f0476b905f1dc64 (diff) |
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
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/toolchain-external.oe | 3 |
1 files changed, 2 insertions, 1 deletions
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 <greg@treke.net>" -THIS_IS_NATIVE = "1" PROVIDES = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}gcc-initial" + +inherit native |