diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2019-09-05 13:44:15 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-06 08:15:45 +0100 |
commit | 1c115da44666f8ab1e39cd0b20111464b08ed945 (patch) | |
tree | 2707d62ea8736af6cbe4de5905cf95d3386d2464 /meta/classes | |
parent | aaa6e45a286180150e182ba28a3092b6975d3615 (diff) | |
download | poky-1c115da44666f8ab1e39cd0b20111464b08ed945.tar.gz |
Clean up remnants of glibc-initial
Remove remnants of the glibc-initial recipe.
(From OE-Core rev: 332b1e21db3e0cbeeb14f12dd6aeedb89b76d761)
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/staging.bbclass | 2 |
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 |