commit | 54bd8b25fea9eb0b7bb5966cba302b16c7cb7620 | [log] [tgz] |
---|---|---|
author | Yi Tseng <yi@opennetworking.org> | Fri Dec 08 20:22:21 2017 -0800 |
committer | Andrea Campanella <andrea@opennetworking.org> | Mon Dec 11 10:21:43 2017 +0000 |
tree | 2529acfac01bf02e07d37ed263ca9e2d475d1eb7 | |
parent | 841a8b9e6410346c89b10f94e97eac16da42918e [diff] [blame] |
[ONOS-7312] Fix dependency problem of fabric.p4 Change-Id: I1389a0faa8caa9291548243af27e933ce13b34c6
diff --git a/pipelines/fabric/BUCK b/pipelines/fabric/BUCK index 9dfe33e..7f6acb8 100644 --- a/pipelines/fabric/BUCK +++ b/pipelines/fabric/BUCK
@@ -29,5 +29,6 @@ included_bundles = BUNDLES, required_apps = [ 'org.onosproject.drivers.p4runtime', + 'org.onosproject.pipelines.basic', ] )