From c02cac4ad4cd7025422f2dc4037028231695f569 Mon Sep 17 00:00:00 2001 From: "erich@mine.nu" Date: Wed, 7 Apr 2004 18:37:05 +0000 Subject: [PATCH] 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 --- virtual/toolchain-external.oe | 1 + 1 file changed, 1 insertion(+) 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 " +THIS_IS_NATIVE = "1" PROVIDES = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}gcc-initial" -- 2.39.5