From 7b72bbcdb614b714982089b3a017dfe451215329 Mon Sep 17 00:00:00 2001 From: Liping Ke Date: Tue, 8 Mar 2011 12:55:08 +0800 Subject: 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. (From OE-Core rev: e6c72db2ac5684dd2bb65207b2f3da7214f5dca7) Signed-off-by: Liping Ke Signed-off-by: Richard Purdie --- .../installer/adt-installer/scripts/adt_installer_internal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal') 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" -- cgit v1.2.3-54-g00ecf