summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/boost-sml/boost-sml_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/boost-sml/boost-sml_git.bb b/meta-oe/recipes-support/boost-sml/boost-sml_git.bb
index 18dc8851af..378be1a8eb 100644
--- a/meta-oe/recipes-support/boost-sml/boost-sml_git.bb
+++ b/meta-oe/recipes-support/boost-sml/boost-sml_git.bb
@@ -8,10 +8,10 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=e4224ccaecb14d942c71d31bef20d78c"
8 8
9DEPENDS += "boost qemu-native" 9DEPENDS += "boost qemu-native"
10 10
11PV = "1.1.8" 11PV = "1.1.9"
12 12
13SRC_URI = "git://github.com/boost-ext/sml.git;protocol=https;branch=master" 13SRC_URI = "git://github.com/boost-ext/sml.git;protocol=https;branch=master"
14SRCREV = "8eb63a8b77bb662075dd36b316e53f75e605fd0f" 14SRCREV = "751b6f10b73c086e0e8850a7ef5b5aea2136831b"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17