Skip to content

Commit e51c179

Browse files
committed
aws-sdk-cpp: update 1.11.568 -> 1.11.574
1 parent 642da76 commit e51c179

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

recipes-sdk/aws-sdk-cpp/aws-sdk-cpp_1.11.568.bb renamed to recipes-sdk/aws-sdk-cpp/aws-sdk-cpp_1.11.574.bb

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ SRC_URI = "\
1919
file://ptest_result.py \
2020
"
2121

22-
SRCREV = "c7f2c5b30cb60ea72208aa4d3e513e2b02c3aa5a"
22+
SRCREV = "72a62c15cb17dc18fe68fb22d350c9fa43362e6d"
2323

2424
S = "${WORKDIR}/git"
2525

@@ -30,6 +30,8 @@ PACKAGECONFIG ?= "\
3030
${@bb.utils.contains('PTEST_ENABLED', '1', 'with-tests', '', d)} \
3131
"
3232

33+
PACKAGECONFIG:append:x86-64 = " ${@bb.utils.contains('PTEST_ENABLED', '1', 'sanitize', '', d)}"
34+
3335
PACKAGECONFIG[pulseaudio] = "-DPULSEAUDIO=TRUE, -DPULSEAUDIO=FALSE, pulseaudio"
3436

3537
# CMAKE_CROSSCOMPILING=OFF will enable build of unit tests
@@ -89,7 +91,7 @@ do_install_ptest () {
8991
# this is related to this issue
9092
# https://github.com/aws/aws-sdk-cpp/issues/2242
9193
# nooelint: oelint.vars.insaneskip:INSANE_SKIP
92-
INSANE_SKIP:${PN}-src:append:class-target:arm = " buildpaths"
94+
INSANE_SKIP:${PN}-src:append:class-target = " buildpaths"
9395

9496
# -fsanitize=address does cause this
9597
# nooelint: oelint.vars.insaneskip:INSANE_SKIP
@@ -98,4 +100,4 @@ PACKAGECONFIG[sanitize] = ",,gcc-sanitizers"
98100
OECMAKE_CXX_FLAGS += "${@bb.utils.contains('PACKAGECONFIG', 'sanitize', '-fsanitize=address,undefined -fno-omit-frame-pointer', '', d)}"
99101

100102
# nooelint: oelint.vars.insaneskip:INSANE_SKIP
101-
INSANE_SKIP:${PN}-dev += "buildpaths"
103+
INSANE_SKIP:${PN}-dev += "buildpaths"

0 commit comments

Comments
 (0)