diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2018-03-14 15:32:35 +0100 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-21 18:36:38 -0700 |
commit | 0b35874a24e349b3d2a1748e08b48217d33cbb20 (patch) | |
tree | cd75fe1c5fbedf5b778682f32d57b58710616fa3 | |
parent | 0be593bd12d5c51dfa9358e51a0c1668acb449c1 (diff) | |
download | meta-openembedded-0b35874a24e349b3d2a1748e08b48217d33cbb20.tar.gz |
glm: update 0.9.8.5 -> 0.9.9-a2 to fix x86_64 (sse-simd) build
* Commit log shows many commints fixing sse e.g. [1-3]. Instead of creating a
heavy patch series here let's move to the latest version tagged.
* License file 'copying.txt' was removed in [4]. License information is now
found in 'readme.md'. License is still MIT.
[1] https://github.com/g-truc/glm/commit/8bcf9b5ae791fce37a86764b8acfd68424ac544b
[2] https://github.com/g-truc/glm/commit/1bbf2dafb9f67b14507dc37e4ee885464c5ffc78
[3] https://github.com/g-truc/glm/commit/fdfd03ffaf0e312ce0bab604982f50790e71b09f
[4] https://github.com/g-truc/glm/commit/a23911a5e9d8c631023c62be6f0cf0bf855ca482
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/glm/glm_0.9.9-a2.bb (renamed from meta-oe/recipes-graphics/glm/glm_0.9.8.5.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-graphics/glm/glm_0.9.8.5.bb b/meta-oe/recipes-graphics/glm/glm_0.9.9-a2.bb index a174f2af09..ed050a148c 100644 --- a/meta-oe/recipes-graphics/glm/glm_0.9.8.5.bb +++ b/meta-oe/recipes-graphics/glm/glm_0.9.9-a2.bb | |||
@@ -8,10 +8,10 @@ BUGTRACKER = "https://github.com/g-truc/glm/issues" | |||
8 | SECTION = "libs" | 8 | SECTION = "libs" |
9 | 9 | ||
10 | LICENSE = "MIT" | 10 | LICENSE = "MIT" |
11 | LIC_FILES_CHKSUM = "file://copying.txt;md5=4431606d144252143c9c3df384a74cad" | 11 | LIC_FILES_CHKSUM = "file://readme.md;beginline=21;endline=22;md5=3075b5727d36f29edccf97b93e72b790" |
12 | 12 | ||
13 | SRC_URI = "git://github.com/g-truc/glm;branch=0.9.8" | 13 | SRC_URI = "git://github.com/g-truc/glm;branch=master" |
14 | SRCREV = "6fa203eeb7fbcbb6f620501fad40359c8a456049" | 14 | SRCREV = "fcbedf5058ef8613dd02aac62ef00d55dcfeadd7" |
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
17 | inherit cmake | 17 | inherit cmake |