All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vijai Kumar K <Vijaikumar_Kanagarajan@mentor.com>
To: <jan.kiszka@siemens.com>, <quirin.gylstorff@siemens.com>,
	<cip-dev@lists.cip-project.org>
Cc: Vijai Kumar K <Vijaikumar_Kanagarajan@mentor.com>
Subject: [isar-cip-core][PATCH 1/3] recipes-core/ltp: Update to the latest ltp version
Date: Tue, 7 Jun 2022 19:20:14 +0530	[thread overview]
Message-ID: <20220607135016.1856603-2-Vijaikumar_Kanagarajan@mentor.com> (raw)
In-Reply-To: <20220607135016.1856603-1-Vijaikumar_Kanagarajan@mentor.com>

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 --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() {
-- 
2.25.1



  reply	other threads:[~2022-06-07 13:50 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-07 13:50 [isar-cip-core][PATCH 0/3] Update ltp Vijai Kumar K
2022-06-07 13:50 ` Vijai Kumar K [this message]
2022-06-07 13:50 ` [isar-cip-core][PATCH 2/3] recipes-core/ltp: refactor ltp recipe Vijai Kumar K
2022-06-07 13:50 ` [isar-cip-core][PATCH 3/3] recipes-core/ltp: Disable autotest Vijai Kumar K
2022-06-07 15:15   ` Jan Kiszka
2022-06-07 15:23     ` Kanagarajan, Vijaikumar
2022-06-07 15:52       ` Jan Kiszka
2022-06-07 16:14         ` Jan Kiszka
2022-06-07 16:18           ` Jan Kiszka
2022-06-07 17:38             ` Jan Kiszka
2022-06-07 18:10               ` Kanagarajan, Vijaikumar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220607135016.1856603-2-Vijaikumar_Kanagarajan@mentor.com \
    --to=vijaikumar_kanagarajan@mentor.com \
    --cc=cip-dev@lists.cip-project.org \
    --cc=jan.kiszka@siemens.com \
    --cc=quirin.gylstorff@siemens.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.