commit | 0b59e19a36736e6ce3bd14a233cb029363ee25a8 | [log] [tgz] |
---|---|---|
author | Hyunsun Moon <hyunsun.moon@gmail.com> | Thu Aug 11 14:48:27 2016 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Thu Aug 11 21:55:28 2016 +0000 |
tree | b420201fd27c191bdb0aecaa2016c4df5d68a007 | |
parent | e3c43347761aee0763f7425144a3a636d4290dfa [diff] [blame] |
Fixed OVSDB dependencies Change-Id: I252f44e7defd58d2714c9f6c00e6cfcd54c1a06e
diff --git a/drivers/ovsdb/BUCK b/drivers/ovsdb/BUCK index 6015611..97f83c0 100644 --- a/drivers/ovsdb/BUCK +++ b/drivers/ovsdb/BUCK
@@ -23,5 +23,5 @@ category = 'Drivers', url = 'http://onosproject.org', description = 'ONOS OVSDB Device Drivers application.', - required_apps = [ 'org.onosproject.ovsdb' ], + required_apps = [ 'org.onosproject.ovsdb-base' ], )