]> code.ossystems Code Review - openembedded-core.git/commitdiff
binutils: additional patch should be added with space.
authorJeremy Puhlman <jpuhlman@mvista.com>
Mon, 10 Feb 2020 21:29:26 +0000 (13:29 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Feb 2020 13:07:17 +0000 (13:07 +0000)
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@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/binutils/binutils_2.33.bb

index ecdab96658147138c6cf5eccd5b2176283ba6c16..8bd2bf778cc87ea0704d91fd5a13c61bfa3364d3 100644 (file)
@@ -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}"