mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
add support for project based versioning
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
0908a504c9
commit
233710a48f
@ -24,6 +24,11 @@ LINUX_DEPENDS="$PROJECT_DIR/$PROJECT/linux/linux.$TARGET_ARCH.conf $ROOT/package
|
||||
# include versioning
|
||||
. config/version
|
||||
|
||||
# read distro versioning if available
|
||||
if [ -f "$PROJECT_DIR/version.$DISTRO" ]; then
|
||||
. $PROJECT_DIR/version.$DISTRO
|
||||
fi
|
||||
|
||||
# read project options if available
|
||||
if [ -f "$PROJECT_DIR/$PROJECT/options" ]; then
|
||||
. $PROJECT_DIR/$PROJECT/options
|
||||
|
Loading…
x
Reference in New Issue
Block a user