cerbero
cerbero copied to clipboard
append_env broken
Cerbero function append_env
seems to be broken. This is also mentioned in the recipes/seed.recipe
file. As a result, I am not sure how to pass environment variables properly.
Actually, I'm not sure in what circumstances append_env
doesn't work. If it didn't work at all, everything in Cerbero would be broken. We rely on append_env
very heavily in openwebrtc.recipe, icu.recipe, etc.
This is perhaps the cause of the icu typeinfo include issue where it doesn't find gnustl because it's not in the CXXFLAGS as it should be.
Perhaps, but then we'd see similar failures in openwebrtc.recipe as well. Maybe there's something common between icu and seed which causes intermittent failures, but isn't in openwebrtc.recipe.
This was working for me before, but suddenly stopped working for me ingst-plugins-bad-1.0-static.recipe
(patched by me).