diff options
author | erich@mine.nu <erich@mine.nu> | 2004-04-07 18:37:05 +0000 |
---|---|---|
committer | erich@mine.nu <erich@mine.nu> | 2004-04-07 18:37:05 +0000 |
commit | c02cac4ad4cd7025422f2dc4037028231695f569 (patch) | |
tree | 244b6d0c060e776f103be4c8fe7886997718f1b2 | |
parent | cdc255ec9fc13cd710230759b3af274b7c96b362 (diff) |
toolchain-external sets THIS_IS_NATIVE (since it is native, even though it is virtual). This will prevent virtual/libc and virtual/${TARGET_PREFIX}gcc from being added as dependencies
BKrev: 40744a51PLhIkfiJb6vjldIttscrKw
-rw-r--r-- | virtual/toolchain-external.oe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/virtual/toolchain-external.oe b/virtual/toolchain-external.oe index 34bbd41338..5808287c62 100644 --- a/virtual/toolchain-external.oe +++ b/virtual/toolchain-external.oe @@ -1,5 +1,6 @@ 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" |