mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
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:
parent
3e8571e74a
commit
6b7a5ce8d9
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user