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 12:55:11 +0100 |
commit | 17084891c0aa9114805f022ea185108e834e4fcd (patch) | |
tree | b774a540aaf9ac61251c3040bdabfce0a0f6d626 /meta/recipes-support | |
parent | 8206c326fc8c797f734adbb181bf4e793e98b020 (diff) | |
download | openembedded-core-17084891c0aa9114805f022ea185108e834e4fcd.tar.gz openembedded-core-17084891c0aa9114805f022ea185108e834e4fcd.tar.bz2 openembedded-core-17084891c0aa9114805f022ea185108e834e4fcd.zip |
Simplify "SRC_URI_append +=" to "SRC_URI_append ="
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')
-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 \ file://version.c;endline=18;md5=d8c56b52b9092346b9f93b4da65ef790" PR = "r1" -SRC_URI_append += "file://use-includedir.patch \ +SRC_URI_append = " file://use-includedir.patch \ file://gmp_fix_for_x32.patch \ file://gmp_fix_for_automake-1.12.patch \ " |