From d7b576cf6b145e832cb0c4d4e64dd8f0170fb6eb Mon Sep 17 00:00:00 2001 From: leimaohui Date: Tue, 28 Feb 2023 09:59:28 +0800 Subject: gnutls: Updated ther patch which fixes build error for fips enabled. The context of lib/Makefile.am in gnutls_3.8.0 has changed when updated from gnutls_3.7.8. (From OE-Core rev: 7c00bf8e0a0f9c88de6cf782b7fa3db7872c4100) Signed-off-by: Lei Maohui Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../0001-Creating-.hmac-file-should-be-excuted-in-target-envi.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/gnutls/gnutls/0001-Creating-.hmac-file-should-be-excuted-in-target-envi.patch b/meta/recipes-support/gnutls/gnutls/0001-Creating-.hmac-file-should-be-excuted-in-target-envi.patch index 87ebd8059e..4bdc40d932 100644 --- a/meta/recipes-support/gnutls/gnutls/0001-Creating-.hmac-file-should-be-excuted-in-target-envi.patch +++ b/meta/recipes-support/gnutls/gnutls/0001-Creating-.hmac-file-should-be-excuted-in-target-envi.patch @@ -21,7 +21,7 @@ index 6d4e8d2..24ef108 100644 -$(hmac_file): libgnutls.la fipshmac - $(AM_V_GEN) $(builddir)/fipshmac > $@-t && mv $@-t $@ -+.libs/.gnutls.hmac: ++.libs/.$(gnutls_so).hmac: CLEANFILES = $(hmac_file) endif -- cgit v1.2.3-54-g00ecf