Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv

This commit is contained in:
Stephan Raue 2013-11-24 01:52:08 +01:00
commit 8c9e34302c
4 changed files with 6 additions and 4 deletions

View File

@ -19,7 +19,7 @@
################################################################################ ################################################################################
PKG_NAME="xbmc-theme-Confluence" PKG_NAME="xbmc-theme-Confluence"
PKG_VERSION="13.alpha-cca24dd" PKG_VERSION="13.alpha-7edcfbc"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"

View File

@ -19,7 +19,7 @@
################################################################################ ################################################################################
PKG_NAME="xbmc" PKG_NAME="xbmc"
PKG_VERSION="13.alpha-cca24dd" PKG_VERSION="13.alpha-7edcfbc"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"

View File

@ -14,6 +14,8 @@ ExecStart=/usr/sbin/connmand -nr $CONNMAN_DEBUG
# send SIGKILL on stop to keep ip configuration # send SIGKILL on stop to keep ip configuration
KillSignal=SIGKILL KillSignal=SIGKILL
StandardOutput=null StandardOutput=null
RestartSec=2
StartLimitInterval=0
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target

View File

@ -74,8 +74,8 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_malloc_0_nonnull=yes \
--enable-logind \ --enable-logind \
--disable-backlight \ --disable-backlight \
--disable-machined \ --disable-machined \
--enable-hostnamed \ --disable-hostnamed \
--enable-timedated \ --disable-timedated \
--disable-localed \ --disable-localed \
--disable-coredump \ --disable-coredump \
--disable-polkit \ --disable-polkit \