[OE-core] [PATCH] binutils: additional patch should be added with space.

Jeremy Puhlman jpuhlman at mvista.com
Mon Feb 10 21:29:26 UTC 2020


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>
---
 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 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 () {
 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}"
-- 
2.20.1



More information about the Openembedded-core mailing list