Override app_name to make it consistent with maven build

Change-Id: Ief3540c3fd90a553d8d2ec31cb65e657022d4bb3
diff --git a/providers/lldp/BUCK b/providers/lldp/BUCK
index aae471f..c5d0d3c 100644
--- a/providers/lldp/BUCK
+++ b/providers/lldp/BUCK
@@ -18,6 +18,7 @@
 )
 
 onos_app (
+    app_name = 'org.onosproject.lldpprovider',
     title = 'LLDP Link Provider',
     category = 'Provider',
     url = 'http://onosproject.org',