summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorLiping Ke <liping.ke@intel.com>2011-03-03 10:10:49 +0800
committerSaul Wold <sgw@linux.intel.com>2011-03-03 16:33:58 -0800
commit00d70680f92eba6e6bdfa514d4cf804c4d5d8ae6 (patch)
tree31dcf23f4092526d86afca744d55511e08ca1746 /meta
parent3b8e7319f115d3f4c265d348f92f3ccda4e1a76d (diff)
downloadpoky-00d70680f92eba6e6bdfa514d4cf804c4d5d8ae6.tar.gz
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>
Diffstat (limited to 'meta')
-rwxr-xr-xmeta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal3
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 9653284e5a..b5e304d442 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
101echo_info "Installing pkgconfig nativesdk ...\n" 101echo_info "Installing pkgconfig nativesdk ...\n"
102$OPKG_INSTALL_NATIVE_CMD pkgconfig-nativesdk &>> $YOCTOADT_INSTALL_LOG_FILE 102$OPKG_INSTALL_NATIVE_CMD pkgconfig-nativesdk &>> $YOCTOADT_INSTALL_LOG_FILE
103check_result 103check_result
104echo_info "Installing libtool nativesdk ...\n"
105$OPKG_INSTALL_NATIVE_CMD libtool-nativesdk &>> $YOCTOADT_INSTALL_LOG_FILE
106check_result
104 107
105for native_target_type in $YOCTOADT_TARGETS; do 108for native_target_type in $YOCTOADT_TARGETS; do
106 native_target_type=`echo "$native_target_type" | sed -e 's/x86_64/x86-64/' -e 's/x86$/i586/'` 109 native_target_type=`echo "$native_target_type" | sed -e 's/x86_64/x86-64/' -e 's/x86$/i586/'`