1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 17:39:31 +00:00

libtool: Allow ltdl to stage only

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-11-27 17:42:45 +00:00
parent 8e3364236f
commit 400f1ca023
+5 -3
View File
@@ -1,6 +1,6 @@
require libtool.inc
PR = "r15"
PR = "r16"
SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}a.tar.gz \
file://dolt.m4"
@@ -23,5 +23,7 @@ EXTRA_AUTORECONF = "--exclude=libtoolize"
SYSROOT_PREPROCESS_FUNCS += "libtool_sysroot_preprocess"
libtool_sysroot_preprocess () {
rm -rf ${SYSROOT_DESTDIR}/*
}
rm -rf ${SYSROOT_DESTDIR}/${bindir}/*
rm -rf ${SYSROOT_DESTDIR}/${datadir}/aclocal/*
rm -rf ${SYSROOT_DESTDIR}/${datadir}/libtool/config/*
}