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

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