diff options
author | Jeremy Puhlman <jpuhlman@mvista.com> | 2020-02-10 13:29:26 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-14 13:07:23 +0000 |
commit | 69e3b6c80ea7cab7f8687ee223dfd29dcc2c0d75 (patch) | |
tree | 15cb7ee83c48896be06188be4c6c3ced3d5f93ee /meta/recipes-devtools/binutils | |
parent | 0b24dd23fba3816a69cc2b6ce8a0aeb749e2928b (diff) | |
download | poky-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/binutils')
-rw-r--r-- | meta/recipes-devtools/binutils/binutils_2.33.bb | 2 |
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 () { | |||
51 | PACKAGE_BEFORE_PN += "libbfd" | 51 | PACKAGE_BEFORE_PN += "libbfd" |
52 | FILES_libbfd = "${libdir}/libbfd-*.so" | 52 | FILES_libbfd = "${libdir}/libbfd-*.so" |
53 | 53 | ||
54 | SRC_URI_append_class-nativesdk = "file://nativesdk-relocation.patch" | 54 | SRC_URI_append_class-nativesdk = " file://nativesdk-relocation.patch " |
55 | 55 | ||
56 | USE_ALTERNATIVES_FOR_class-nativesdk = "" | 56 | USE_ALTERNATIVES_FOR_class-nativesdk = "" |
57 | FILES_${PN}_append_class-nativesdk = " ${bindir}" | 57 | FILES_${PN}_append_class-nativesdk = " ${bindir}" |