diff mbox series

gnutls: Updated ther patch which fixes build error for fips enabled.

Message ID 1677549568-21914-1-git-send-email-leimaohui@fujitsu.com
State Accepted, archived
Commit 7c00bf8e0a0f9c88de6cf782b7fa3db7872c4100
Headers show
Series gnutls: Updated ther patch which fixes build error for fips enabled. | expand

Commit Message

Maohui Lei (Fujitsu) Feb. 28, 2023, 1:59 a.m. UTC
The context of lib/Makefile.am in gnutls_3.8.0 has changed when
updated from gnutls_3.7.8.

Signed-off-by: Lei Maohui <leimaohui@fujitsu.com>
---
 ...1-Creating-.hmac-file-should-be-excuted-in-target-envi.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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