diff mbox series

[isar-cip-core,v5] update ISAR to latest next for dh-compat improvements

Message ID 9592f3b5-5148-491c-be55-ea2c95cffdb6@siemens.com (mailing list archive)
State Accepted
Headers show
Series [isar-cip-core,v5] update ISAR to latest next for dh-compat improvements | expand

Commit Message

Jan Kiszka Feb. 20, 2024, 7:34 p.m. UTC
From: Felix Moessbauer <felix.moessbauer@siemens.com>

This patch updates ISAR to the latest version on next which includes
enhanced support for debhelper-compat. While doing so, we switch from
ISAR/master to next and also add this branch to the kas file for easier
tracking.

Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
[Jan: upgrade ltp recipe to debhelper-compat]
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 kas-cip.yml                           | 2 +-
 recipes-core/ltp/files/debian/control | 2 +-
 recipes-core/ltp/ltp.inc              | 1 -
 3 files changed, 2 insertions(+), 3 deletions(-)

Comments

MOESSBAUER, Felix Feb. 21, 2024, 8:24 a.m. UTC | #1
On Tue, 2024-02-20 at 20:34 +0100, Jan Kiszka wrote:
> From: Felix Moessbauer <felix.moessbauer@siemens.com>
> 
> This patch updates ISAR to the latest version on next which includes
> enhanced support for debhelper-compat. While doing so, we switch from
> ISAR/master to next and also add this branch to the kas file for
> easier
> tracking.
> 
> Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
> [Jan: upgrade ltp recipe to debhelper-compat]

Thanks, also for bringing up the API change in ISAR on the ISAR ML.

Felix

> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
> ---
>  kas-cip.yml                           | 2 +-
>  recipes-core/ltp/files/debian/control | 2 +-
>  recipes-core/ltp/ltp.inc              | 1 -
>  3 files changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/kas-cip.yml b/kas-cip.yml
> index b255c977..0b209141 100644
> --- a/kas-cip.yml
> +++ b/kas-cip.yml
> @@ -22,7 +22,7 @@ repos:
>  
>    isar:
>      url: https://github.com/ilbers/isar.git
> -    commit: 30471bb3f787fb0aa822d15e141ecce2f3b99860
> +    commit: 07573d7a6030b8b381518387867b6406b1441f09
>      layers:
>        meta:
>  
> diff --git a/recipes-core/ltp/files/debian/control b/recipes-
> core/ltp/files/debian/control
> index 9caaf38d..b43cd6f4 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, pkg-config
> +Build-Depends: debhelper-compat (= 11), autotools-dev, pkg-config
>  Standards-Version: 4.1.3
>  Homepage: https://linux-test-project.github.io/
>  
> diff --git a/recipes-core/ltp/ltp.inc b/recipes-core/ltp/ltp.inc
> index d3350cbf..c8f1199e 100644
> --- a/recipes-core/ltp/ltp.inc
> +++ b/recipes-core/ltp/ltp.inc
> @@ -20,6 +20,5 @@ SRC_URI = " \
>  
>  do_prepare_build() {
>          cp -R ${WORKDIR}/debian ${S}
> -        deb_create_compat
>          deb_add_changelog
>  }
diff mbox series

Patch

diff --git a/kas-cip.yml b/kas-cip.yml
index b255c977..0b209141 100644
--- a/kas-cip.yml
+++ b/kas-cip.yml
@@ -22,7 +22,7 @@  repos:
 
   isar:
     url: https://github.com/ilbers/isar.git
-    commit: 30471bb3f787fb0aa822d15e141ecce2f3b99860
+    commit: 07573d7a6030b8b381518387867b6406b1441f09
     layers:
       meta:
 
diff --git a/recipes-core/ltp/files/debian/control b/recipes-core/ltp/files/debian/control
index 9caaf38d..b43cd6f4 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, pkg-config
+Build-Depends: debhelper-compat (= 11), autotools-dev, pkg-config
 Standards-Version: 4.1.3
 Homepage: https://linux-test-project.github.io/
 
diff --git a/recipes-core/ltp/ltp.inc b/recipes-core/ltp/ltp.inc
index d3350cbf..c8f1199e 100644
--- a/recipes-core/ltp/ltp.inc
+++ b/recipes-core/ltp/ltp.inc
@@ -20,6 +20,5 @@  SRC_URI = " \
 
 do_prepare_build() {
         cp -R ${WORKDIR}/debian ${S}
-        deb_create_compat
         deb_add_changelog
 }