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 | |
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>
-rw-r--r-- | meta/classes/cross.bbclass | 1 | ||||
-rw-r--r-- | meta/classes/crosssdk.bbclass | 1 | ||||
-rw-r--r-- | meta/classes/native.bbclass | 1 | ||||
-rw-r--r-- | meta/classes/nativesdk.bbclass | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/meta/classes/cross.bbclass b/meta/classes/cross.bbclass index 6dcddd6f2e..bfec91d043 100644 --- a/meta/classes/cross.bbclass +++ b/meta/classes/cross.bbclass | |||
@@ -70,7 +70,6 @@ libdir = "${exec_prefix}/lib/${CROSS_TARGET_SYS_DIR}" | |||
70 | libexecdir = "${exec_prefix}/libexec/${CROSS_TARGET_SYS_DIR}" | 70 | libexecdir = "${exec_prefix}/libexec/${CROSS_TARGET_SYS_DIR}" |
71 | 71 | ||
72 | do_populate_sysroot[sstate-inputdirs] = "${SYSROOT_DESTDIR}/${STAGING_DIR_NATIVE}/" | 72 | do_populate_sysroot[sstate-inputdirs] = "${SYSROOT_DESTDIR}/${STAGING_DIR_NATIVE}/" |
73 | do_populate_sysroot[stamp-extra-info] = "" | ||
74 | do_packagedata[stamp-extra-info] = "" | 73 | do_packagedata[stamp-extra-info] = "" |
75 | 74 | ||
76 | do_install () { | 75 | do_install () { |
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 |
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 | ||
diff --git a/meta/classes/nativesdk.bbclass b/meta/classes/nativesdk.bbclass index 03135acedc..7b75710726 100644 --- a/meta/classes/nativesdk.bbclass +++ b/meta/classes/nativesdk.bbclass | |||
@@ -107,7 +107,6 @@ python () { | |||
107 | addhandler nativesdk_virtclass_handler | 107 | addhandler nativesdk_virtclass_handler |
108 | nativesdk_virtclass_handler[eventmask] = "bb.event.RecipePreFinalise" | 108 | nativesdk_virtclass_handler[eventmask] = "bb.event.RecipePreFinalise" |
109 | 109 | ||
110 | do_populate_sysroot[stamp-extra-info] = "" | ||
111 | do_packagedata[stamp-extra-info] = "" | 110 | do_packagedata[stamp-extra-info] = "" |
112 | 111 | ||
113 | USE_NLS = "${SDKUSE_NLS}" | 112 | USE_NLS = "${SDKUSE_NLS}" |