aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/php/php.inc
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2016-08-18 05:32:59 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2016-08-22 15:49:29 +0200
commit107689a13348d5c1030bbdf03917ebcb143d2018 (patch)
tree7670525e7c80304113da0d4c92f3b0ae88cf5f92 /meta-oe/recipes-devtools/php/php.inc
parent1a2cfa6aab95cfba0f56d4922b8f87ca93cee88c (diff)
downloadmeta-openembedded-contrib-107689a13348d5c1030bbdf03917ebcb143d2018.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-devtools/php/php.inc')
-rw-r--r--meta-oe/recipes-devtools/php/php.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/php/php.inc b/meta-oe/recipes-devtools/php/php.inc
index 988ae489e3..9d21c54fce 100644
--- a/meta-oe/recipes-devtools/php/php.inc
+++ b/meta-oe/recipes-devtools/php/php.inc
@@ -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 \