From 1040d64b963509d3c92367498d77a15c63e28370 Mon Sep 17 00:00:00 2001 From: Chirag Jain Date: Mon, 2 Dec 2024 17:20:46 +0530 Subject: [PATCH] qdl: update to the latest upstream Update to the latest commit of the upstream repository: https://github.com/linux-msm/qdl.git. Relevant changes from latest upstream: - support for old libusb - support for building across ubuntu variants - updates to firehose configuration - support for operations Signed-off-by: Chirag Jain --- recipes-devtools/qdl/qdl_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/qdl/qdl_git.bb b/recipes-devtools/qdl/qdl_git.bb index 320911c60..dd69e4a2e 100644 --- a/recipes-devtools/qdl/qdl_git.bb +++ b/recipes-devtools/qdl/qdl_git.bb @@ -9,7 +9,7 @@ DEPENDS = "libxml2 libusb1" inherit pkgconfig -SRCREV = "aeb70e0645d6583b34b99c3025ebd2b8475d322b" +SRCREV = "fa070e81b4a33a4fa6f33af08ef8cf7245715540" SRC_URI = "git://github.com/linux-msm/${BPN}.git;branch=master;protocol=https" PV = "0.0+${SRCREV}"