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-support/gmp | |
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-support/gmp')
-rw-r--r-- | meta/recipes-support/gmp/gmp_5.0.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/gmp/gmp_5.0.4.bb b/meta/recipes-support/gmp/gmp_5.0.4.bb index cb2ca5b983..f79443827f 100644 --- a/meta/recipes-support/gmp/gmp_5.0.4.bb +++ b/meta/recipes-support/gmp/gmp_5.0.4.bb | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | |||
4 | file://version.c;endline=18;md5=d8c56b52b9092346b9f93b4da65ef790" | 4 | file://version.c;endline=18;md5=d8c56b52b9092346b9f93b4da65ef790" |
5 | PR = "r1" | 5 | PR = "r1" |
6 | 6 | ||
7 | SRC_URI_append += "file://use-includedir.patch \ | 7 | SRC_URI_append = " file://use-includedir.patch \ |
8 | file://gmp_fix_for_x32.patch \ | 8 | file://gmp_fix_for_x32.patch \ |
9 | file://gmp_fix_for_automake-1.12.patch \ | 9 | file://gmp_fix_for_automake-1.12.patch \ |
10 | " | 10 | " |