diff mbox series

[isar-cip-core,1/3] recipes-core/ltp: Update to the latest ltp version

Message ID 20220607135016.1856603-2-Vijaikumar_Kanagarajan@mentor.com (mailing list archive)
State Handled Elsewhere
Headers show
Series Update ltp | expand

Commit Message

Vijai Kumar K June 7, 2022, 1:50 p.m. UTC
Update to the latest ltp version. The latest ltp version depends on
pkg-config.

Signed-off-by: Vijai Kumar K <Vijaikumar_Kanagarajan@mentor.com>
---
 recipes-core/ltp/files/debian/control                         | 2 +-
 .../ltp/{ltp-full_20190930.bb => ltp-full_20220527.bb}        | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename recipes-core/ltp/{ltp-full_20190930.bb => ltp-full_20220527.bb} (67%)
diff mbox series

Patch

diff --git a/recipes-core/ltp/files/debian/control b/recipes-core/ltp/files/debian/control
index 5ec4b9d..9caaf38 100644
--- a/recipes-core/ltp/files/debian/control
+++ b/recipes-core/ltp/files/debian/control
@@ -2,7 +2,7 @@  Source: ltp-full
 Section: embedded
 Priority: optional
 Maintainer: Gylstorff Quirin <quirin.gylstorff@siemens.com>
-Build-Depends: debhelper (>= 11), autotools-dev
+Build-Depends: debhelper (>= 11), autotools-dev, pkg-config
 Standards-Version: 4.1.3
 Homepage: https://linux-test-project.github.io/
 
diff --git a/recipes-core/ltp/ltp-full_20190930.bb b/recipes-core/ltp/ltp-full_20220527.bb
similarity index 67%
rename from recipes-core/ltp/ltp-full_20190930.bb
rename to recipes-core/ltp/ltp-full_20220527.bb
index fc35f5e..5b40df1 100644
--- a/recipes-core/ltp/ltp-full_20190930.bb
+++ b/recipes-core/ltp/ltp-full_20220527.bb
@@ -14,10 +14,10 @@  inherit dpkg
 DESCRIPTION = "Linux Test project for CIP"
 
 SRC_URI = " \
-   https://github.com/linux-test-project/ltp/releases/download/20190930/ltp-full-${PV}.tar.xz \
+   https://github.com/linux-test-project/ltp/releases/download/${PV}/ltp-full-${PV}.tar.xz \
    file://debian \
    "
-SRC_URI[sha256sum] = "c7049590df2da3135030db5ef4c0076b76c789724a752b1102b4a01db0189f9a"
+SRC_URI[sha256sum] = "d635afb5ec7b0de763ab50713baf9fbf65cf089da6e6768f816e4a166cbd17c4"
 
 
 do_prepare_build() {