mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 21:32:13 +02:00
1.49.0 is not buildable with eglibc 2.16 since it exposes a define TIME_UTC which is also used in boost until 1.50.0 when it was renamed to TIME_UTC_ so instead of porting needed patches we upgrade boost to latest release (From OE-Core rev: 20c00be5556db5e6680bcdb7d4ec6d4516f4c410) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 lines
303 B
BlitzBasic
10 lines
303 B
BlitzBasic
include boost.inc
|
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE_1_0.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
|
|
|
|
PR = "${INC_PR}.0"
|
|
|
|
SRC_URI += "file://arm-intrinsics.patch"
|
|
SRC_URI[md5sum] = "52dd00be775e689f55a987baebccc462"
|
|
SRC_URI[sha256sum] = "c9ace2b8c81fa6703d1d17c7e478de3bc51101c5adbdeb3f6cb72cf3045a8529"
|