kodi: remove Version Check plugin
This commit is contained in:
parent
0384793102
commit
03741287d3
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'kodi'
|
# Template file for 'kodi'
|
||||||
pkgname=kodi
|
pkgname=kodi
|
||||||
version=16.1
|
version=16.1
|
||||||
revision=1
|
revision=2
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
_codename="Jarvis"
|
_codename="Jarvis"
|
||||||
wrksrc="xbmc-${version}-${_codename}"
|
wrksrc="xbmc-${version}-${_codename}"
|
||||||
|
@ -65,6 +65,8 @@ pre_configure() {
|
||||||
BOOTSTRAP_STANDALONE=1 make -f bootstrap.mk
|
BOOTSTRAP_STANDALONE=1 make -f bootstrap.mk
|
||||||
}
|
}
|
||||||
do_configure() {
|
do_configure() {
|
||||||
|
# Do not ship version check.
|
||||||
|
rm -rf addons/service.xbmc.versioncheck
|
||||||
./configure ${configure_args} \
|
./configure ${configure_args} \
|
||||||
--disable-debug --enable-optimizations --enable-gl \
|
--disable-debug --enable-optimizations --enable-gl \
|
||||||
--enable-sdl --enable-vdpau --enable-vaapi --enable-joystick \
|
--enable-sdl --enable-vdpau --enable-vaapi --enable-joystick \
|
||||||
|
|
Loading…
Reference in New Issue