projects/*/options: add support to build XBMC (master) with 'PROJECT=xyz ARCH=xyz XBMC=master make'

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-05-01 18:08:43 +02:00
parent c9e609d351
commit cc971f66ea
5 changed files with 30 additions and 0 deletions

View File

@ -1,5 +1,8 @@
# Name of the Distro to build (full name, without special characters)
DISTRONAME="OpenELEC"
if [ "$XBMC" = master ]; then
DISTRONAME="OpenELEC_Helix"
fi
# short project description
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."
@ -116,6 +119,9 @@
# Mediacenter to use (xbmc / no)
MEDIACENTER="xbmc"
if [ "$XBMC" = master ]; then
MEDIACENTER="xbmc-master"
fi
# Skins to install (Confluence)
# Space separated list is supported,

View File

@ -1,5 +1,8 @@
# Name of the Distro to build (full name, without special characters)
DISTRONAME="OpenELEC"
if [ "$XBMC" = master ]; then
DISTRONAME="OpenELEC_Helix"
fi
# short project description
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."
@ -116,6 +119,9 @@
# Mediacenter to use (xbmc / no)
MEDIACENTER="xbmc"
if [ "$XBMC" = master ]; then
MEDIACENTER="xbmc-master"
fi
# Skins to install (Confluence)
# Space separated list is supported,

View File

@ -1,5 +1,8 @@
# Name of the Distro to build (full name, without special characters)
DISTRONAME="OpenELEC"
if [ "$XBMC" = master ]; then
DISTRONAME="OpenELEC_Helix"
fi
# short project description
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."
@ -116,6 +119,9 @@
# Mediacenter to use (xbmc / no)
MEDIACENTER="xbmc"
if [ "$XBMC" = master ]; then
MEDIACENTER="xbmc-master"
fi
# Skins to install (Confluence)
# Space separated list is supported,

View File

@ -1,5 +1,8 @@
# Name of the Distro to build (full name, without special characters)
DISTRONAME="OpenELEC"
if [ "$XBMC" = master ]; then
DISTRONAME="OpenELEC_Helix"
fi
# short project description
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."
@ -116,6 +119,9 @@
# Mediacenter to use (xbmc / no)
MEDIACENTER="xbmc"
if [ "$XBMC" = master ]; then
MEDIACENTER="xbmc-master"
fi
# Skins to install (Confluence)
# Space separated list is supported,

View File

@ -1,5 +1,8 @@
# Name of the Distro to build (full name, without special characters)
DISTRONAME="OpenELEC"
if [ "$XBMC" = master ]; then
DISTRONAME="OpenELEC_Helix"
fi
# short project description
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."
@ -111,6 +114,9 @@
# Mediacenter to use (xbmc / no)
MEDIACENTER="xbmc"
if [ "$XBMC" = master ]; then
MEDIACENTER="xbmc-master"
fi
# Skins to install (Confluence)
# Space separated list is supported,