sdeventplus: srcrev bump 8c34c80b81..b0a0e4db46

William A. Kennington III (12):
      README: Fix for meson instructions
      event: Add non-owning constructor
      source/*: Use unique_function so our callbacks can be move-only
      src: Fix non-installed types.hpp
      utility/timer: Use unique_function so our callbacks can be move-only
      source/*: Implement heap based userdata
      source/*: Allow copies to be made
      sdevent: Support floating sources
      source/base: Support floating sources
      example/heartbeat: Demonstrate a floating source
      utility/timer: Implement heap based userdata
      utility/timer: Allow floating

(From meta-phosphor rev: 96af4c15249b2d66cac9d011b5a8e3dad2ef72ea)

Change-Id: Ib005838cae70616638880f90d453088a5d6a0797
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/meta-phosphor/recipes-extended/sdeventplus/sdeventplus_git.bb b/meta-phosphor/recipes-extended/sdeventplus/sdeventplus_git.bb
index 0060312..9befc92 100644
--- a/meta-phosphor/recipes-extended/sdeventplus/sdeventplus_git.bb
+++ b/meta-phosphor/recipes-extended/sdeventplus/sdeventplus_git.bb
@@ -20,6 +20,6 @@
         "
 
 SRC_URI += "git://github.com/openbmc/sdeventplus"
-SRCREV = "8c34c80b817c660fe33f7eb3e75bb0c2e8ddf479"
+SRCREV = "b0a0e4db4628e2bab502767aa08cf236a0d0bf5d"
 
 S = "${WORKDIR}/git"