diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-05 16:01:35 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-06 11:27:25 +0100 |
| commit | 24cccdbe28d49752b5a7bf304040156b97861d16 (patch) | |
| tree | 0bf9fea13d33fd34eb712e27de09d628296ac84d /meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb | |
| parent | d7a38848f06f518140c65ce24d7e56ca3e3c3169 (diff) | |
| download | poky-24cccdbe28d49752b5a7bf304040156b97861d16.tar.gz | |
pixman: Backport fix for recent binutils
With recent binutils, we see a compile failure. Backport the patch for this
from upstream.
(From OE-Core rev: 7ea6b1910419cf5f5036c603edf3440383d1c947)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb')
| -rw-r--r-- | meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb b/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb index 3c55c1705a..4be72665f9 100644 --- a/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb +++ b/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb | |||
| @@ -10,6 +10,7 @@ DEPENDS = "zlib" | |||
| 10 | SRC_URI = "https://www.cairographics.org/releases/${BP}.tar.gz \ | 10 | SRC_URI = "https://www.cairographics.org/releases/${BP}.tar.gz \ |
| 11 | file://0001-ARM-qemu-related-workarounds-in-cpu-features-detecti.patch \ | 11 | file://0001-ARM-qemu-related-workarounds-in-cpu-features-detecti.patch \ |
| 12 | file://0001-pixman-combine-float.c-fix-inlining-failed-in-call-t.patch \ | 12 | file://0001-pixman-combine-float.c-fix-inlining-failed-in-call-t.patch \ |
| 13 | file://865e6ce00bb79a6b925ed4c2c436e1533e4472aa.patch \ | ||
| 13 | " | 14 | " |
| 14 | SRC_URI[sha256sum] = "ea1480efada2fd948bc75366f7c349e1c96d3297d09a3fe62626e38e234a625e" | 15 | SRC_URI[sha256sum] = "ea1480efada2fd948bc75366f7c349e1c96d3297d09a3fe62626e38e234a625e" |
| 15 | 16 | ||
