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>
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
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
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"