summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-10-31 16:39:41 +0800
committerKhem Raj <raj.khem@gmail.com>2022-10-31 08:27:33 -0700
commite1736749520913fe49546a03a0767f6ca91a830e (patch)
tree6c29924e347b5b97f948c2c54292825cbe8f38bd /meta-oe
parenta9334a5cba6d9e83f81f036e1d92aae584ce3dbc (diff)
downloadmeta-openembedded-e1736749520913fe49546a03a0767f6ca91a830e.tar.gz
cglm: upgrade 0.8.5 -> 0.8.7
Changelog: fix build: add missing struct affine functions and headers Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-graphics/cglm/cglm_0.8.7.bb (renamed from meta-oe/recipes-graphics/cglm/cglm_0.8.5.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/cglm/cglm_0.8.5.bb b/meta-oe/recipes-graphics/cglm/cglm_0.8.7.bb
index 5a437c102..95a651dd0 100644
--- a/meta-oe/recipes-graphics/cglm/cglm_0.8.5.bb
+++ b/meta-oe/recipes-graphics/cglm/cglm_0.8.7.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8dc95c4110ba741c43832734b51b7de7"
10 10
11SRC_URI = "git://github.com/recp/cglm;branch=master;protocol=https" 11SRC_URI = "git://github.com/recp/cglm;branch=master;protocol=https"
12# Tag v0.8.5 12# Tag v0.8.5
13SRCREV = "7e5d1f435f628b873347eb052b7d6605b0b997f2" 13SRCREV = "8cfc98d2835a8cd1a9041f257c7ba0bfe4fbc1f3"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16