summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gmp
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2012-06-20 04:51:32 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-21 12:55:11 +0100
commit17084891c0aa9114805f022ea185108e834e4fcd (patch)
treeb774a540aaf9ac61251c3040bdabfce0a0f6d626 /meta/recipes-support/gmp
parent8206c326fc8c797f734adbb181bf4e793e98b020 (diff)
downloadopenembedded-core-17084891c0aa9114805f022ea185108e834e4fcd.tar.gz
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/gmp')
-rw-r--r--meta/recipes-support/gmp/gmp_5.0.4.bb2
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 \
"