[meta-intel] [PATCH][meta-intel-iot-middleware] middleware: bug fix when data retrieval is performed for a non-existing sensor

Mark Ceisel mark.n.ceisel at intel.com
Wed Mar 18 16:32:23 PDT 2015


JIRA: EDISON-2451

fixed segmentation fault genrated due to data retrieval operation
performed for a non-existing sensor

Signed-off-by: Mark Ceisel <mark.n.ceisel at intel.com>
---
 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



More information about the meta-intel mailing list