Skip to content

Commit 8409c1b

Browse files
ChenQi1989thomas-roos
authored andcommitted
aws-iot-device-sdk-cpp-v2: use libdir to avoid do_package error
If multilib is enabled, libdir is /usr/lib64, and this will cause do_package error about installed-not-shipped issue. Use ${libdir} to avoid such issue. Signed-off-by: Chen Qi <[email protected]> (cherry picked from commit 54d4d45)
1 parent c414c70 commit 8409c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes-sdk/aws-iot-device-sdk-cpp-v2/aws-iot-device-sdk-cpp-v2_1.35.1.bb

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ PACKAGECONFIG ??= "\
4747
build-deps \
4848
"
4949

50-
FILES:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'build-deps', '/usr/lib/*', '', d)}"
50+
FILES:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'build-deps', '${libdir}/*', '', d)}"
5151

5252
# nooelint: oelint.vars.insaneskip:INSANE_SKIP
5353
INSANE_SKIP += "${@bb.utils.contains('PACKAGECONFIG', 'build-deps', 'ldflags', '', d)}"

0 commit comments

Comments
 (0)