diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2012-06-20 04:51:32 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-21 13:03:05 +0100 |
commit | a0ad64d3c7e5bf06e163a49bb96c2fd186ed9abe (patch) | |
tree | ef95e45af11c91be8046158f73fe7257183fcd64 /meta/recipes-graphics/tslib | |
parent | 086a70567bfe329e6972dbbdd9036c51d4f48aa4 (diff) | |
download | poky-a0ad64d3c7e5bf06e163a49bb96c2fd186ed9abe.tar.gz |
Simplify "SRC_URI_append +=" to "SRC_URI_append ="
(From OE-Core rev: 17084891c0aa9114805f022ea185108e834e4fcd)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/tslib')
-rw-r--r-- | meta/recipes-graphics/tslib/tslib_1.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/tslib/tslib_1.0.bb b/meta/recipes-graphics/tslib/tslib_1.0.bb index 54ff3d4a9f..2c4b325e20 100644 --- a/meta/recipes-graphics/tslib/tslib_1.0.bb +++ b/meta/recipes-graphics/tslib/tslib_1.0.bb | |||
@@ -21,8 +21,8 @@ SRC_URI = "http://download.berlios.de/tslib/tslib-${PV}.tar.bz2 \ | |||
21 | 21 | ||
22 | SRC_URI[md5sum] = "92b2eb55b1e4ef7e2c0347069389390e" | 22 | SRC_URI[md5sum] = "92b2eb55b1e4ef7e2c0347069389390e" |
23 | SRC_URI[sha256sum] = "9c40d914e4f6fe00bdd77137d671c7ce4f211686228f2eb8b2d3c2360bc249c8" | 23 | SRC_URI[sha256sum] = "9c40d914e4f6fe00bdd77137d671c7ce4f211686228f2eb8b2d3c2360bc249c8" |
24 | SRC_URI_append_qemumips += " file://32bitBE-support.patch" | 24 | SRC_URI_append_qemumips = " file://32bitBE-support.patch" |
25 | SRC_URI_append_qemuppc += " file://32bitBE-support.patch" | 25 | SRC_URI_append_qemuppc = " file://32bitBE-support.patch" |
26 | 26 | ||
27 | 27 | ||
28 | inherit autotools pkgconfig | 28 | inherit autotools pkgconfig |