commit | 5588057b3e7b03276552332162472dfb086945ce | [log] [tgz] |
---|---|---|
author | Gaurav Agrawal <gaurav.agrawal@huawei.com> | Wed Nov 15 18:41:49 2017 +0530 |
committer | GauravAgrawal-Huawei <gauravjbp3ster@gmail.com> | Wed Nov 15 14:06:28 2017 +0000 |
tree | 5408ac082bdfa204a8f53e58c18d12e3690b8f57 | |
parent | 3479fd49c732cf3b96c82c45251419ebfeaddc44 [diff] [blame] |
Fix issues and remove re-registrations. Change-Id: Ie9edcaabbc8ce755a20e0f01091562800e0fefb1
diff --git a/models/l3vpn/BUCK b/models/l3vpn/BUCK index 8098905..7f6d5b8 100644 --- a/models/l3vpn/BUCK +++ b/models/l3vpn/BUCK
@@ -1,4 +1,5 @@ COMPILE_DEPS = [ + '//lib:CORE_DEPS', '//models/common:onos-models-common', ] @@ -9,6 +10,7 @@ yang_model( app_name = 'org.onosproject.models.l3vpn', title = 'L3VPN YANG Models', + custom_registrator = True, deps = COMPILE_DEPS, required_apps = APPS, )