File tree 7 files changed +7
-7
lines changed 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5
5
# ###############################################################################
6
6
7
7
define OTAPI_CALL_PBU
8
- $(shell python $(BR2_EXTERNAL_OPENTRONS_MONOREPO_PATH ) /scripts/python_build_utils.py api robot-stack $(1 ) )
8
+ $(shell python $(BR2_EXTERNAL_OPENTRONS_MONOREPO_PATH ) /scripts/python_build_utils.py api $( or $( OPENTRONS_PROJECT ) , robot-stack) $(1 ) )
9
9
endef
10
10
11
11
PYTHON_OPENTRONS_API_VERSION = $(call OTAPI_CALL_PBU,get_version)
Original file line number Diff line number Diff line change 6
6
7
7
8
8
define OTNOTIFYSERVER_CALL_PBU
9
- $(shell python $(BR2_EXTERNAL_OPENTRONS_MONOREPO_PATH ) /scripts/python_build_utils.py notify-server robot-stack $(1 ) )
9
+ $(shell python $(BR2_EXTERNAL_OPENTRONS_MONOREPO_PATH ) /scripts/python_build_utils.py notify-server $( or $( OPENTRONS_PROJECT ) , robot-stack) $(1 ) )
10
10
endef
11
11
12
12
PYTHON_OPENTRONS_NOTIFY_SERVER_VERSION = $(call OTNOTIFYSERVER_CALL_PBU,get_version)
Original file line number Diff line number Diff line change 5
5
# ###############################################################################
6
6
7
7
define OTROBOTSERVER_CALL_PBU
8
- $(shell python $(BR2_EXTERNAL_OPENTRONS_MONOREPO_PATH ) /scripts/python_build_utils.py robot-server robot-stack $(1 ) )
8
+ $(shell python $(BR2_EXTERNAL_OPENTRONS_MONOREPO_PATH ) /scripts/python_build_utils.py robot-server $( or $( OPENTRONS_PROJECT ) , robot-stack) $(1 ) )
9
9
endef
10
10
11
11
PYTHON_OPENTRONS_ROBOT_SERVER_VERSION = $(call OTROBOTSERVER_CALL_PBU,get_version)
Original file line number Diff line number Diff line change 5
5
# ###############################################################################
6
6
7
7
define OTSYSTEMSERVER_CALL_PBU
8
- $(shell python $(BR2_EXTERNAL_OPENTRONS_MONOREPO_PATH ) /scripts/python_build_utils.py server-utils robot-stack $(1 ) )
8
+ $(shell python $(BR2_EXTERNAL_OPENTRONS_MONOREPO_PATH ) /scripts/python_build_utils.py server-utils $( or $( OPENTRONS_PROJECT ) , robot-stack) $(1 ) )
9
9
endef
10
10
11
11
PYTHON_OPENTRONS_SERVER_UTILS_VERSION = $(call OTSYSTEMSERVER_CALL_PBU,get_version)
Original file line number Diff line number Diff line change 5
5
# ###############################################################################
6
6
7
7
define OTSHAREDDATA_CALL_PBU
8
- $(shell python $(BR2_EXTERNAL_OPENTRONS_MONOREPO_PATH ) /scripts/python_build_utils.py shared-data robot-stack $(1 ) )
8
+ $(shell python $(BR2_EXTERNAL_OPENTRONS_MONOREPO_PATH ) /scripts/python_build_utils.py shared-data $( or $( OPENTRONS_PROJECT ) , robot-stack) $(1 ) )
9
9
endef
10
10
11
11
PYTHON_OPENTRONS_SHARED_DATA_VERSION = $(call OTSHAREDDATA_CALL_PBU,get_version)
Original file line number Diff line number Diff line change 5
5
# ###############################################################################
6
6
7
7
define OTSYSTEMSERVER_CALL_PBU
8
- $(shell python $(BR2_EXTERNAL_OPENTRONS_MONOREPO_PATH ) /scripts/python_build_utils.py system-server robot-stack $(1 ) )
8
+ $(shell python $(BR2_EXTERNAL_OPENTRONS_MONOREPO_PATH ) /scripts/python_build_utils.py system-server $( or $( OPENTRONS_PROJECT ) , robot-stack) $(1 ) )
9
9
endef
10
10
11
11
PYTHON_OPENTRONS_SYSTEM_SERVER_VERSION = $(call OTSYSTEMSERVER_CALL_PBU,get_version)
Original file line number Diff line number Diff line change 5
5
# ###############################################################################
6
6
7
7
define OTUPDATESERVER_CALL_PBU
8
- $(shell python $(BR2_EXTERNAL_OPENTRONS_MONOREPO_PATH ) /scripts/python_build_utils.py update-server robot-stack $(1 ) )
8
+ $(shell python $(BR2_EXTERNAL_OPENTRONS_MONOREPO_PATH ) /scripts/python_build_utils.py update-server $( or $( OPENTRONS_PROJECT ) , robot-stack) $(1 ) )
9
9
endef
10
10
11
11
PYTHON_OPENTRONS_UPDATE_SERVER_VERSION = $(call OTUPDATESERVER_CALL_PBU,get_version)
You can’t perform that action at this time.
0 commit comments