Skip to content

Commit

Permalink
cmake-example: workaround for pseudo breakeage
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Freihofer <[email protected]>
  • Loading branch information
afreof authored and deribaucourt committed Sep 27, 2023
1 parent 05453ed commit b8a5ddd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions meta-selftest/recipes-test/cpp/cmake-example.bb
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@ SRC_URI += "\
"

FILES:${PN}-ptest += "${bindir}/test-cmake-example"

# This is a workaround for packages with sources in-tree
# Without this bitbake ... does not work after running the install script.
# newenv['PSEUDO_IGNORE_PATHS'] = newenv['PSEUDO_IGNORE_PATHS'] + ""
# path mismatch [3 links]: ino 37529096 db '/home/adrian/projects/oss/meta-yocto-upstream/projects/poky-oe-glibc-sd/tmp/work/cortexa57-poky-linux/cmake-example/1.0-r0/package/usr/src/debug/cmake-example/1.0-r0/oe-local-files/cmake-example-lib.cpp' req '/home/adrian/projects/oss/meta-yocto-upstream/projects/poky-oe-glibc-sd/workspace/sources/cmake-example/oe-local-files/cmake-example-lib.cpp'.
PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"

0 comments on commit b8a5ddd

Please sign in to comment.