mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
0b24dd23fb
commit
69e3b6c80e
@@ -51,7 +51,7 @@ do_install_class-native () {
|
|||||||
PACKAGE_BEFORE_PN += "libbfd"
|
PACKAGE_BEFORE_PN += "libbfd"
|
||||||
FILES_libbfd = "${libdir}/libbfd-*.so"
|
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 = ""
|
USE_ALTERNATIVES_FOR_class-nativesdk = ""
|
||||||
FILES_${PN}_append_class-nativesdk = " ${bindir}"
|
FILES_${PN}_append_class-nativesdk = " ${bindir}"
|
||||||
|
|||||||
Reference in New Issue
Block a user