diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/recipes-test/googletest | |
parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
download | meta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz |
Convert to new override syntax
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-test/googletest')
-rw-r--r-- | meta-oe/recipes-test/googletest/googletest_git.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-test/googletest/googletest_git.bb b/meta-oe/recipes-test/googletest/googletest_git.bb index 3e1fc4ff8..ff8cecc5b 100644 --- a/meta-oe/recipes-test/googletest/googletest_git.bb +++ b/meta-oe/recipes-test/googletest/googletest_git.bb | |||
@@ -14,14 +14,14 @@ SRC_URI = "git://github.com/google/googletest.git" | |||
14 | 14 | ||
15 | inherit cmake | 15 | inherit cmake |
16 | 16 | ||
17 | ALLOW_EMPTY_${PN} = "1" | 17 | ALLOW_EMPTY:${PN} = "1" |
18 | ALLOW_EMPTY_${PN}-dbg = "1" | 18 | ALLOW_EMPTY:${PN}-dbg = "1" |
19 | 19 | ||
20 | RDEPENDS_${PN}-dev += "${PN}-staticdev" | 20 | RDEPENDS:${PN}-dev += "${PN}-staticdev" |
21 | 21 | ||
22 | BBCLASSEXTEND = "native nativesdk" | 22 | BBCLASSEXTEND = "native nativesdk" |
23 | 23 | ||
24 | do_configure_prepend() { | 24 | do_configure:prepend() { |
25 | # explicitly use python3 | 25 | # explicitly use python3 |
26 | # the scripts are already python3 compatible since https://github.com/google/googletest/commit/d404af0d987a9c38cafce82a7e26ec8468c88361 and other fixes like this | 26 | # the scripts are already python3 compatible since https://github.com/google/googletest/commit/d404af0d987a9c38cafce82a7e26ec8468c88361 and other fixes like this |
27 | # but since this oe-core change http://git.openembedded.org/openembedded-core/commit/?id=5f8f16b17f66966ae91aeabc23e97de5ecd17447 | 27 | # but since this oe-core change http://git.openembedded.org/openembedded-core/commit/?id=5f8f16b17f66966ae91aeabc23e97de5ecd17447 |