diff options
Diffstat (limited to 'meta/recipes-devtools/libtool')
-rw-r--r-- | meta/recipes-devtools/libtool/libtool-cross_2.4.bb | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/libtool/libtool-nativesdk_2.4.bb | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/libtool/libtool_2.4.bb | 6 |
3 files changed, 7 insertions, 7 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 () { | |||
26 | SYSROOT_PREPROCESS_FUNCS += "libtoolcross_sysroot_preprocess" | 26 | SYSROOT_PREPROCESS_FUNCS += "libtoolcross_sysroot_preprocess" |
27 | 27 | ||
28 | libtoolcross_sysroot_preprocess () { | 28 | libtoolcross_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 | } |
diff --git a/meta/recipes-devtools/libtool/libtool-nativesdk_2.4.bb b/meta/recipes-devtools/libtool/libtool-nativesdk_2.4.bb index 2c01a4eb8e..45c9af66c6 100644 --- a/meta/recipes-devtools/libtool/libtool-nativesdk_2.4.bb +++ b/meta/recipes-devtools/libtool/libtool-nativesdk_2.4.bb | |||
@@ -21,6 +21,6 @@ do_install () { | |||
21 | SYSROOT_PREPROCESS_FUNCS += "libtoolnativesdk_sysroot_preprocess" | 21 | SYSROOT_PREPROCESS_FUNCS += "libtoolnativesdk_sysroot_preprocess" |
22 | 22 | ||
23 | libtoolnativesdk_sysroot_preprocess () { | 23 | libtoolnativesdk_sysroot_preprocess () { |
24 | install -d ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS}/ | 24 | install -d ${SYSROOT_DESTDIR}${bindir_crossscripts}/ |
25 | install -m 755 ${D}${bindir}/${HOST_SYS}-libtool ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool | 25 | install -m 755 ${D}${bindir}/${HOST_SYS}-libtool ${SYSROOT_DESTDIR}${bindir_crossscripts}/${HOST_SYS}-libtool |
26 | } | 26 | } |
diff --git a/meta/recipes-devtools/libtool/libtool_2.4.bb b/meta/recipes-devtools/libtool/libtool_2.4.bb index ee24444a81..a820bed0dd 100644 --- a/meta/recipes-devtools/libtool/libtool_2.4.bb +++ b/meta/recipes-devtools/libtool/libtool_2.4.bb | |||
@@ -8,8 +8,8 @@ PR = "r1" | |||
8 | SYSROOT_PREPROCESS_FUNCS += "libtool_sysroot_preprocess" | 8 | SYSROOT_PREPROCESS_FUNCS += "libtool_sysroot_preprocess" |
9 | 9 | ||
10 | libtool_sysroot_preprocess () { | 10 | libtool_sysroot_preprocess () { |
11 | rm -rf ${SYSROOT_DESTDIR}${STAGING_DIR_TARGET}${bindir}/* | 11 | rm -rf ${SYSROOT_DESTDIR}${bindir}/* |
12 | rm -rf ${SYSROOT_DESTDIR}${STAGING_DIR_TARGET}${datadir}/aclocal/* | 12 | rm -rf ${SYSROOT_DESTDIR}${datadir}/aclocal/* |
13 | rm -rf ${SYSROOT_DESTDIR}${STAGING_DIR_TARGET}${datadir}/libtool/config/* | 13 | rm -rf ${SYSROOT_DESTDIR}${datadir}/libtool/config/* |
14 | } | 14 | } |
15 | 15 | ||