Skip to content

Commit 88702a9

Browse files
committed
aws-sdk-cpp: add INSANE_SKIP buildpaths for dev package
(cherry picked from commit 216d6b8)
1 parent 60dc855 commit 88702a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

recipes-sdk/aws-sdk-cpp/aws-sdk-cpp_1.11.568.bb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,6 @@ INSANE_SKIP:${PN}-src:append:class-target:arm = " buildpaths"
9696
INSANE_SKIP += "${@bb.utils.contains('PACKAGECONFIG', 'sanitize', 'buildpaths', '', d)}"
9797
PACKAGECONFIG[sanitize] = ",,gcc-sanitizers"
9898
OECMAKE_CXX_FLAGS += "${@bb.utils.contains('PACKAGECONFIG', 'sanitize', '-fsanitize=address,undefined -fno-omit-frame-pointer', '', d)}"
99+
100+
# nooelint: oelint.vars.insaneskip:INSANE_SKIP
101+
INSANE_SKIP:${PN}-dev += "buildpaths"

0 commit comments

Comments
 (0)