From 54130891c08f8b0dd4c96040df1def7d193561e3 Mon Sep 17 00:00:00 2001 From: vasilito Date: Tue, 30 Jun 2026 23:31:36 +0300 Subject: [PATCH] fix: correct redox-drm patch symlinks and lcms2 blake3 hash - redox-drm P1-P4 symlinks pointed to ../../../local/patches/ which resolves to local/local/patches/ (double local/). Fixed to ../../../patches/ to match P6/P7 and actually resolve. - lcms2 upstream tarball blake3 changed; updated recipe hash from 730f873... to 3cb343... to match current download. --- local/recipes/gpu/redox-drm/P1-intel-gen-gate.patch | 2 +- local/recipes/gpu/redox-drm/P2-intel-display-fixes.patch | 2 +- local/recipes/gpu/redox-drm/P3-intel-gen8-gen9-firmware.patch | 2 +- local/recipes/gpu/redox-drm/P4-virtio-gpu-driver.patch | 2 +- local/recipes/libs/lcms2/recipe.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/local/recipes/gpu/redox-drm/P1-intel-gen-gate.patch b/local/recipes/gpu/redox-drm/P1-intel-gen-gate.patch index 13adc9e52b..06f74d0d08 120000 --- a/local/recipes/gpu/redox-drm/P1-intel-gen-gate.patch +++ b/local/recipes/gpu/redox-drm/P1-intel-gen-gate.patch @@ -1 +1 @@ -../../../local/patches/redox-drm/P1-intel-gen-gate.patch \ No newline at end of file +../../../patches/redox-drm/P1-intel-gen-gate.patch \ No newline at end of file diff --git a/local/recipes/gpu/redox-drm/P2-intel-display-fixes.patch b/local/recipes/gpu/redox-drm/P2-intel-display-fixes.patch index 955ae777df..778158005b 120000 --- a/local/recipes/gpu/redox-drm/P2-intel-display-fixes.patch +++ b/local/recipes/gpu/redox-drm/P2-intel-display-fixes.patch @@ -1 +1 @@ -../../../local/patches/redox-drm/P2-intel-display-fixes.patch \ No newline at end of file +../../../patches/redox-drm/P2-intel-display-fixes.patch \ No newline at end of file diff --git a/local/recipes/gpu/redox-drm/P3-intel-gen8-gen9-firmware.patch b/local/recipes/gpu/redox-drm/P3-intel-gen8-gen9-firmware.patch index 1a9bdd503f..49c7fba916 120000 --- a/local/recipes/gpu/redox-drm/P3-intel-gen8-gen9-firmware.patch +++ b/local/recipes/gpu/redox-drm/P3-intel-gen8-gen9-firmware.patch @@ -1 +1 @@ -../../../local/patches/redox-drm/P3-intel-gen8-gen9-firmware.patch \ No newline at end of file +../../../patches/redox-drm/P3-intel-gen8-gen9-firmware.patch \ No newline at end of file diff --git a/local/recipes/gpu/redox-drm/P4-virtio-gpu-driver.patch b/local/recipes/gpu/redox-drm/P4-virtio-gpu-driver.patch index b9cdf92933..ef4b21ae9e 120000 --- a/local/recipes/gpu/redox-drm/P4-virtio-gpu-driver.patch +++ b/local/recipes/gpu/redox-drm/P4-virtio-gpu-driver.patch @@ -1 +1 @@ -../../../local/patches/redox-drm/P4-virtio-gpu-driver.patch \ No newline at end of file +../../../patches/redox-drm/P4-virtio-gpu-driver.patch \ No newline at end of file diff --git a/local/recipes/libs/lcms2/recipe.toml b/local/recipes/libs/lcms2/recipe.toml index a7d149964d..345a2125fb 100644 --- a/local/recipes/libs/lcms2/recipe.toml +++ b/local/recipes/libs/lcms2/recipe.toml @@ -1,6 +1,6 @@ [source] tar = "https://github.com/mm2/Little-CMS/archive/refs/tags/lcms2.19.tar.gz" -blake3 = "730f873079fc24b195f87557c872814206805242e977960ee9e8aff8cd6ab28b" +blake3 = "3cb343efe652c9a70dc7c3acda2905c1333d4add288f8dc212a68e92851126d7" [build] template = "custom"