commit | f2a8c2bdbfe5c36ac223921c46cb9f642050bfd8 | [log] [tgz] |
---|---|---|
author | Gaurav Agrawal <gaurav.agrawal@huawei.com> | Fri Oct 06 20:45:11 2017 +0530 |
committer | Gaurav Agrawal <gaurav.agrawal@huawei.com> | Fri Oct 06 20:45:11 2017 +0530 |
tree | fe6ef69f39227ec798257fd68459b02951dbfae5 | |
parent | 28920d8101fb573d33f1567950cafe681dbae29d [diff] [blame] |
Adding application level dependencies between dependent models. Change-Id: I3b37da04c962094852d47d24e49287ce30648016
diff --git a/models/l3vpn/BUCK b/models/l3vpn/BUCK index f858b4c..8098905 100644 --- a/models/l3vpn/BUCK +++ b/models/l3vpn/BUCK
@@ -2,8 +2,13 @@ '//models/common:onos-models-common', ] +APPS = [ + 'org.onosproject.models.common', +] + yang_model( app_name = 'org.onosproject.models.l3vpn', title = 'L3VPN YANG Models', deps = COMPILE_DEPS, + required_apps = APPS, )