diff options
Diffstat (limited to 'meta/classes-recipe/populate_sdk_ext.bbclass')
| -rw-r--r-- | meta/classes-recipe/populate_sdk_ext.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/populate_sdk_ext.bbclass b/meta/classes-recipe/populate_sdk_ext.bbclass index 3019dad0f3..de4799f013 100644 --- a/meta/classes-recipe/populate_sdk_ext.bbclass +++ b/meta/classes-recipe/populate_sdk_ext.bbclass | |||
| @@ -768,7 +768,7 @@ fakeroot python do_populate_sdk_ext() { | |||
| 768 | 768 | ||
| 769 | # FIXME hopefully we can remove this restriction at some point, but the eSDK | 769 | # FIXME hopefully we can remove this restriction at some point, but the eSDK |
| 770 | # can only be built for the primary (default) multiconfig | 770 | # can only be built for the primary (default) multiconfig |
| 771 | if d.getVar('BB_CURRENT_MC') != 'default': | 771 | if d.getVar('BB_CURRENT_MC') != '': |
| 772 | bb.fatal('The extensible SDK can currently only be built for the default multiconfig. Currently trying to build for %s.' % d.getVar('BB_CURRENT_MC')) | 772 | bb.fatal('The extensible SDK can currently only be built for the default multiconfig. Currently trying to build for %s.' % d.getVar('BB_CURRENT_MC')) |
| 773 | 773 | ||
| 774 | # eSDK dependencies don't use the traditional variables and things don't work properly if they are set | 774 | # eSDK dependencies don't use the traditional variables and things don't work properly if they are set |
