summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2025-07-10 13:18:24 +0200
committerKhem Raj <raj.khem@gmail.com>2025-07-10 10:46:23 -0700
commit222064c3ad41130703708455820aedd3deeb372f (patch)
tree8a69461684f19764bf730ffc8fea5da96c67a864
parent473d0b27a3a034be6aa989a0a58f4b645862daa1 (diff)
downloadmeta-openembedded-222064c3ad41130703708455820aedd3deeb372f.tar.gz
glm: allow to build wih cmake 4
Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb b/meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb
index e6fd0edd21..f18ae346a5 100644
--- a/meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb
+++ b/meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb
@@ -23,6 +23,8 @@ PV .= "+0.9.9.9+git"
23 23
24inherit cmake 24inherit cmake
25 25
26EXTRA_OECMAKE = "-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
27
26do_install() { 28do_install() {
27 install -d ${D}${includedir} ${D}${docdir}/glm ${D}${libdir}/pkgconfig ${D}${libdir}/cmake/glm 29 install -d ${D}${includedir} ${D}${docdir}/glm ${D}${libdir}/pkgconfig ${D}${libdir}/cmake/glm
28 cp -R --no-dereference --preserve=mode,links ${S}/glm ${D}${includedir} 30 cp -R --no-dereference --preserve=mode,links ${S}/glm ${D}${includedir}