1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

bitbake: fetch/tests/toaster: Override conversion fixups

Fix some references that missed during the overrides syntax migration or
were incorrect. Thanks to Quentin Schulz <foss@0leil.net> for the patch.

(Bitbake rev: 6184cb07dfa44f5f76f1c423533b4547d80b20ab)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2021-08-04 10:55:04 +01:00
parent 0b973973f3
commit 7f0f1179eb
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ exportD = "d"
overridetest = """
RRECOMMENDS:${PN} = "a"
RRECOMMENDS:${PN}_libc = "b"
RRECOMMENDS:${PN}:libc = "b"
OVERRIDES = "libc:${PN}"
PN = "gtk+"
"""