mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-15 17:31:31 +02:00
Fixing yang_model macro to narrow down the dependency list.
Change-Id: I6ae11cec370bfca4a1e4fe0598f84c7e354ea5b8
This commit is contained in:
parent
450835228b
commit
315ff1c991
@ -7,9 +7,15 @@ def _get_name():
|
||||
return ONOS_ARTIFACT_BASE + base_path.replace('/', '-') #TODO Unix-separator
|
||||
|
||||
YANG_TOOLS = [
|
||||
'//lib:CORE_DEPS',
|
||||
'//apps/yang:onos-apps-yang',
|
||||
'//lib:guava',
|
||||
'//lib:onos-yang-model',
|
||||
'//lib:onos-yang-compiler-api',
|
||||
'//lib:onos-yang-runtime',
|
||||
'//lib:org.apache.felix.scr.annotations',
|
||||
'//apps/yang:onos-apps-yang',
|
||||
# FIXME: This following dependencies MUST be removed for the long-run; they are a violation of the design principle.
|
||||
'//core/api:onos-api',
|
||||
'//apps/config:onos-apps-config',
|
||||
]
|
||||
|
||||
def yang_model(
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Patches lib/BUCK file to use locally built YANG tools.
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
BVER=1.12.0-b6
|
||||
BVER=1.12.0-b7
|
||||
SVER=1.12-SNAPSHOT
|
||||
|
||||
YANG_TOOLS_ROOT=~/onos-yang-tools
|
||||
|
Loading…
x
Reference in New Issue
Block a user