]> code.ossystems Code Review - openembedded-core.git/commitdiff
attr: Remove redundant "+=" after "_append"
authorRobert P. J. Day <rpjday@crashcourse.ca>
Thu, 21 Apr 2016 13:45:18 +0000 (09:45 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 29 Apr 2016 06:53:58 +0000 (07:53 +0100)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/attr/attr_2.4.47.bb

index 44eee39644ea526dd88a4b016ef7fcf11e524c72..556c8e43e00ce3ceae8a59df5fa8fc7bafbbc9df 100644 (file)
@@ -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"