[oe-commits] [openembedded-core] 40/41: attr: Remove redundant "+=" after "_append"

git at git.openembedded.org git at git.openembedded.org
Tue Apr 26 10:29:30 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 4991676adabd8491b00878357d571cae33b42b06
Author: Robert P. J. Day <rpjday at crashcourse.ca>
AuthorDate: Thu Apr 21 09:45:18 2016 -0400

    attr: Remove redundant "+=" after "_append"
    
    Signed-off-by: Robert P. J. Day <rpjday at crashcourse.ca>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-support/attr/attr_2.4.47.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-support/attr/attr_2.4.47.bb b/meta/recipes-support/attr/attr_2.4.47.bb
index 44eee39..556c8e4 100644
--- a/meta/recipes-support/attr/attr_2.4.47.bb
+++ b/meta/recipes-support/attr/attr_2.4.47.bb
@@ -2,9 +2,9 @@ require attr.inc
 
 # configure.ac was missing from the release tarball. This should be fixed in
 # future releases of attr, remove this when updating the recipe.
-SRC_URI_append += "file://attr-Missing-configure.ac.patch \
-                   file://dont-use-decl-macros.patch \
-                  "
+SRC_URI += "file://attr-Missing-configure.ac.patch \
+            file://dont-use-decl-macros.patch \
+           "
 
 SRC_URI[md5sum] = "84f58dec00b60f2dc8fd1c9709291cc7"
 SRC_URI[sha256sum] = "25772f653ac5b2e3ceeb89df50e4688891e21f723c460636548971652af0a859"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list