summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-08-25 03:00:25 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-08-27 01:20:58 +0300
commite8d616073b93fb25ed0e3ea1e7894dbf094dfafc (patch)
tree52a316863aa50a8e0b22ac80b77d2ff951b9a617
parent9275d850a21aa66d7fc5eba95cdaa030443ce08e (diff)
downloadopenbmc-e8d616073b93fb25ed0e3ea1e7894dbf094dfafc.tar.xz
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>
-rw-r--r--meta-phosphor/recipes-extended/stdplus/stdplus_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb b/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
index 26f5de0e91..8308dc1d27 100644
--- a/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
+++ b/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
@@ -13,8 +13,9 @@ DEPENDS += " \
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 @@ EXTRA_OEMESON = " \
"
SRC_URI += "git://github.com/openbmc/stdplus;branch=master;protocol=https"
-SRCREV = "74755ce0b5d17031cbcfedcd29725bc4af97a065"
+SRCREV = "aa4fcfc208c45511aa9788a08c969425e440fda0"
S = "${WORKDIR}/git"