meta-google: google-ipmi-sys: rely on bare metal active recipes

gbmc-bare-metal-active target is separated out from google-ipmi-sys,
this will pull the target from the new recipe.

google-ipmi-sys: SRCREV bump f3fe8df305..1302e83cd8

    Yuxiao Zhang (1):
         google-sys-ipmi: Remove gbmc-bare-metal-active target

Change-Id: Idc4cdf045255d335e0583fc40fe3628df134c7d8
Signed-off-by: Yuxiao Zhang <yuxiaozhang@google.com>
diff --git a/meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb b/meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb
index a547d90..2d9ead3 100644
--- a/meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb
+++ b/meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb
@@ -17,15 +17,18 @@
   systemd \
   "
 
+RDEPENDS:${PN} += " \
+  bare-metal-active \
+  "
+
 S = "${WORKDIR}/git"
 SRC_URI = "git://github.com/openbmc/google-ipmi-sys;branch=master;protocol=https"
-SRCREV = "f3fe8df305e41eccb6c56c71497660103d87b8ea"
+SRCREV = "1302e83cd81c5351d5f442c9d918ac5d4cc9f25b"
 
 FILES:${PN} += "${libdir}/ipmid-providers"
 
 SYSTEMD_PACKAGES = "${PN}"
 SYSTEMD_SERVICE:${PN} += " \
-  gbmc-bare-metal-active.target \
   gbmc-host-poweroff.target \
   gbmc-psu-hardreset.target \
   gbmc-psu-hardreset-pre.target \