From 8b45fb30ea81d63e93422863d30e9b1c0820fa50 Mon Sep 17 00:00:00 2001 From: Raquel Medina Date: Tue, 19 May 2020 02:06:53 +0200 Subject: fix qt-qrcode memory corruption Bug-AGL: SPEC-3364 Signed-off-by: Raquel Medina Change-Id: I74b3e66e3fe14c37b75beee7316941f4268395bd --- recipes-qt/qt-qrcode/qt-qrcode_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes-qt/qt-qrcode/qt-qrcode_git.bb') diff --git a/recipes-qt/qt-qrcode/qt-qrcode_git.bb b/recipes-qt/qt-qrcode/qt-qrcode_git.bb index 8b3ff79a..0a7ae730 100644 --- a/recipes-qt/qt-qrcode/qt-qrcode_git.bb +++ b/recipes-qt/qt-qrcode/qt-qrcode_git.bb @@ -9,7 +9,8 @@ DEPENDS = "qtbase qtdeclarative qtquickcontrols2 qtsvg qrencode" SRC_URI = "git://github.com/danielsanfr/qt-qrcode.git;protocol=https \ file://0001-rework-library-build.patch \ -" + file://0002-fix-dangling-pointer.patch \ + " SRCREV = "2d57d9c6e2341689d10f9360a16a08831a4a820b" PV = "git${SRCPV}" -- cgit 1.2.3-korg