Skip to content

Commit

Permalink
webos: googletest-clang: rename to match googletest recipe name from …
Browse files Browse the repository at this point in the history
…meta-oe

:Release Notes:
require doesn't support any wildcards in filename so we need
to require the matching one and it was recently renamed from
_1.13.0.bb to _1.14.0.bb.

:Detailed Notes:
Fixes parsing error:

  ERROR: ParseError at meta-webos/recipes-test/googletest/googletest-clang_1.13.0.bb:5:
  Could not include required file recipes-test/googletest/googletest_1.13.0.bb
  ERROR: Parsing halted due to errors, see error messages above

after:
https://git.openembedded.org/meta-openembedded/commit/?id=bdeb3ecf73e8994ac90e30d1f032f45580640871

:Testing Performed:
Only build tested.

:QA Notes:
No change to image.

:Issues Addressed:
[WRQ-691] Create GPVB with Yocto 4.3 Nanbield

Change-Id: I527cf9725d7da115ab2a01eae852609d146674f6
  • Loading branch information
shr-project committed Aug 23, 2024
1 parent 192462e commit b50afcb
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ inherit clang_cmake

require recipes-test/googletest/googletest_${PV}.bb

# Needed for meta-oe/recipes-test/googletest/files/0001-work-around-GCC-6-11-ADL-bug.patch from
# https://git.openembedded.org/meta-openembedded/commit/?h=kirkstone&id=8fb1e24fcc5fdaaafbfa03852c7b8bc3e995fe62
FILESEXTRAPATHS:prepend = "${META_OE_LAYER}/recipes-test/googletest/files:"

PACKAGECONFIG += "${@bb.utils.contains('USE_WEBRUNTIME_LIBCXX', '1', 'webruntime-libcxx', 'system-libcxx', d)}"
PACKAGECONFIG[webruntime-libcxx] = ",,chromium-toolchain-native chromium-stdlib"
PACKAGECONFIG[system-libcxx] = ",,libcxx"
Expand Down

0 comments on commit b50afcb

Please sign in to comment.