Committed by
Gerrit Code Review
Fixed OVSDB dependencies
Change-Id: I252f44e7defd58d2714c9f6c00e6cfcd54c1a06e
Showing
2 changed files
with
8 additions
and
11 deletions
... | @@ -23,5 +23,5 @@ onos_app ( | ... | @@ -23,5 +23,5 @@ onos_app ( |
23 | category = 'Drivers', | 23 | category = 'Drivers', |
24 | url = 'http://onosproject.org', | 24 | url = 'http://onosproject.org', |
25 | description = 'ONOS OVSDB Device Drivers application.', | 25 | description = 'ONOS OVSDB Device Drivers application.', |
26 | - required_apps = [ 'org.onosproject.ovsdb' ], | 26 | + required_apps = [ 'org.onosproject.ovsdb-base' ], |
27 | ) | 27 | ) | ... | ... |
1 | -BUNDLES = [ | ||
2 | - '//providers/ovsdb/device:onos-providers-ovsdb-device', | ||
3 | - '//providers/ovsdb/tunnel:onos-providers-ovsdb-tunnel', | ||
4 | -] | ||
5 | - | ||
6 | APPS = [ | 1 | APPS = [ |
7 | 'org.onosproject.ovsdb-base', | 2 | 'org.onosproject.ovsdb-base', |
8 | 'org.onosproject.ovsdbhostprovider', | 3 | 'org.onosproject.ovsdbhostprovider', |
9 | ] | 4 | ] |
10 | 5 | ||
11 | onos_app ( | 6 | onos_app ( |
12 | - title = 'OVSDB Southbound Meta App', | 7 | + app_name = 'org.onosproject.ovsdb', |
13 | - description = 'ONOS OVSDB southbound meta application', | 8 | + title = 'OVSDB Southbound Meta App', |
14 | - category = 'Provider', | 9 | + category = 'Provider', |
15 | - included_bundles = BUNDLES, | 10 | + url = 'http://onosproject.org', |
16 | - required_apps = APPS, | 11 | + description = 'ONOS OVSDB southbound meta application', |
12 | + included_bundles = [ '//utils/osgi:onlab-osgi' ], # FIXME to allow hollow oar files | ||
13 | + required_apps = APPS, | ||
17 | ) | 14 | ) | ... | ... |
-
Please register or login to post a comment