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 414ad8bdfd..dedd3b05cc 100644 --- a/meta/classes/populate_sdk_ext.bbclass +++ b/meta/classes/populate_sdk_ext.bbclass | |||
| @@ -622,7 +622,8 @@ fakeroot python do_populate_sdk_ext() { | |||
| 622 | d.setVar('SDK_REQUIRED_UTILITIES', get_sdk_required_utilities(buildtools_fn, d)) | 622 | d.setVar('SDK_REQUIRED_UTILITIES', get_sdk_required_utilities(buildtools_fn, d)) |
| 623 | d.setVar('SDK_BUILDTOOLS_INSTALLER', buildtools_fn) | 623 | d.setVar('SDK_BUILDTOOLS_INSTALLER', buildtools_fn) |
| 624 | d.setVar('SDKDEPLOYDIR', '${SDKEXTDEPLOYDIR}') | 624 | d.setVar('SDKDEPLOYDIR', '${SDKEXTDEPLOYDIR}') |
| 625 | 625 | # ESDKs have a libc from the buildtools so ensure we don't ship linguas twice | |
| 626 | d.delVar('SDKIMAGE_LINGUAS') | ||
| 626 | populate_sdk_common(d) | 627 | populate_sdk_common(d) |
| 627 | } | 628 | } |
| 628 | 629 | ||
