summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/libtool/libtool-cross_2.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/libtool/libtool-cross_2.4.bb')
-rw-r--r--meta/recipes-devtools/libtool/libtool-cross_2.4.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/libtool/libtool-cross_2.4.bb b/meta/recipes-devtools/libtool/libtool-cross_2.4.bb
index cd2bcecaf9..e3b40f2560 100644
--- a/meta/recipes-devtools/libtool/libtool-cross_2.4.bb
+++ b/meta/recipes-devtools/libtool/libtool-cross_2.4.bb
@@ -26,6 +26,6 @@ do_install () {
26SYSROOT_PREPROCESS_FUNCS += "libtoolcross_sysroot_preprocess" 26SYSROOT_PREPROCESS_FUNCS += "libtoolcross_sysroot_preprocess"
27 27
28libtoolcross_sysroot_preprocess () { 28libtoolcross_sysroot_preprocess () {
29 install -d ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS}/ 29 install -d ${SYSROOT_DESTDIR}${bindir_crossscripts}
30 install -m 755 ${D}${bindir}/${HOST_SYS}-libtool ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool 30 install -m 755 ${D}${bindir}/${HOST_SYS}-libtool ${SYSROOT_DESTDIR}${bindir_crossscripts}/${HOST_SYS}-libtool
31} 31}