]> code.ossystems Code Review - openembedded-core.git/commitdiff
adt: removed unused repo source and opkg options
authorLiping Ke <liping.ke@intel.com>
Tue, 8 Mar 2011 04:55:08 +0000 (12:55 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 8 Mar 2011 18:38:24 +0000 (10:38 -0800)
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>
meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-i686.conf
meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-x86_64.conf
meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal

index 1d8c89a840848cd38d9169fdfd85f6eb378cc574..9c93a72a87bf8011e6d58e03edf1e422ccb05e83 100644 (file)
@@ -2,5 +2,4 @@ arch all 1
 arch any 6
 arch noarch 11
 arch i686-nativesdk 16
-src yp http://adtrepo.yoctoproject.org/1.0/adt-ipk
 src yp-i686-nativesdk http://adtrepo.yoctoproject.org/1.0/adt-ipk/i686-nativesdk
index 6b14f98630a42ee7d6e630da79ccbb040f8ecc87..3e70aac9f0c7240b3265aea7e6db7cfb6a630cfa 100644 (file)
@@ -2,5 +2,4 @@ arch all 1
 arch any 6
 arch noarch 11
 arch x86_64-nativesdk 16
-src yp http://adtrepo.yoctoproject.org/1.0/adt-ipk
 src yp-x86_64-nativesdk http://adtrepo.yoctoproject.org/1.0/adt-ipk/x86_64-nativesdk
index df142ff31b185a14048892912d1e0d8e4066cb61..bc9206981c0d803b0aa165755daa32c59dd4055a 100755 (executable)
@@ -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"