stdplus: srcrev bump 74755ce0b5..aa4fcfc208

Patrick Williams (1):
      test/catch2: remove completely

William A. Kennington III (11):
      test/raw: Re-enable span tests
      test/signal: Convert to googletest
      test/raw: Convert to googletest
      test: Remove unused catch2
      gitignore: Fix subprojects
      test: Fix executing with valgrind
      test/io_uring: Avoid some tests on older kernels
      test/io_uring: Print kernel info
      test: Specify dependencies per-test
      build: Split stdplus-dl from stdplus library
      fd/atomic: Better separate this orthogonal functionality

Change-Id: Ib7aa463adcc412dd53e364eca2d67b4c77839fee
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 26f5de0..8308dc1 100644
--- a/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
+++ b/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
@@ -13,8 +13,9 @@
   liburing \
   "
 
-PACKAGES =+ "libstdplus libstdplus-io_uring"
+PACKAGES =+ "libstdplus libstdplus-dl libstdplus-io_uring"
 FILES:libstdplus = "${libdir}/libstdplus.so.*"
+FILES:libstdplus-dl = "${libdir}/libstdplus-dl.so.*"
 FILES:libstdplus-io_uring = "${libdir}/libstdplus-io_uring.so.*"
 
 EXTRA_OEMESON = " \
@@ -24,6 +25,6 @@
         "
 
 SRC_URI += "git://github.com/openbmc/stdplus;branch=master;protocol=https"
-SRCREV = "74755ce0b5d17031cbcfedcd29725bc4af97a065"
+SRCREV = "aa4fcfc208c45511aa9788a08c969425e440fda0"
 
 S = "${WORKDIR}/git"