[PATCH openbmc] Fix i2c-tools SRCURI syntax

OpenBMC Patches openbmc-patches at stwcx.xyz
Thu May 26 12:00:36 AEST 2016


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.

Signed-off-by: Rick Altherr <raltherr at google.com>

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/openbmc/openbmc/305)
<!-- Reviewable:end -->


https://github.com/openbmc/openbmc/pull/305

Rick Altherr (1):
  Fix i2c-tools SRCURI syntax

 meta-phosphor/common/recipes-devtools/i2c-tools/i2c-tools_%.bbappend | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
2.8.3




More information about the openbmc mailing list