xz: remove target support, we can add easy if needed

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-02-02 20:01:05 +01:00
parent 3c8ab09272
commit 258ec704a3

View File

@ -41,10 +41,3 @@ PKG_CONFIGURE_OPTS_HOST="--disable-shared --enable-static \
--disable-scripts \
--disable-nls"
# xz is not build for target now but keep this
# just in case some day we need xz:target. or gdb fails
PKG_CONFIGURE_OPTS_TARGET="--disable-shared --enable-static"
post_makeinstall_target() {
rm -rf $INSTALL/usr/bin
}