musl: Update to 1.2.2 release

Detailed logs are here [1]

* 85e0e351 release 1.2.2
* 3953aecb fix VIDIOC_DQEVENT (v4l2) ioctl fallback for pre-5.6 kernels
* 30f55067 fix v4l2 buffer ioctl fallbacks for pre-5.6 kernels
* db981ffb sh: fix incorrect mcontext_t member naming

[1] https://git.musl-libc.org/cgit/musl/log/?qt=range&q=1e4204d522670a1d8b8ab85f1cfefa960547e8af..85e0e3519655220688e757b9d5bfd314923548bd

(From OE-Core rev: 73c2661a328b109a9fa69fbb4150c15622a5b506)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj
2021-01-25 16:50:04 -08:00
committed by Richard Purdie
parent dbd80a923c
commit 1b4801d13b

View File

@@ -4,9 +4,9 @@
require musl.inc
inherit linuxloader
SRCREV = "1e4204d522670a1d8b8ab85f1cfefa960547e8af"
SRCREV = "85e0e3519655220688e757b9d5bfd314923548bd"
BASEVER = "1.2.1"
BASEVER = "1.2.2"
PV = "${BASEVER}+git${SRCPV}"