Message ID | 20230127062331.250975-1-srinuvasan_a@mentor.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | [isar-cip-core] efibootguard: Update to release 0.13 | expand |
On 27.01.23 07:23, Srinuvasan A wrote: > From: Srinuvasan A <srinuvasan.a@siemens.com> > > Update efibootguard to the latest release. > > Signed-off-by: Srinuvasan A <srinuvasan.a@siemens.com> > --- > .../{efibootguard_0.12.bb => efibootguard_0.13.bb} | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > rename recipes-bsp/efibootguard/{efibootguard_0.12.bb => efibootguard_0.13.bb} (91%) > > diff --git a/recipes-bsp/efibootguard/efibootguard_0.12.bb b/recipes-bsp/efibootguard/efibootguard_0.13.bb > similarity index 91% > rename from recipes-bsp/efibootguard/efibootguard_0.12.bb > rename to recipes-bsp/efibootguard/efibootguard_0.13.bb > index 721b9dc..79f784b 100644 > --- a/recipes-bsp/efibootguard/efibootguard_0.12.bb > +++ b/recipes-bsp/efibootguard/efibootguard_0.13.bb > @@ -1,7 +1,7 @@ > # > # CIP Core, generic profile > # > -# Copyright (c) Siemens AG, 2020 > +# Copyright (c) Siemens AG, 2020-2023 > # > # Authors: > # Quirin Gylstorff <quirin.gylstorff@siemens.com> > @@ -20,7 +20,7 @@ SRC_URI = " \ > https://github.com/siemens/efibootguard/archive/refs/tags/v${PV}.tar.gz;downloadfilename=efitbootguard-v${PV}.tar.gz \ > file://debian \ > " > -SRC_URI[sha256sum] = "fd670f7a60a605c68ed411a9ab83ac680fbc9a9b5a8fd7b417c049f6cba5b6dc" > +SRC_URI[sha256sum] = "639a6d8f687cb099b2e9b01eb08ad1494267fe26b5d903b4d405d0737feb989b" > > PROVIDES = "${PN}" > PROVIDES += "${PN}-dev" Thanks, applied. Jan
diff --git a/recipes-bsp/efibootguard/efibootguard_0.12.bb b/recipes-bsp/efibootguard/efibootguard_0.13.bb similarity index 91% rename from recipes-bsp/efibootguard/efibootguard_0.12.bb rename to recipes-bsp/efibootguard/efibootguard_0.13.bb index 721b9dc..79f784b 100644 --- a/recipes-bsp/efibootguard/efibootguard_0.12.bb +++ b/recipes-bsp/efibootguard/efibootguard_0.13.bb @@ -1,7 +1,7 @@ # # CIP Core, generic profile # -# Copyright (c) Siemens AG, 2020 +# Copyright (c) Siemens AG, 2020-2023 # # Authors: # Quirin Gylstorff <quirin.gylstorff@siemens.com> @@ -20,7 +20,7 @@ SRC_URI = " \ https://github.com/siemens/efibootguard/archive/refs/tags/v${PV}.tar.gz;downloadfilename=efitbootguard-v${PV}.tar.gz \ file://debian \ " -SRC_URI[sha256sum] = "fd670f7a60a605c68ed411a9ab83ac680fbc9a9b5a8fd7b417c049f6cba5b6dc" +SRC_URI[sha256sum] = "639a6d8f687cb099b2e9b01eb08ad1494267fe26b5d903b4d405d0737feb989b" PROVIDES = "${PN}" PROVIDES += "${PN}-dev"