Re: [yocto] [yocto-autobuilder-helper][PATCH] config.json : Fix repro-meta-oe layer dependency

2023-10-14 Thread Richard Purdie
On Fri, 2023-10-13 at 16:34 +0200, Fabien Thomas wrote:
> Fix meta-filesystem build issue due to hidden dependencies (not set by
> LAYERDEPENDS) smbnetfs(meta-filesystem) depends on
> samba(meta-networking) that depends on python3-dnspython (meta-python)
> 
> Create new build-st dir for each layer to avoid chain of
> failure between steps
> 
> Signed-off-by: Fabien Thomas 
> Reviewed-by: Yoann Congal 
> ---
>  config.json | 22 --
>  1 file changed, 12 insertions(+), 10 deletions(-)

https://autobuilder.yoctoproject.org/typhoon/#/builders/155/builds/5

Cheers,

Richard

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#61342): https://lists.yoctoproject.org/g/yocto/message/61342
Mute This Topic: https://lists.yoctoproject.org/mt/101941142/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: 
https://lists.yoctoproject.org/g/yocto/leave/6691583/21656/737036229/xyzzy 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[yocto] [meta-security][PATCH] tpm2-openssl: update to 1.2.0

2023-10-14 Thread Petr Gotthard
This is a feature release:
https://github.com/tpm2-software/tpm2-openssl/blob/1.2.0/docs/CHANGELOG.md

The do_configure amendment is no longer needed.

Signed-off-by: Petr Gotthard 
---
 .../{tpm2-openssl_1.1.1.bb => tpm2-openssl_1.2.0.bb}   | 7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)
 rename meta-tpm/recipes-tpm2/tpm2-openssl/{tpm2-openssl_1.1.1.bb => 
tpm2-openssl_1.2.0.bb} (64%)

diff --git a/meta-tpm/recipes-tpm2/tpm2-openssl/tpm2-openssl_1.1.1.bb 
b/meta-tpm/recipes-tpm2/tpm2-openssl/tpm2-openssl_1.2.0.bb
similarity index 64%
rename from meta-tpm/recipes-tpm2/tpm2-openssl/tpm2-openssl_1.1.1.bb
rename to meta-tpm/recipes-tpm2/tpm2-openssl/tpm2-openssl_1.2.0.bb
index b676871..3b4f9f7 100644
--- a/meta-tpm/recipes-tpm2/tpm2-openssl/tpm2-openssl_1.1.1.bb
+++ b/meta-tpm/recipes-tpm2/tpm2-openssl/tpm2-openssl_1.2.0.bb
@@ -6,16 +6,11 @@ DEPENDS = "autoconf-archive-native tpm2-tss openssl"
 
 SRC_URI = 
"https://github.com/tpm2-software/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.gz;
 
-SRC_URI[sha256sum] = 
"5a9bb0c6c61d026272b8843cbc291b5dfa9a55c1661a513b1c980807ad2dad01"
+SRC_URI[sha256sum] = 
"2ee15da2dceae1466ffba868e75a00b119d752babc1b6a2792286336a3324fb0"
 
 UPSTREAM_CHECK_URI = "https://github.com/tpm2-software/${BPN}/releases;
 
 inherit autotools pkgconfig
 
-do_configure:prepend() {
-# do not extract the version number from git
-sed -i -e 's/m4_esyscmd_s(\[git describe --tags --always 
--dirty\])/${PV}/' ${S}/configure.ac
-}
-
 FILES:${PN} = "\
 ${libdir}/ossl-modules/tpm2.so"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#61341): https://lists.yoctoproject.org/g/yocto/message/61341
Mute This Topic: https://lists.yoctoproject.org/mt/101957653/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-