From 9f40d7d87be578a33b9479faac4b71244ce52fcd Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sat, 20 Jul 2013 19:42:48 +0300 Subject: [PATCH] rename SAMBA_CLIENT --- config/functions | 2 +- packages/mediacenter/xbmc/build | 2 +- packages/mediacenter/xbmc/meta | 2 +- projects/ARCTIC_MC/options | 2 +- projects/ATV/options | 2 +- projects/Fusion/options | 2 +- projects/Generic/options | 2 +- projects/Generic_OSS/options | 2 +- projects/ION/options | 2 +- projects/Intel/options | 2 +- projects/RPi/options | 2 +- projects/Ultra/options | 2 +- projects/Virtual/options | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/config/functions b/config/functions index 6c687ecc59..1532100303 100644 --- a/config/functions +++ b/config/functions @@ -328,7 +328,7 @@ show_config() { config_message="$config_message\n - XBMC Airtunes support:\t\t $AIRTUNES_SUPPORT" config_message="$config_message\n - XBMC AFP support:\t\t\t $AFP_SUPPORT" config_message="$config_message\n - XBMC NFS support:\t\t\t $NFS_SUPPORT" - config_message="$config_message\n - XBMC SAMBA client support:\t\t $SAMBA_CLIENT" + config_message="$config_message\n - XBMC SAMBA client support:\t\t $SAMBA_SUPPORT" config_message="$config_message\n - XBMC Webserver support:\t\t $WEBSERVER" # OS configuration diff --git a/packages/mediacenter/xbmc/build b/packages/mediacenter/xbmc/build index cad46ad520..8a284b739f 100755 --- a/packages/mediacenter/xbmc/build +++ b/packages/mediacenter/xbmc/build @@ -174,7 +174,7 @@ else XBMC_AFP="--disable-afpclient" fi -if [ "$SAMBA_CLIENT" = yes ]; then +if [ "$SAMBA_SUPPORT" = yes ]; then XBMC_SAMBA="--enable-samba" export LIBS="$LIBS -ltalloc -ltdb -lwbclient" else diff --git a/packages/mediacenter/xbmc/meta b/packages/mediacenter/xbmc/meta index d2035628bc..230a027135 100644 --- a/packages/mediacenter/xbmc/meta +++ b/packages/mediacenter/xbmc/meta @@ -160,7 +160,7 @@ if [ "$AFP_SUPPORT" = yes ]; then PKG_DEPENDS="$PKG_DEPENDS afpfs-ng" fi -if [ "$SAMBA_CLIENT" = yes ]; then +if [ "$SAMBA_SUPPORT" = yes ]; then PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS samba" PKG_DEPENDS="$PKG_DEPENDS samba" fi diff --git a/projects/ARCTIC_MC/options b/projects/ARCTIC_MC/options index 1d4a0700f3..fecabb1eae 100755 --- a/projects/ARCTIC_MC/options +++ b/projects/ARCTIC_MC/options @@ -206,7 +206,7 @@ AFP_SUPPORT="yes" # build and install Samba Client support (yes / no) - SAMBA_CLIENT="yes" + SAMBA_SUPPORT="yes" # build and install Samba Server (yes / no) SAMBA_SERVER="yes" diff --git a/projects/ATV/options b/projects/ATV/options index b3e0b0c596..7a81719f01 100755 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -206,7 +206,7 @@ AFP_SUPPORT="yes" # build and install Samba Client support (yes / no) - SAMBA_CLIENT="yes" + SAMBA_SUPPORT="yes" # build and install Samba Server (yes / no) SAMBA_SERVER="yes" diff --git a/projects/Fusion/options b/projects/Fusion/options index acc73e5e1c..c749fc073a 100755 --- a/projects/Fusion/options +++ b/projects/Fusion/options @@ -206,7 +206,7 @@ AFP_SUPPORT="yes" # build and install Samba Client support (yes / no) - SAMBA_CLIENT="yes" + SAMBA_SUPPORT="yes" # build and install Samba Server (yes / no) SAMBA_SERVER="yes" diff --git a/projects/Generic/options b/projects/Generic/options index 0439fcace4..19aa97dbb8 100755 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -206,7 +206,7 @@ AFP_SUPPORT="yes" # build and install Samba Client support (yes / no) - SAMBA_CLIENT="yes" + SAMBA_SUPPORT="yes" # build and install Samba Server (yes / no) SAMBA_SERVER="yes" diff --git a/projects/Generic_OSS/options b/projects/Generic_OSS/options index d88c5e6dd6..dfa1547056 100755 --- a/projects/Generic_OSS/options +++ b/projects/Generic_OSS/options @@ -206,7 +206,7 @@ AFP_SUPPORT="yes" # build and install Samba Client support (yes / no) - SAMBA_CLIENT="yes" + SAMBA_SUPPORT="yes" # build and install Samba Server (yes / no) SAMBA_SERVER="yes" diff --git a/projects/ION/options b/projects/ION/options index 197c1b68c1..3ef213effc 100755 --- a/projects/ION/options +++ b/projects/ION/options @@ -206,7 +206,7 @@ AFP_SUPPORT="yes" # build and install Samba Client support (yes / no) - SAMBA_CLIENT="yes" + SAMBA_SUPPORT="yes" # build and install Samba Server (yes / no) SAMBA_SERVER="yes" diff --git a/projects/Intel/options b/projects/Intel/options index 9cd723b2cf..528a4431b3 100755 --- a/projects/Intel/options +++ b/projects/Intel/options @@ -206,7 +206,7 @@ AFP_SUPPORT="yes" # build and install Samba Client support (yes / no) - SAMBA_CLIENT="yes" + SAMBA_SUPPORT="yes" # build and install Samba Server (yes / no) SAMBA_SERVER="yes" diff --git a/projects/RPi/options b/projects/RPi/options index c381d3bb3a..66830275dc 100755 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -206,7 +206,7 @@ AFP_SUPPORT="yes" # build and install Samba Client support (yes / no) - SAMBA_CLIENT="yes" + SAMBA_SUPPORT="yes" # build and install Samba Server (yes / no) SAMBA_SERVER="yes" diff --git a/projects/Ultra/options b/projects/Ultra/options index 8980bd4780..5340df43ea 100755 --- a/projects/Ultra/options +++ b/projects/Ultra/options @@ -206,7 +206,7 @@ AFP_SUPPORT="yes" # build and install Samba Client support (yes / no) - SAMBA_CLIENT="yes" + SAMBA_SUPPORT="yes" # build and install Samba Server (yes / no) SAMBA_SERVER="yes" diff --git a/projects/Virtual/options b/projects/Virtual/options index d62fd29709..fc14a8cb1c 100755 --- a/projects/Virtual/options +++ b/projects/Virtual/options @@ -201,7 +201,7 @@ AFP_SUPPORT="yes" # build and install Samba Client support (yes / no) - SAMBA_CLIENT="yes" + SAMBA_SUPPORT="yes" # build and install Samba Server (yes / no) SAMBA_SERVER="yes"