summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/glibc/glibc_2.35.bb1
-rw-r--r--meta/recipes-devtools/gcc/gcc_12.1.bb1
-rw-r--r--meta/recipes-devtools/git/git_2.36.1.bb1
-rw-r--r--meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb1
4 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.35.bb b/meta/recipes-core/glibc/glibc_2.35.bb
index 96fe39c548c..f561e65f695 100644
--- a/meta/recipes-core/glibc/glibc_2.35.bb
+++ b/meta/recipes-core/glibc/glibc_2.35.bb
@@ -119,5 +119,6 @@ do_compile () {
}
require glibc-package.inc
+do_install:append = " "
BBCLASSEXTEND = "nativesdk"
diff --git a/meta/recipes-devtools/gcc/gcc_12.1.bb b/meta/recipes-devtools/gcc/gcc_12.1.bb
index 255fe552bdc..a0bdb9a77f1 100644
--- a/meta/recipes-devtools/gcc/gcc_12.1.bb
+++ b/meta/recipes-devtools/gcc/gcc_12.1.bb
@@ -1,5 +1,6 @@
require recipes-devtools/gcc/gcc-${PV}.inc
require gcc-target.inc
+do_install:append = " "
# Building with thumb enabled on armv4t armv5t fails with
# | gcc-4.8.1-r0/gcc-4.8.1/gcc/cp/decl.c:7438:(.text.unlikely+0x2fa): relocation truncated to fit: R_ARM_THM_CALL against symbol `fancy_abort(char const*, int, char const*)' defined in .glue_7 section in linker stubs
diff --git a/meta/recipes-devtools/git/git_2.36.1.bb b/meta/recipes-devtools/git/git_2.36.1.bb
index 07e416282b4..5f761db11d8 100644
--- a/meta/recipes-devtools/git/git_2.36.1.bb
+++ b/meta/recipes-devtools/git/git_2.36.1.bb
@@ -166,3 +166,4 @@ EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \
EXTRA_OEMAKE += "NO_GETTEXT=1"
SRC_URI[tarball.sha256sum] = "37d936fd17c81aa9ddd3dba4e56e88a45fa534ad0ba946454e8ce818760c6a2c"
+do_install:append = " "
diff --git a/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb b/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb
index aa9e499c772..e19121b9aaa 100644
--- a/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb
+++ b/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb
@@ -24,6 +24,7 @@ do_install() {
install -m 755 ${WORKDIR}/qemu-oe-bridge-helper ${D}${bindir}/
}
+do_install:append = " "
DEPENDS += "qemu-system-native"
addtask addto_recipe_sysroot after do_populate_sysroot before do_build