From: Robert P. J. Day Date: Thu, 21 Apr 2016 13:45:18 +0000 (-0400) Subject: attr: Remove redundant "+=" after "_append" X-Git-Tag: uninative-1.0~224 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9566c3bb7c95d42973e63f672522e13bebf3ccd7;p=openembedded-core.git attr: Remove redundant "+=" after "_append" Signed-off-by: Robert P. J. Day Signed-off-by: Ross Burton --- diff --git a/meta/recipes-support/attr/attr_2.4.47.bb b/meta/recipes-support/attr/attr_2.4.47.bb index 44eee39644..556c8e43e0 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"