[oe-commits] [openembedded-core] 20/26: binutils: additional patch should be added with space.

git at git.openembedded.org git at git.openembedded.org
Fri Feb 14 13:19:54 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 227bacec59501b6ef0aca50c62ad1f4acd167b5d
Author: Jeremy Puhlman <jpuhlman at mvista.com>
AuthorDate: Mon Feb 10 13:29:26 2020 -0800

    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.
    
    Signed-off-by: Jeremy Puhlman <jpuhlman at mvista.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/binutils/binutils_2.33.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/binutils/binutils_2.33.bb b/meta/recipes-devtools/binutils/binutils_2.33.bb
index ecdab96..8bd2bf7 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 () {
 PACKAGE_BEFORE_PN += "libbfd"
 FILES_libbfd = "${libdir}/libbfd-*.so"
 
-SRC_URI_append_class-nativesdk =  "file://nativesdk-relocation.patch"
+SRC_URI_append_class-nativesdk =  " file://nativesdk-relocation.patch "
 
 USE_ALTERNATIVES_FOR_class-nativesdk = ""
 FILES_${PN}_append_class-nativesdk = " ${bindir}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list