From c7f6be5430a92d265b1cc1953a445d707161216f Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 23 Apr 2010 23:28:25 +0200 Subject: [PATCH] projects/*/options: - add option to build with automatic update support --- packages/mediacenter/xbmc/install | 3 +-- projects/ION/options | 3 +++ projects/generic/options | 3 +++ projects/intel/options | 3 +++ 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/packages/mediacenter/xbmc/install b/packages/mediacenter/xbmc/install index 347b08cfa8..1b4baa796e 100755 --- a/packages/mediacenter/xbmc/install +++ b/packages/mediacenter/xbmc/install @@ -131,5 +131,4 @@ mkdir -p $INSTALL/usr/share/xbmc/addons $SCRIPTS/install lirc [ ! "$LCD_DRIVER" = none ] && $SCRIPTS/install lcdproc [ "$SENSOR_SUPPORT" = yes ] && $SCRIPTS/install lm_sensors - - $SCRIPTS/install autoupdate + [ "$UPDATE_SUPPORT" = yes ] && $SCRIPTS/install autoupdate diff --git a/projects/ION/options b/projects/ION/options index 63e5c3d9e1..ec811693d9 100644 --- a/projects/ION/options +++ b/projects/ION/options @@ -118,6 +118,9 @@ # build with lm_sensors hardware monitoring support (yes / no) SENSOR_SUPPORT="yes" +# build with automatic update support (yes / no) + UPDATE_SUPPORT="yes" + # build with games support (yes / no) GAMES="no" diff --git a/projects/generic/options b/projects/generic/options index a356da41db..ad58ad9a87 100644 --- a/projects/generic/options +++ b/projects/generic/options @@ -118,6 +118,9 @@ # build with lm_sensors hardware monitoring support (yes / no) SENSOR_SUPPORT="yes" +# build with automatic update support (yes / no) + UPDATE_SUPPORT="yes" + # build with games support (yes / no) GAMES="no" diff --git a/projects/intel/options b/projects/intel/options index 2f0aaa15d9..11f8491a1f 100644 --- a/projects/intel/options +++ b/projects/intel/options @@ -118,6 +118,9 @@ # build with lm_sensors hardware monitoring support (yes / no) SENSOR_SUPPORT="yes" +# build with automatic update support (yes / no) + UPDATE_SUPPORT="yes" + # build with games support (yes / no) GAMES="no"