mirror of
https://git.yoctoproject.org/poky
synced 2026-07-15 15:37:03 +00:00
buildtools-tarball: Add nativesdk-make
Recently it was discovered that many Fedora hosts have a broken version of make 3.82. Add make to the buildtools-tarball, as well ad modify make to support building a special nativesdk version. (From OE-Core rev: ea972fc4ce2268f01be6beeafd27dd949d800f9d) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
316e24233c
commit
051eb15093
@@ -13,4 +13,4 @@ SRC_URI += "file://expand_MAKEFLAGS.patch \
|
||||
SRC_URI[md5sum] = "1a11100f3c63fcf5753818e59d63088f"
|
||||
SRC_URI[sha256sum] = "e2c1a73f179c40c71e2fe8abf8a8a0688b8499538512984da4a76958d0402966"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user