diff mbox series

[kirkstone/master,3/4] ltp-ddt: update to the latest from Dunfell

Message ID 20230321190428.2818600-3-denis@denix.org
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [kirkstone/master,1/4] irqbalance: Move to the latest tip v1.9.2+ | expand

Commit Message

Denys Dmytriyenko March 21, 2023, 7:04 p.m. UTC
From: Denys Dmytriyenko <denys@konsulko.com>

Match the latest sha used in Dunfell.

Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 .../recipes-devtools/ltp-ddt/ltp-ddt_20210524.bb              | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20210524.bb b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20210524.bb
index 88a2a0e2..f3c237df 100644
--- a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20210524.bb
+++ b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20210524.bb
@@ -11,10 +11,10 @@  PROVIDES += "ltp"
 DEPENDS += "alsa-lib"
 
 PE = "1"
-PR = "r5"
+PR = "r7"
 PV:append = "+git${SRCPV}"
 
-SRCREV = "e0f92958396f7cee40da505319681aee1f331542"
+SRCREV = "0b51638be46d1e00e2e7e6c4c65dcff738ff2e60"
 BRANCH ?= "master"
 
 SRC_URI:remove = "git://github.com/linux-test-project/ltp.git;protocol=https;branch=master"