summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/glfw/glfw_3.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-core/glfw/glfw_3.3.bb')
-rw-r--r--meta-oe/recipes-core/glfw/glfw_3.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/glfw/glfw_3.3.bb b/meta-oe/recipes-core/glfw/glfw_3.3.bb
index f6e05955e..b31bba6b6 100644
--- a/meta-oe/recipes-core/glfw/glfw_3.3.bb
+++ b/meta-oe/recipes-core/glfw/glfw_3.3.bb
@@ -12,7 +12,7 @@ inherit pkgconfig cmake features_check
12 12
13PV .= "+git${SRCPV}" 13PV .= "+git${SRCPV}"
14SRCREV = "781fbbadb0bccc749058177b1385c82da9ace880" 14SRCREV = "781fbbadb0bccc749058177b1385c82da9ace880"
15SRC_URI = "git://github.com/glfw/glfw.git" 15SRC_URI = "git://github.com/glfw/glfw.git;branch=master;protocol=https"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18