aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Meshkevich <roman.meshkevich@cogentembedded.com>2018-02-28 18:27:30 +0300
committerRoman Meshkevich <roman.meshkevich@cogentembedded.com>2018-02-28 18:27:30 +0300
commitc4cfadbe72945533232c3a35ed961fdc3afd5030 (patch)
treeeb68f8b491fee5ac6afb2cd90914fdf0d73cee89
parentdae88899a1665c66491b8d40f383b6c04a5be558 (diff)
[recipes-support] update glm version to 0.9.7.6
-rw-r--r--meta-rcar-gen3-adas/recipes-support/glm/glm_0.9.7.0.bb10
-rw-r--r--meta-rcar-gen3-adas/recipes-support/glm/glm_0.9.7.6.bb10
-rw-r--r--meta-rcar-gen3-adas/recipes-support/glm/glm_git.bb13
3 files changed, 10 insertions, 23 deletions
diff --git a/meta-rcar-gen3-adas/recipes-support/glm/glm_0.9.7.0.bb b/meta-rcar-gen3-adas/recipes-support/glm/glm_0.9.7.0.bb
deleted file mode 100644
index 0ba9214..0000000
--- a/meta-rcar-gen3-adas/recipes-support/glm/glm_0.9.7.0.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-require glm.inc
-
-SRC_URI = "\
- https://github.com/g-truc/${BPN}/archive/${PV}.tar.gz \
- file://0001-Fix-cmake-pathes.patch \
-"
-
-SRC_URI[md5sum] = "33025d322f08e7783f6513272ef60aff"
-SRC_URI[sha256sum] = "71f95cb20602dff9e799e7f4854d4173474382dbd9d0efc6f77bde6d289351fa"
-
diff --git a/meta-rcar-gen3-adas/recipes-support/glm/glm_0.9.7.6.bb b/meta-rcar-gen3-adas/recipes-support/glm/glm_0.9.7.6.bb
new file mode 100644
index 0000000..7c01393
--- /dev/null
+++ b/meta-rcar-gen3-adas/recipes-support/glm/glm_0.9.7.6.bb
@@ -0,0 +1,10 @@
+require glm.inc
+
+SRC_URI = "\
+ https://github.com/g-truc/${BPN}/archive/${PV}.tar.gz \
+ file://0001-Fix-cmake-pathes.patch \
+"
+
+SRC_URI[md5sum] = "5b75955d21ce2c2d515919d30c69a3eb"
+SRC_URI[sha256sum] = "872fdea580b69b752562adc60734d7472fd97d5724c4ead585564083deac3953"
+
diff --git a/meta-rcar-gen3-adas/recipes-support/glm/glm_git.bb b/meta-rcar-gen3-adas/recipes-support/glm/glm_git.bb
deleted file mode 100644
index 68f0d3e..0000000
--- a/meta-rcar-gen3-adas/recipes-support/glm/glm_git.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-require glm.inc
-
-SRC_URI = "\
- git://github.com/g-truc/glm.git \
- file://0001-Fix-cmake-pathes.patch \
-"
-
-SRCREV = "ebdd48fa6f4a3f1436badeb43580a7910551740e"
-S = "${WORKDIR}/git"
-
-PV = "0.999+git${SRCREV}"
-
-DEFAULT_PREFERENCE = "-1"