meta-oe: Standardize use of "_append" versus use of "+="

Remove superfluous "+=", then manually add necessary leading space.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Robert P. J. Day
2016-08-18 05:32:59 -04:00
committed by Martin Jansa
parent 1a2cfa6aab
commit 107689a133
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ SRC_URI = "http://php.net/distributions/php-${PV}.tar.bz2 \
file://0001-acinclude-use-pkgconfig-for-libxml2-config.patch \
"
SRC_URI_append_class-target += " \
SRC_URI_append_class-target = " \
file://iconv.patch \
file://imap-fix-autofoo.patch \
file://pear-makefile.patch \