summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/glibc/glibc-initial.inc3
-rw-r--r--meta/recipes-devtools/gcc/gcc-cross-initial.inc4
-rw-r--r--meta/recipes-devtools/gcc/libgcc-initial.inc3
3 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc-initial.inc b/meta/recipes-core/glibc/glibc-initial.inc
index f94603c28c..b86e2fb2db 100644
--- a/meta/recipes-core/glibc/glibc-initial.inc
+++ b/meta/recipes-core/glibc/glibc-initial.inc
@@ -52,3 +52,6 @@ do_siteconfig () {
52} 52}
53 53
54inherit nopackages 54inherit nopackages
55
56# We really only want this built by things that need it, not any recrdeptask
57deltask do_build
diff --git a/meta/recipes-devtools/gcc/gcc-cross-initial.inc b/meta/recipes-devtools/gcc/gcc-cross-initial.inc
index 5c0208a3fa..d440d88e53 100644
--- a/meta/recipes-devtools/gcc/gcc-cross-initial.inc
+++ b/meta/recipes-devtools/gcc/gcc-cross-initial.inc
@@ -82,3 +82,7 @@ do_populate_sysroot[sstate-outputdirs] = "${STAGING_DIR}-components/${PACKAGE_AR
82inherit nopackages 82inherit nopackages
83 83
84COMPILERINITIAL = "-initial" 84COMPILERINITIAL = "-initial"
85
86
87# We really only want this built by things that need it, not any recrdeptask
88deltask do_build
diff --git a/meta/recipes-devtools/gcc/libgcc-initial.inc b/meta/recipes-devtools/gcc/libgcc-initial.inc
index 5b4bc3b5a9..950ad861e7 100644
--- a/meta/recipes-devtools/gcc/libgcc-initial.inc
+++ b/meta/recipes-devtools/gcc/libgcc-initial.inc
@@ -15,3 +15,6 @@ EXTRA_OECONF += "--disable-shared"
15COMPILERINITIAL = "-initial" 15COMPILERINITIAL = "-initial"
16 16
17inherit nopackages 17inherit nopackages
18
19# We really only want this built by things that need it, not any recrdeptask
20deltask do_build