diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2016-04-21 09:45:18 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-29 07:58:45 +0100 |
commit | 10ebdbb0309dfcd653bedb3d78af7ee69e54de1c (patch) | |
tree | ff25810e7deb44f9c4bf05f129ac5ff1ced81830 /meta/recipes-support/attr | |
parent | 19d87600328630d424e488010728fd95705308d3 (diff) | |
download | poky-10ebdbb0309dfcd653bedb3d78af7ee69e54de1c.tar.gz |
attr: Remove redundant "+=" after "_append"
(From OE-Core rev: 9566c3bb7c95d42973e63f672522e13bebf3ccd7)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/attr')
-rw-r--r-- | meta/recipes-support/attr/attr_2.4.47.bb | 6 |
1 files 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 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 | |||
2 | 2 | ||
3 | # configure.ac was missing from the release tarball. This should be fixed in | 3 | # configure.ac was missing from the release tarball. This should be fixed in |
4 | # future releases of attr, remove this when updating the recipe. | 4 | # future releases of attr, remove this when updating the recipe. |
5 | SRC_URI_append += "file://attr-Missing-configure.ac.patch \ | 5 | SRC_URI += "file://attr-Missing-configure.ac.patch \ |
6 | file://dont-use-decl-macros.patch \ | 6 | file://dont-use-decl-macros.patch \ |
7 | " | 7 | " |
8 | 8 | ||
9 | SRC_URI[md5sum] = "84f58dec00b60f2dc8fd1c9709291cc7" | 9 | SRC_URI[md5sum] = "84f58dec00b60f2dc8fd1c9709291cc7" |
10 | SRC_URI[sha256sum] = "25772f653ac5b2e3ceeb89df50e4688891e21f723c460636548971652af0a859" | 10 | SRC_URI[sha256sum] = "25772f653ac5b2e3ceeb89df50e4688891e21f723c460636548971652af0a859" |