[oe-commits] Richard Purdie : multilib: Drop populate_sdk variable manipulation

git at git.openembedded.org git at git.openembedded.org
Sat Sep 26 17:14:27 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 568b81b5102213643e382d31a4e5e56f90ee6ff9
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=568b81b5102213643e382d31a4e5e56f90ee6ff9

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Tue Sep 15 19:04:12 2015 -0700

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.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/multilib.bbclass | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/meta/classes/multilib.bbclass b/meta/classes/multilib.bbclass
index 8f61d8d..c0cb6d7 100644
--- a/meta/classes/multilib.bbclass
+++ b/meta/classes/multilib.bbclass
@@ -93,10 +93,6 @@ python __anonymous () {
         # FIXME, we need to map this to something, not delete it!
         d.setVar("PACKAGE_INSTALL_ATTEMPTONLY", "")
 
-    if bb.data.inherits_class('populate_sdk_base', d):
-        clsextend.map_depends_variable("TOOLCHAIN_TARGET_TASK")
-        clsextend.map_depends_variable("TOOLCHAIN_TARGET_TASK_ATTEMPTONLY")
-
     if bb.data.inherits_class('image', d):
         return
 



More information about the Openembedded-commits mailing list