From patchwork Thu Mar 3 20:02:45 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [05/10] Add libtool-nativesdk for ADT Date: Thu, 03 Mar 2011 20:02:45 -0000 From: Saul Wold X-Patchwork-Id: 1085 Message-Id: <9149e85c25adae1cac22f8f70d2016030d3de1fc.1299182375.git.sgw@linux.intel.com> To: poky@yoctoproject.org,openembedded-core@lists.openembedded.org From: Liping Ke We need to add libtool native sdk support in ADT installer. This patch fix #bug 791 Signed-off-by: Liping Ke --- .../adt-installer/scripts/adt_installer_internal | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal b/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal index 9653284..b5e304d 100755 --- a/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal +++ b/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal @@ -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/'`