Fix: resolve ovsdb-base activation issue caused by incorrect deps

Change-Id: I77581beab6f7eddae8bf65093c3618d648765f76
This commit is contained in:
Jian Li 2018-11-19 11:45:42 +09:00
parent 167f0c4845
commit c60024dbe1

View File

@ -11,6 +11,7 @@ onos_app(
category = "Provider", category = "Provider",
description = "ONOS OVSDB provider.", description = "ONOS OVSDB provider.",
included_bundles = BUNDLES, included_bundles = BUNDLES,
required_apps = ["org.onosproject.tunnel"],
title = "OVSDB Provider", title = "OVSDB Provider",
url = "http://onosproject.org", url = "http://onosproject.org",
) )