summaryrefslogtreecommitdiffstats
path: root/meta/classes/multilib.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-15 19:04:12 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-28 12:00:15 +0100
commit7fb583aa95a2fc41c9b3125e6f691ad824ebfc6e (patch)
treef7922f37e090807243dbe7d0531c903a2175970d /meta/classes/multilib.bbclass
parenteb7b1a58ceaab7fde4dc954eb4df4247d6c7c6d8 (diff)
downloadpoky-7fb583aa95a2fc41c9b3125e6f691ad824ebfc6e.tar.gz
multilib: Drop populate_sdk variable manipulation
I believe this code dates from previous times when we didn't extend the TOOLCHAIN_TARGET* variables to cover all multilibs. We now do this so this code acutally breaks things by removing the non-multilib variants. By changing this, a multilib SDK now contains both sets of base libraries which matches the tools we ship with it. If the user wishes to customise, this also becomes easier. (From OE-Core rev: 568b81b5102213643e382d31a4e5e56f90ee6ff9) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/multilib.bbclass')
-rw-r--r--meta/classes/multilib.bbclass4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/classes/multilib.bbclass b/meta/classes/multilib.bbclass
index 8f61d8d41a..c0cb6d7294 100644
--- a/meta/classes/multilib.bbclass
+++ b/meta/classes/multilib.bbclass
@@ -93,10 +93,6 @@ python __anonymous () {
93 # FIXME, we need to map this to something, not delete it! 93 # FIXME, we need to map this to something, not delete it!
94 d.setVar("PACKAGE_INSTALL_ATTEMPTONLY", "") 94 d.setVar("PACKAGE_INSTALL_ATTEMPTONLY", "")
95 95
96 if bb.data.inherits_class('populate_sdk_base', d):
97 clsextend.map_depends_variable("TOOLCHAIN_TARGET_TASK")
98 clsextend.map_depends_variable("TOOLCHAIN_TARGET_TASK_ATTEMPTONLY")
99
100 if bb.data.inherits_class('image', d): 96 if bb.data.inherits_class('image', d):
101 return 97 return
102 98