summaryrefslogtreecommitdiffstats
path: root/meta/classes/populate_sdk_ext.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/populate_sdk_ext.bbclass')
-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 a824ca4e4a..85bbaa505c 100644
--- a/meta/classes/populate_sdk_ext.bbclass
+++ b/meta/classes/populate_sdk_ext.bbclass
@@ -219,7 +219,7 @@ SDK_PRE_INSTALL_COMMAND_task-populate-sdk-ext = "${sdk_ext_preinst}"
219sdk_ext_postinst() { 219sdk_ext_postinst() {
220 printf "\nExtracting buildtools...\n" 220 printf "\nExtracting buildtools...\n"
221 cd $target_sdk_dir 221 cd $target_sdk_dir
222 printf "buildtools\ny" | ./*buildtools-nativesdk-standalone* > /dev/null 222 printf "buildtools\ny" | ./*buildtools-nativesdk-standalone* > /dev/null || ( printf 'ERROR: buildtools installation failed\n' ; exit 1 )
223 223
224 # Make sure when the user sets up the environment, they also get 224 # Make sure when the user sets up the environment, they also get
225 # the buildtools-tarball tools in their path. 225 # the buildtools-tarball tools in their path.