diff options
Diffstat (limited to 'meta/packages/libtool/libtool-nativesdk_2.2.10.bb')
| -rw-r--r-- | meta/packages/libtool/libtool-nativesdk_2.2.10.bb | 8 |
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 @@ | |||
| 1 | require libtool_${PV}.bb | 1 | require libtool_${PV}.bb |
| 2 | 2 | ||
| 3 | PR = "r0" | 3 | PR = "r0" |
| 4 | SRC_URI_append = " file://cross_compile.patch" | 4 | SRC_URI_append = " file://cross_compile.patch \ |
| 5 | SRC_URI_append = " file://prefix.patch " | 5 | file://prefix.patch " |
| 6 | 6 | ||
| 7 | inherit nativesdk | 7 | inherit nativesdk |
| 8 | 8 | ||
| @@ -16,12 +16,12 @@ do_configure_prepend () { | |||
| 16 | do_install () { | 16 | do_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 | ||
| 22 | SYSROOT_PREPROCESS_FUNCS += "libtoolnativesdk_sysroot_preprocess" | 22 | SYSROOT_PREPROCESS_FUNCS += "libtoolnativesdk_sysroot_preprocess" |
| 23 | 23 | ||
| 24 | libtoolnativesdk_sysroot_preprocess () { | 24 | libtoolnativesdk_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 | } |
