@@ -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/
similarity index 67%
rename from recipes-core/ltp/ltp-full_20190930.bb
rename to 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() {
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%)