mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
Add libtool-nativesdk for ADT
We need to add libtool native sdk support in ADT installer. This patch fix #bug 791 (From OE-Core rev: a003ba3d2b80dc08d128f9b58890fe89c612236d) Signed-off-by: Liping Ke <liping.ke@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -101,6 +101,9 @@ check_result
|
|||||||
echo_info "Installing pkgconfig nativesdk ...\n"
|
echo_info "Installing pkgconfig nativesdk ...\n"
|
||||||
$OPKG_INSTALL_NATIVE_CMD pkgconfig-nativesdk &>> $YOCTOADT_INSTALL_LOG_FILE
|
$OPKG_INSTALL_NATIVE_CMD pkgconfig-nativesdk &>> $YOCTOADT_INSTALL_LOG_FILE
|
||||||
check_result
|
check_result
|
||||||
|
echo_info "Installing libtool nativesdk ...\n"
|
||||||
|
$OPKG_INSTALL_NATIVE_CMD libtool-nativesdk &>> $YOCTOADT_INSTALL_LOG_FILE
|
||||||
|
check_result
|
||||||
|
|
||||||
for native_target_type in $YOCTOADT_TARGETS; do
|
for native_target_type in $YOCTOADT_TARGETS; do
|
||||||
native_target_type=`echo "$native_target_type" | sed -e 's/x86_64/x86-64/' -e 's/x86$/i586/'`
|
native_target_type=`echo "$native_target_type" | sed -e 's/x86_64/x86-64/' -e 's/x86$/i586/'`
|
||||||
|
|||||||
Reference in New Issue
Block a user