Bumping buck version to use yang-tools 2.1 and new onos buck plugin

Change-Id: I6bf165ac0270114d3a7ee66af5e2d8af33f42a16
diff --git a/drivers/huawei/BUCK b/drivers/huawei/BUCK
index ccbe21e..a98299b 100644
--- a/drivers/huawei/BUCK
+++ b/drivers/huawei/BUCK
@@ -31,18 +31,19 @@
     '//utils/osgi:onlab-osgi-tests',
 ]
 
-osgi_jar_with_tests(
-    deps = COMPILE_DEPS,
-    test_deps = TEST_DEPS,
-    resources_root = 'src/main/resources',
-    resources = glob(['src/main/resources/**']),
-)
+#Removed until this app builds with onos-yang-tools 2.1
+#osgi_jar_with_tests(
+#    deps = COMPILE_DEPS,
+#    test_deps = TEST_DEPS,
+#    resources_root = 'src/main/resources',
+#    resources = glob(['src/main/resources/**']),
+#)
 
-onos_app(
-    app_name = 'org.onosproject.drivers.huawei',
-    title = 'Huawei Device Drivers',
-    category = 'Drivers',
-    url = 'http://onosproject.org',
-    description = 'ONOS Huawei Device Drivers application.',
-    required_apps = APPS
-)
\ No newline at end of file
+#onos_app(
+#    app_name = 'org.onosproject.drivers.huawei',
+#    title = 'Huawei Device Drivers',
+#    category = 'Drivers',
+#    url = 'http://onosproject.org',
+#    description = 'ONOS Huawei Device Drivers application.',
+#    required_apps = APPS
+#)
\ No newline at end of file