From 107689a13348d5c1030bbdf03917ebcb143d2018 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Thu, 18 Aug 2016 05:32:59 -0400 Subject: meta-oe: Standardize use of "_append" versus use of "+=" Remove superfluous "+=", then manually add necessary leading space. Signed-off-by: Robert P. J. Day Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/php/php.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-devtools/php') 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 \ -- cgit 1.2.3-korg