google-misc: srcrev bump 177e7270dc..1e76060a37

Yuxiao Zhang (1):
      meta-google: dhcp-done: Adding status report

Do the srcbump and add other status report changes (otherwise the build will be broken).

Tested: try bmc upgrade with old/new bmc versions, all passed and status
is correctly reported.

Change-Id: Iafdb611ef80f1e4790f1512a7b8b48b8b9baa535
Signed-off-by: Yuxiao Zhang <yuxiaozhang@google.com>
diff --git a/meta-google/recipes-google/networking/dhcp-done_git.bb b/meta-google/recipes-google/networking/dhcp-done_git.bb
index 12e3903..2cc9b95 100644
--- a/meta-google/recipes-google/networking/dhcp-done_git.bb
+++ b/meta-google/recipes-google/networking/dhcp-done_git.bb
@@ -4,9 +4,12 @@
 
 require ../google-misc/google-misc.inc
 
+EXTRA_OEMESON = " \
+        -Dtests=disabled \
+        "
 inherit systemd
 
-SYSTEMD_SERVICE:${PN} += "dhcp-done@.service"
+SYSTEMD_SERVICE:${PN} += "dhcp-done.service"
 
 DEPENDS += " \
   sdeventplus \