mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 06:49:32 +02:00
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 <liping.ke@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8828e754a2
commit
7b72bbcdb6
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user