diff options
Diffstat (limited to 'meta/recipes-devtools/libtool/libtool_2.4.2.bb')
| -rw-r--r-- | meta/recipes-devtools/libtool/libtool_2.4.2.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-devtools/libtool/libtool_2.4.2.bb b/meta/recipes-devtools/libtool/libtool_2.4.2.bb new file mode 100644 index 0000000000..a2eb4ea437 --- /dev/null +++ b/meta/recipes-devtools/libtool/libtool_2.4.2.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | require libtool-${PV}.inc | ||
| 2 | |||
| 3 | PR = "${INC_PR}.0" | ||
| 4 | |||
| 5 | # | ||
| 6 | # We want the results of libtool-cross preserved - don't stage anything ourselves. | ||
| 7 | # | ||
| 8 | SYSROOT_PREPROCESS_FUNCS += "libtool_sysroot_preprocess" | ||
| 9 | |||
| 10 | libtool_sysroot_preprocess () { | ||
| 11 | rm -rf ${SYSROOT_DESTDIR}${bindir}/* | ||
| 12 | rm -rf ${SYSROOT_DESTDIR}${datadir}/aclocal/* | ||
| 13 | rm -rf ${SYSROOT_DESTDIR}${datadir}/libtool/config/* | ||
| 14 | } | ||
| 15 | |||
