[oe-commits] Richard Purdie : populate_sdk_base: Remove confusing echo

git at git.openembedded.org git at git.openembedded.org
Mon Jun 30 15:37:36 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: cd1fdd05cc7457706d1e40042854c154cbb3d9e9
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=cd1fdd05cc7457706d1e40042854c154cbb3d9e9

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Sun Jun 29 09:00:51 2014 +0100

populate_sdk_base: Remove confusing echo

Remove a confusing echo after the previous commit, thanks for a suggestion
from Laurentiu.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

A

---

 meta/classes/populate_sdk_base.bbclass | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/classes/populate_sdk_base.bbclass b/meta/classes/populate_sdk_base.bbclass
index 97cf1fb..a12bf11 100644
--- a/meta/classes/populate_sdk_base.bbclass
+++ b/meta/classes/populate_sdk_base.bbclass
@@ -177,8 +177,6 @@ fi
 if [ "$target_sdk_dir" = "" ]; then
 	read -e -p "Enter target directory for SDK (default: $DEFAULT_INSTALL_DIR): " target_sdk_dir
 	[ "$target_sdk_dir" = "" ] && target_sdk_dir=$DEFAULT_INSTALL_DIR
-else
-	echo "$target_sdk_dir"
 fi
 
 eval target_sdk_dir=$(echo "$target_sdk_dir"|sed 's/ /\\ /g')



More information about the Openembedded-commits mailing list