JIRA: EDISON-2451 fixed segmentation fault genrated due to data retrieval operation performed for a non-existing sensor
Signed-off-by: Mark Ceisel <[email protected]> --- recipes-devtools/iotkit-lib-c/iotkit-lib-c_0.1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/iotkit-lib-c/iotkit-lib-c_0.1.0.bb b/recipes-devtools/iotkit-lib-c/iotkit-lib-c_0.1.0.bb index 3d9a27a..d672b7e 100644 --- a/recipes-devtools/iotkit-lib-c/iotkit-lib-c_0.1.0.bb +++ b/recipes-devtools/iotkit-lib-c/iotkit-lib-c_0.1.0.bb @@ -8,7 +8,7 @@ DEPENDS = "nodejs-native swig-native curl" PR = "r1" -SRC_URI = "git://github.com/enableiot/iotkit-lib-c.git;protocol=https;tag=v1.4.6" +SRC_URI = "git://github.com/enableiot/iotkit-lib-c.git;protocol=https;tag=v1.4.7" S = "${WORKDIR}/git" -- 1.9.1 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
