Version 0.42.0 forgot to include the new 'a64-neon-test.S' test file and so the prepare step will fail for aarch64 systems. The 0.42.2 will deliver this file apart other fixes.
Signed-off-by: Marco Felsch <[email protected]> --- rules/pixman.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/pixman.make b/rules/pixman.make index db1a014..3174895 100644 --- a/rules/pixman.make +++ b/rules/pixman.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PIXMAN) += pixman # # Paths and names # -PIXMAN_VERSION := 0.42.0 -PIXMAN_MD5 := 7330a91505c123c09163d211cb285e88 +PIXMAN_VERSION := 0.42.2 +PIXMAN_MD5 := dec5dd93a3e95c80162515b7209ef0d5 PIXMAN := pixman-$(PIXMAN_VERSION) PIXMAN_SUFFIX := tar.xz PIXMAN_URL := $(call ptx/mirror, XORG, individual/lib/$(PIXMAN).$(PIXMAN_SUFFIX)) -- 2.30.2
