stdplus: srcrev bump aed0c18541..ee53ad3332

William A. Kennington III (2):
      gtest: Install the run_with_tmp script for convenience
      io_uring: Separate from primary library

Change-Id: I2eb46f24500fc859a21c7278bd12c6ba68e1add2
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb b/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
index 32ca969..dc1d0ad 100644
--- a/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
+++ b/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
@@ -13,6 +13,10 @@
   liburing \
   "
 
+PACKAGES =+ "libstdplus libstdplus-io_uring"
+FILES:libstdplus = "${libdir}/libstdplus.so.*"
+FILES:libstdplus-io_uring = "${libdir}/libstdplus-io_uring.so.*"
+
 EXTRA_OEMESON = " \
         -Dexamples=false \
         -Dtests=disabled \
@@ -20,6 +24,6 @@
         "
 
 SRC_URI += "git://github.com/openbmc/stdplus;branch=master;protocol=https"
-SRCREV = "aed0c185412cd180eba6e45cdd814cd22a81c172"
+SRCREV = "ee53ad33323285955f23a7ef9ab8daa18c3c76b8"
 
 S = "${WORKDIR}/git"