meta-phosphor: dbus-interfaces: use assignment operator
Use the assignment operator instead of appending when setting SRC_URI in
a recipe.
Appending to variables without a default such as SRC_URI in this context
is nonsensical and a distraction (granted a minor one) for anyone
accustomed to looking at bitbake metadata.
Perhaps more importantly it confuses tools like devtool.
Change-Id: Ie6975d8aa02e682180c223b81e3f56ff00e70765
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
1 file changed