diff options
Diffstat (limited to 'meta/classes/multilib.bbclass')
-rw-r--r-- | meta/classes/multilib.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/multilib.bbclass b/meta/classes/multilib.bbclass index dac160e17e..9503096245 100644 --- a/meta/classes/multilib.bbclass +++ b/meta/classes/multilib.bbclass | |||
@@ -47,7 +47,6 @@ python multilib_virtclass_handler () { | |||
47 | 47 | ||
48 | e.data.setVar("MLPREFIX", variant + "-") | 48 | e.data.setVar("MLPREFIX", variant + "-") |
49 | e.data.setVar("PN", variant + "-" + e.data.getVar("PN", False)) | 49 | e.data.setVar("PN", variant + "-" + e.data.getVar("PN", False)) |
50 | e.data.setVar("SHLIBSDIR_virtclass-multilib-" + variant ,e.data.getVar("SHLIBSDIR", False) + "/" + variant) | ||
51 | e.data.setVar("OVERRIDES", e.data.getVar("OVERRIDES", False) + override) | 50 | e.data.setVar("OVERRIDES", e.data.getVar("OVERRIDES", False) + override) |
52 | 51 | ||
53 | # Expand the WHITELISTs with multilib prefix | 52 | # Expand the WHITELISTs with multilib prefix |