summaryrefslogtreecommitdiffstats
path: root/meta/classes/staging.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/staging.bbclass')
-rw-r--r--meta/classes/staging.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass
index cdc342dbb9..55a9b52ed2 100644
--- a/meta/classes/staging.bbclass
+++ b/meta/classes/staging.bbclass
@@ -197,7 +197,7 @@ def staging_populate_sysroot_dir(targetsysroot, nativesysroot, native, d):
197 for pkgarch in pkgarchs: 197 for pkgarch in pkgarchs:
198 for manifest in glob.glob(d.expand("${SSTATE_MANIFESTS}/manifest-%s-*.populate_sysroot" % pkgarch)): 198 for manifest in glob.glob(d.expand("${SSTATE_MANIFESTS}/manifest-%s-*.populate_sysroot" % pkgarch)):
199 if manifest.endswith("-initial.populate_sysroot"): 199 if manifest.endswith("-initial.populate_sysroot"):
200 # skip glibc-initial and libgcc-initial due to file overlap 200 # skip libgcc-initial due to file overlap
201 continue 201 continue
202 if not native and (manifest.endswith("-native.populate_sysroot") or "nativesdk-" in manifest): 202 if not native and (manifest.endswith("-native.populate_sysroot") or "nativesdk-" in manifest):
203 continue 203 continue