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:
@@ -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/*
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user