summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb')
-rw-r--r--meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb6
1 files changed, 3 insertions, 3 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 9edcb2b6e1..3797314b47 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
@@ -11,19 +11,19 @@ LIC_FILES_CHKSUM = "file://copying.txt;md5=462e4b97f73ef12f8171c3c546ce4e8d"
11SRC_URI = " \ 11SRC_URI = " \
12 git://github.com/g-truc/glm;branch=master;protocol=https \ 12 git://github.com/g-truc/glm;branch=master;protocol=https \
13 file://0001-Silence-clang-warnings.patch \ 13 file://0001-Silence-clang-warnings.patch \
14 file://0001-Do-not-use-Werror-with-clang.patch \
14 file://glmConfig.cmake.in \ 15 file://glmConfig.cmake.in \
15 file://glmConfigVersion.cmake.in \ 16 file://glmConfigVersion.cmake.in \
16 file://glm.pc.in \ 17 file://glm.pc.in \
17 file://glmTargets.cmake \ 18 file://glmTargets.cmake \
18" 19"
19SRCREV = "bf71a834948186f4097caa076cd2663c69a10e1e" 20SRCREV = "efec5db081e3aad807d0731e172ac597f6a39447"
21PV .= "+0.9.9.9+git${SRCPV}"
20 22
21S = "${WORKDIR}/git" 23S = "${WORKDIR}/git"
22 24
23inherit cmake 25inherit cmake
24 26
25CXXFLAGS:append:toolchain-clang = " -Wno-error=invalid-utf8 -Wno-error=disabled-macro-expansion -Wno-error=reserved-identifier"
26
27do_install() { 27do_install() {
28 install -d ${D}${includedir} ${D}${docdir}/glm ${D}${libdir}/pkgconfig ${D}${libdir}/cmake/glm 28 install -d ${D}${includedir} ${D}${docdir}/glm ${D}${libdir}/pkgconfig ${D}${libdir}/cmake/glm
29 cp -R --no-dereference --preserve=mode,links ${S}/glm ${D}${includedir} 29 cp -R --no-dereference --preserve=mode,links ${S}/glm ${D}${includedir}