summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/populate_sdk_ext.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/populate_sdk_ext.bbclass b/meta/classes/populate_sdk_ext.bbclass
index a36bf16c78..8509f0c25b 100644
--- a/meta/classes/populate_sdk_ext.bbclass
+++ b/meta/classes/populate_sdk_ext.bbclass
@@ -189,7 +189,7 @@ SDK_PRE_INSTALL_COMMAND_task-populate-sdk-ext = "${sdk_ext_preinst}"
189sdk_ext_postinst() { 189sdk_ext_postinst() {
190 printf "\nExtracting buildtools...\n" 190 printf "\nExtracting buildtools...\n"
191 cd $target_sdk_dir 191 cd $target_sdk_dir
192 printf "buildtools\ny" | ./*buildtools-tarball* > /dev/null 192 printf "buildtools\ny" | ./*buildtools-nativesdk-standalone* > /dev/null
193 193
194 # Make sure when the user sets up the environment, they also get 194 # Make sure when the user sets up the environment, they also get
195 # the buildtools-tarball tools in their path. 195 # the buildtools-tarball tools in their path.