diff options
| author | Robert P. J. Day <rpjday@crashcourse.ca> | 2016-08-18 05:32:59 -0400 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-22 15:49:29 +0200 |
| commit | 107689a13348d5c1030bbdf03917ebcb143d2018 (patch) | |
| tree | 7670525e7c80304113da0d4c92f3b0ae88cf5f92 /meta-oe/recipes-devtools | |
| parent | 1a2cfa6aab95cfba0f56d4922b8f87ca93cee88c (diff) | |
| download | meta-openembedded-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')
| -rw-r--r-- | meta-oe/recipes-devtools/php/php.inc | 2 |
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 \ | |||
| 15 | file://0001-acinclude-use-pkgconfig-for-libxml2-config.patch \ | 15 | file://0001-acinclude-use-pkgconfig-for-libxml2-config.patch \ |
| 16 | " | 16 | " |
| 17 | 17 | ||
| 18 | SRC_URI_append_class-target += " \ | 18 | SRC_URI_append_class-target = " \ |
| 19 | file://iconv.patch \ | 19 | file://iconv.patch \ |
| 20 | file://imap-fix-autofoo.patch \ | 20 | file://imap-fix-autofoo.patch \ |
| 21 | file://pear-makefile.patch \ | 21 | file://pear-makefile.patch \ |
