]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add libtool-nativesdk for ADT
authorLiping Ke <liping.ke@intel.com>
Thu, 3 Mar 2011 02:10:49 +0000 (10:10 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 Mar 2011 23:13:33 +0000 (23:13 +0000)
We need to add libtool native sdk support in ADT installer.
This patch fix #bug  791

Signed-off-by: Liping Ke <liping.ke@intel.com>
meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal

index 9653284e5a04482f580d7c401e398231e791f017..b5e304d44211a7a4132d1145971eace5227b737b 100755 (executable)
@@ -101,6 +101,9 @@ check_result
 echo_info "Installing pkgconfig nativesdk ...\n"
 $OPKG_INSTALL_NATIVE_CMD pkgconfig-nativesdk &>> $YOCTOADT_INSTALL_LOG_FILE
 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
   native_target_type=`echo "$native_target_type" | sed -e 's/x86_64/x86-64/' -e 's/x86$/i586/'`