build-unit-test-docker: gpioplus requires stdplus
In anticipation of changes upcoming in gpioplus where it will use the
File Descriptor types provided by stdplus.
Change-Id: Ie682564b04e7f6799277301c5f4384b2b05524bf
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/build-unit-test-docker.sh b/build-unit-test-docker.sh
index 361bed8..7c18dff 100755
--- a/build-unit-test-docker.sh
+++ b/build-unit-test-docker.sh
@@ -318,6 +318,7 @@
ninja -C build install
FROM openbmc-base as openbmc-gpioplus
+COPY --from=openbmc-stdplus ${PREFIX} ${PREFIX}
RUN curl -L https://github.com/openbmc/gpioplus/archive/${PKG_REV['gpioplus']}.tar.gz | tar -xz && \
cd gpioplus-* && \
meson build -Dprefix=${PREFIX} -Dtests=disabled -Dexamples=false && \