gdb: only install to target

Don't pollute sysroot with static libs and headers

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2018-02-20 10:52:17 +01:00
parent 3e8571e74a
commit 6b7a5ce8d9

View File

@ -52,6 +52,10 @@ PKG_CONFIGURE_OPTS_TARGET="bash_cv_have_mbstate_t=set \
--enable-libssp \
--disable-werror"
makeinstall_target() {
make DESTDIR=$INSTALL install
}
post_makeinstall_target() {
rm -rf $INSTALL/usr/share/gdb/python
}