History log of /openbmc/pldm/subprojects/stdplus.wrap (Results 1 – 2 of 2)
Revision Date Author Comments
# d2ab1c22 13-Apr-2022 Patrick Williams <patrick@stwcx.xyz>

build: minor meson tweaks

- Sort dependency list(s)
- Add '.git' suffix on 'stdplus.wrap' URL.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ic47a6856572373d04a723082e9b0b40b7260a9

build: minor meson tweaks

- Sort dependency list(s)
- Add '.git' suffix on 'stdplus.wrap' URL.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ic47a6856572373d04a723082e9b0b40b7260a90e

show more ...


# 1421a80f 04-Apr-2022 Manojkiran Eda <manojkiran.eda@gmail.com>

Add stdplus dependency for pldm

pldm flight recorder feature in pldm uses stdplus::signal::block
API to block the SIGUSR1 linux signal.

Explicitly not adding this as dependency would ideally break

Add stdplus dependency for pldm

pldm flight recorder feature in pldm uses stdplus::signal::block
API to block the SIGUSR1 linux signal.

Explicitly not adding this as dependency would ideally break the
compilation of pldm using subprojects.

Tested By:
1. compile pldm on ubuntu with out any openbmc - packages
2. the compilation breaks with undefined reference error
3. Put this patch in - and then recompile the code
4. now pldm compiles with out any errors.

Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
Change-Id: I111f3581b898c71a5e4eeee24a0bfc89c4487021

show more ...