sdeventplus: Depend on function2

An upcoming change will require this dependency for sdeventplus, so that
we can store functions containing move-only types for callbacks.

(From meta-phosphor rev: c345eb3b55f168f17e7025eaeed5ad603af6745f)

Change-Id: I30b3caa38f26414b82493301bd7acd466f9814bc
Signed-off-by: William A. Kennington III <wak@google.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/recipes-extended/sdeventplus/sdeventplus_git.bb b/meta-phosphor/recipes-extended/sdeventplus/sdeventplus_git.bb
index d1ddff9..2f2ce35 100644
--- a/meta-phosphor/recipes-extended/sdeventplus/sdeventplus_git.bb
+++ b/meta-phosphor/recipes-extended/sdeventplus/sdeventplus_git.bb
@@ -9,6 +9,7 @@
 inherit meson pkgconfig
 
 DEPENDS += " \
+        function2 \
         stdplus \
         systemd \
         "