summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/installer/adt-installer/scripts
diff options
context:
space:
mode:
authorLiping Ke <liping.ke@intel.com>2011-03-08 12:55:08 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-08 10:38:24 -0800
commite6c72db2ac5684dd2bb65207b2f3da7214f5dca7 (patch)
tree083cacbee0227a17882e6437d5037d7f4af71cff /meta/recipes-devtools/installer/adt-installer/scripts
parentb8550ac3f30bd983191afe0f1afe3c6c45a54bca (diff)
downloadopenembedded-core-e6c72db2ac5684dd2bb65207b2f3da7214f5dca7.tar.gz
openembedded-core-e6c72db2ac5684dd2bb65207b2f3da7214f5dca7.tar.bz2
openembedded-core-e6c72db2ac5684dd2bb65207b2f3da7214f5dca7.zip
adt: removed unused repo source and opkg options
opgk option --force-overwrite is only a workaround for bug #547. Now this bug is gone, so remove this option. and also, the first opkg repo source is not useful, remove it. Signed-off-by: Liping Ke <liping.ke@intel.com>
Diffstat (limited to 'meta/recipes-devtools/installer/adt-installer/scripts')
-rwxr-xr-xmeta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal b/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal
index df142ff31b..bc9206981c 100755
--- a/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal
+++ b/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal
@@ -89,7 +89,7 @@ echo_info "opkg update process ended..."
check_result
#install below must sdk-host packages
-OPKG_INSTALL_CMD="$OPKG_CMD --force-overwrite"
+OPKG_INSTALL_CMD="$OPKG_CMD "
OPKG_INSTALL_NATIVE_CMD="$OPKG_INSTALL_CMD -f $OPKG_CONFIG_FILE -o $NATIVE_INSTALL_DIR install"
echo_info "Installing pseudo nativesdk ...\n"