summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/libtsm
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-graphics/libtsm')
-rw-r--r--meta-oe/recipes-graphics/libtsm/libtsm_4.5.0.bb (renamed from meta-oe/recipes-graphics/libtsm/libtsm_4.4.0.bb)4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-graphics/libtsm/libtsm_4.4.0.bb b/meta-oe/recipes-graphics/libtsm/libtsm_4.5.0.bb
index 1764ba628a..9e999fe970 100644
--- a/meta-oe/recipes-graphics/libtsm/libtsm_4.4.0.bb
+++ b/meta-oe/recipes-graphics/libtsm/libtsm_4.5.0.bb
@@ -22,7 +22,7 @@ LIC_FILES_CHKSUM = "\
22DEPENDS = "xkeyboard-config" 22DEPENDS = "xkeyboard-config"
23 23
24SRC_URI = "git://github.com/kmscon/libtsm;protocol=https;branch=main;tag=v${PV}" 24SRC_URI = "git://github.com/kmscon/libtsm;protocol=https;branch=main;tag=v${PV}"
25SRCREV = "0d33498a6de3619628f7802a0c76fc98c8773d5b" 25SRCREV = "556373437d1c5f57f4dfc7c6cc1330e5088a4174"
26 26
27inherit meson pkgconfig 27inherit meson pkgconfig
28 28
@@ -31,5 +31,3 @@ EXTRA_OEMESON:append = " \
31 -Dtests=false \ 31 -Dtests=false \
32 -Dgtktsm=false \ 32 -Dgtktsm=false \
33" 33"
34
35BBCLASSEXTEND = "native nativesdk"