Fix i2c-tools SRCURI syntax
Override syntax (FOO_append, FOO_prepend) doesn't insert spaces to
separate the append from the original value. This caused the two URIs
to be incorrectly merged into one and caused a download failure. It
happens that the fallback in that case is to use the Yocto mirror so it
kept working other than emitting a warning. Using =+ prepend syntax
correctly adds the separating space.
Change-Id: I36f48cb53aa29ea9a4bde738c975784f6ce24250
Signed-off-by: Rick Altherr <raltherr@google.com>
1 file changed