diff options
Diffstat (limited to 'meta/classes/populate_sdk_ext.bbclass')
| -rw-r--r-- | meta/classes/populate_sdk_ext.bbclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/classes/populate_sdk_ext.bbclass b/meta/classes/populate_sdk_ext.bbclass index d7a0884037..655375416b 100644 --- a/meta/classes/populate_sdk_ext.bbclass +++ b/meta/classes/populate_sdk_ext.bbclass | |||
| @@ -655,7 +655,8 @@ fakeroot python do_populate_sdk_ext() { | |||
| 655 | d.setVar('SDK_REQUIRED_UTILITIES', get_sdk_required_utilities(buildtools_fn, d)) | 655 | d.setVar('SDK_REQUIRED_UTILITIES', get_sdk_required_utilities(buildtools_fn, d)) |
| 656 | d.setVar('SDK_BUILDTOOLS_INSTALLER', buildtools_fn) | 656 | d.setVar('SDK_BUILDTOOLS_INSTALLER', buildtools_fn) |
| 657 | d.setVar('SDKDEPLOYDIR', '${SDKEXTDEPLOYDIR}') | 657 | d.setVar('SDKDEPLOYDIR', '${SDKEXTDEPLOYDIR}') |
| 658 | 658 | # ESDKs have a libc from the buildtools so ensure we don't ship linguas twice | |
| 659 | d.delVar('SDKIMAGE_LINGUAS') | ||
| 659 | populate_sdk_common(d) | 660 | populate_sdk_common(d) |
| 660 | } | 661 | } |
| 661 | 662 | ||
