sdk: remove package 'sdk'

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-04-28 03:51:22 +02:00
parent 495d90bea7
commit a4f9963c70
5 changed files with 0 additions and 28 deletions

View File

@ -224,12 +224,6 @@
# build with installer (yes / no) # build with installer (yes / no)
INSTALLER_SUPPORT="yes" INSTALLER_SUPPORT="yes"
# build with games support (yes / no)
GAMES="no"
# build with emulator support (yes / no)
EMULATORS="no"
# Testpackages for development (yes / no) # Testpackages for development (yes / no)
TESTING="no" TESTING="no"

View File

@ -224,12 +224,6 @@
# build with installer (yes / no) # build with installer (yes / no)
INSTALLER_SUPPORT="yes" INSTALLER_SUPPORT="yes"
# build with games support (yes / no)
GAMES="yes"
# build with emulator support (yes / no)
EMULATORS="yes"
# Testpackages for development (yes / no) # Testpackages for development (yes / no)
TESTING="no" TESTING="no"

View File

@ -224,12 +224,6 @@
# build with installer (yes / no) # build with installer (yes / no)
INSTALLER_SUPPORT="yes" INSTALLER_SUPPORT="yes"
# build with games support (yes / no)
GAMES="yes"
# build with emulator support (yes / no)
EMULATORS="yes"
# Testpackages for development (yes / no) # Testpackages for development (yes / no)
TESTING="no" TESTING="no"

View File

@ -224,12 +224,6 @@
# build with installer (yes / no) # build with installer (yes / no)
INSTALLER_SUPPORT="yes" INSTALLER_SUPPORT="yes"
# build with games support (yes / no)
GAMES="yes"
# build with emulator support (yes / no)
EMULATORS="yes"
# Testpackages for development (yes / no) # Testpackages for development (yes / no)
TESTING="no" TESTING="no"

View File

@ -130,10 +130,6 @@ mkdir -p $INSTALL
# Update support # Update support
[ "$INSTALLER_SUPPORT" = "yes" ] && $SCRIPTS/install installer [ "$INSTALLER_SUPPORT" = "yes" ] && $SCRIPTS/install installer
# Games and Emulators support (SDK's)
[ "$GAMES" = "yes" ] && $SCRIPTS/install games-sdk
[ "$EMULATORS" = "yes" ] && $SCRIPTS/install emulators-sdk
# some system tools # some system tools
[ "$TOOLS" = "yes" ] && $SCRIPTS/install tools [ "$TOOLS" = "yes" ] && $SCRIPTS/install tools