diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-24 17:50:45 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-27 16:48:10 +0000 |
commit | 899d5579f65efb1aa3eb058f3e314c11165cff7d (patch) | |
tree | 12d1bb6aaf5f6e952831d37f62cb1ce3aaf5e104 /meta/classes/crosssdk.bbclass | |
parent | 57cee941e77f8017fe480410bbcf7217e1da430e (diff) | |
download | poky-899d5579f65efb1aa3eb058f3e314c11165cff7d.tar.gz |
native/cross/nativesdk: Drop obsolete do_populate_sysroot[stamp-extra-info]
With recipe specific sysroot, these settings do nothing. Drop
the obsolete code.
(From OE-Core rev: 6269f1935f5fd2d9397045566f2e0e4fc0df85cb)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/crosssdk.bbclass')
-rw-r--r-- | meta/classes/crosssdk.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/crosssdk.bbclass b/meta/classes/crosssdk.bbclass index c0c0bfee16..c718a09025 100644 --- a/meta/classes/crosssdk.bbclass +++ b/meta/classes/crosssdk.bbclass | |||
@@ -37,7 +37,6 @@ target_prefix = "${SDKPATHNATIVE}${prefix_nativesdk}" | |||
37 | target_exec_prefix = "${SDKPATHNATIVE}${prefix_nativesdk}" | 37 | target_exec_prefix = "${SDKPATHNATIVE}${prefix_nativesdk}" |
38 | baselib = "lib" | 38 | baselib = "lib" |
39 | 39 | ||
40 | do_populate_sysroot[stamp-extra-info] = "" | ||
41 | do_packagedata[stamp-extra-info] = "" | 40 | do_packagedata[stamp-extra-info] = "" |
42 | 41 | ||
43 | # Need to force this to ensure consitency across architectures | 42 | # Need to force this to ensure consitency across architectures |