summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorJeremy Puhlman <jpuhlman@mvista.com>2020-02-10 13:29:26 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-14 13:07:23 +0000
commit69e3b6c80ea7cab7f8687ee223dfd29dcc2c0d75 (patch)
tree15cb7ee83c48896be06188be4c6c3ced3d5f93ee /meta/recipes-devtools
parent0b24dd23fba3816a69cc2b6ce8a0aeb749e2928b (diff)
downloadpoky-69e3b6c80ea7cab7f8687ee223dfd29dcc2c0d75.tar.gz
binutils: additional patch should be added with space.
If an append adds a patch or file with SRC_URI += , the spaceless append causes the file listings to concatinate and cause failures in the nativesdk-binutils parse/build. (From OE-Core rev: 227bacec59501b6ef0aca50c62ad1f4acd167b5d) Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/binutils/binutils_2.33.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/binutils/binutils_2.33.bb b/meta/recipes-devtools/binutils/binutils_2.33.bb
index ecdab96658..8bd2bf778c 100644
--- a/meta/recipes-devtools/binutils/binutils_2.33.bb
+++ b/meta/recipes-devtools/binutils/binutils_2.33.bb
@@ -51,7 +51,7 @@ do_install_class-native () {
51PACKAGE_BEFORE_PN += "libbfd" 51PACKAGE_BEFORE_PN += "libbfd"
52FILES_libbfd = "${libdir}/libbfd-*.so" 52FILES_libbfd = "${libdir}/libbfd-*.so"
53 53
54SRC_URI_append_class-nativesdk = "file://nativesdk-relocation.patch" 54SRC_URI_append_class-nativesdk = " file://nativesdk-relocation.patch "
55 55
56USE_ALTERNATIVES_FOR_class-nativesdk = "" 56USE_ALTERNATIVES_FOR_class-nativesdk = ""
57FILES_${PN}_append_class-nativesdk = " ${bindir}" 57FILES_${PN}_append_class-nativesdk = " ${bindir}"