summaryrefslogtreecommitdiffstats
path: root/meta/packages/libtool/libtool-nativesdk_2.2.10.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/libtool/libtool-nativesdk_2.2.10.bb')
-rw-r--r--meta/packages/libtool/libtool-nativesdk_2.2.10.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/packages/libtool/libtool-nativesdk_2.2.10.bb b/meta/packages/libtool/libtool-nativesdk_2.2.10.bb
index db72dd9227..c9f24a95bf 100644
--- a/meta/packages/libtool/libtool-nativesdk_2.2.10.bb
+++ b/meta/packages/libtool/libtool-nativesdk_2.2.10.bb
@@ -1,8 +1,8 @@
1require libtool_${PV}.bb 1require libtool_${PV}.bb
2 2
3PR = "r0" 3PR = "r0"
4SRC_URI_append = " file://cross_compile.patch" 4SRC_URI_append = " file://cross_compile.patch \
5SRC_URI_append = " file://prefix.patch " 5 file://prefix.patch "
6 6
7inherit nativesdk 7inherit nativesdk
8 8
@@ -16,12 +16,12 @@ do_configure_prepend () {
16do_install () { 16do_install () {
17 autotools_do_install 17 autotools_do_install
18 install -d ${D}${bindir}/ 18 install -d ${D}${bindir}/
19 install -m 0755 libtool ${D}${bindir}/ 19 install -m 0755 ${HOST_SYS}-libtool ${D}${bindir}/
20} 20}
21 21
22SYSROOT_PREPROCESS_FUNCS += "libtoolnativesdk_sysroot_preprocess" 22SYSROOT_PREPROCESS_FUNCS += "libtoolnativesdk_sysroot_preprocess"
23 23
24libtoolnativesdk_sysroot_preprocess () { 24libtoolnativesdk_sysroot_preprocess () {
25 install -d ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS}/ 25 install -d ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS}/
26 install -m 755 ${D}${bindir}/libtool ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool 26 install -m 755 ${D}${bindir}/${HOST_SYS}-libtool ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool
27} 27}