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/native.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/native.bbclass')
-rw-r--r-- | meta/classes/native.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass index 3a4f572552..08106e345c 100644 --- a/meta/classes/native.bbclass +++ b/meta/classes/native.bbclass | |||
@@ -191,7 +191,6 @@ do_addto_recipe_sysroot[deptask] = "do_populate_sysroot" | |||
191 | inherit nopackages | 191 | inherit nopackages |
192 | 192 | ||
193 | do_packagedata[stamp-extra-info] = "" | 193 | do_packagedata[stamp-extra-info] = "" |
194 | do_populate_sysroot[stamp-extra-info] = "" | ||
195 | 194 | ||
196 | USE_NLS = "no" | 195 | USE_NLS = "no" |
197 | 196 | ||