Bug fix for double free memory corruption and QSocket error seen on AM57x devcie.
Signed-off-by: Manisha Agrawal <[email protected]> --- .../recipes-apps/mmwavegesture-hmi/mmwavegesture-hmi_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-extras/recipes-apps/mmwavegesture-hmi/mmwavegesture-hmi_git.bb b/meta-arago-extras/recipes-apps/mmwavegesture-hmi/mmwavegesture-hmi_git.bb index bece51f5..e4ccba48 100644 --- a/meta-arago-extras/recipes-apps/mmwavegesture-hmi/mmwavegesture-hmi_git.bb +++ b/meta-arago-extras/recipes-apps/mmwavegesture-hmi/mmwavegesture-hmi_git.bb @@ -10,7 +10,7 @@ PR = "r0" BRANCH = "master" SRC_URI = "git://git.ti.com/sitara-linux/mmwavegesture-hmi.git;protocol=git;branch=${BRANCH}" -SRCREV = "e8ca95ca63d891442d55aba95a01342f0b7bdd63" +SRCREV = "c6052e1cd1079b09bef78cdcd8e5151133c3b4e1" S = "${WORKDIR}/git" -- 2.13.0 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
