summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2025-08-05 10:26:33 -0500
committerRyan Eatmon <reatmon@ti.com>2025-08-06 07:22:50 -0500
commit7aad745cde3ac7a663c67759e3d93accafba63d7 (patch)
tree3895bf77aa8d30654d5890a7ddd5ee2004ed71fe
parentf2b5ea5d01960c8982d8f153c3f5453e40d7f167 (diff)
downloadmeta-ti-7aad745cde3ac7a663c67759e3d93accafba63d7.tar.gz
recipes-graphics: weston: Remove hyphen from package revision
Seems having hyphens in the revision tag causes issues with RPM packaging. Remove this hyphen. Reported-by: Daniel Schultz <D.Schultz@phytec.de> Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/recipes-graphics/wayland/weston-ti-version.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/recipes-graphics/wayland/weston-ti-version.inc b/meta-ti-bsp/recipes-graphics/wayland/weston-ti-version.inc
index fafef724..42e6b6ac 100644
--- a/meta-ti-bsp/recipes-graphics/wayland/weston-ti-version.inc
+++ b/meta-ti-bsp/recipes-graphics/wayland/weston-ti-version.inc
@@ -1,6 +1,6 @@
1FILESEXTRAPATHS:prepend := "${THISDIR}/weston:" 1FILESEXTRAPATHS:prepend := "${THISDIR}/weston:"
2 2
3PR:append = ".ti-soc1" 3PR:append = ".tisoc1"
4 4
5SRC_URI += " \ 5SRC_URI += " \
6 file://0001-Revert-require-GL_EXT_unpack_subimage-commit.patch \ 6 file://0001-Revert-require-GL_EXT_unpack_subimage-commit.patch \