diff options
Diffstat (limited to 'meta/recipes-devtools/libtool/nativesdk-libtool_2.4.6.bb')
| -rw-r--r-- | meta/recipes-devtools/libtool/nativesdk-libtool_2.4.6.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.6.bb b/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.6.bb index e3ad6721fd..86c55ded7b 100644 --- a/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.6.bb +++ b/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.6.bb | |||
| @@ -2,7 +2,6 @@ require libtool-${PV}.inc | |||
| 2 | 2 | ||
| 3 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/libtool:" | 3 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/libtool:" |
| 4 | 4 | ||
| 5 | SRC_URI += "file://prefix.patch" | ||
| 6 | SRC_URI += "file://fixinstall.patch" | 5 | SRC_URI += "file://fixinstall.patch" |
| 7 | 6 | ||
| 8 | inherit nativesdk | 7 | inherit nativesdk |
| @@ -20,12 +19,12 @@ do_configure:prepend () { | |||
| 20 | do_install () { | 19 | do_install () { |
| 21 | autotools_do_install | 20 | autotools_do_install |
| 22 | install -d ${D}${bindir}/ | 21 | install -d ${D}${bindir}/ |
| 23 | install -m 0755 ${HOST_SYS}-libtool ${D}${bindir}/ | 22 | install -m 0755 libtool ${D}${bindir}/ |
| 24 | } | 23 | } |
| 25 | 24 | ||
| 26 | SYSROOT_PREPROCESS_FUNCS += "libtoolnativesdk_sysroot_preprocess" | 25 | SYSROOT_PREPROCESS_FUNCS += "libtoolnativesdk_sysroot_preprocess" |
| 27 | 26 | ||
| 28 | libtoolnativesdk_sysroot_preprocess () { | 27 | libtoolnativesdk_sysroot_preprocess () { |
| 29 | install -d ${SYSROOT_DESTDIR}${bindir_crossscripts}/ | 28 | install -d ${SYSROOT_DESTDIR}${bindir_crossscripts}/ |
| 30 | install -m 755 ${D}${bindir}/${HOST_SYS}-libtool ${SYSROOT_DESTDIR}${bindir_crossscripts}/${HOST_SYS}-libtool | 29 | install -m 755 ${D}${bindir}/libtool ${SYSROOT_DESTDIR}${bindir_crossscripts}/libtool |
| 31 | } | 30 | } |
