From: leimaohui Date: Tue, 28 Feb 2023 01:59:28 +0000 (+0800) Subject: gnutls: Updated ther patch which fixes build error for fips enabled. X-Git-Tag: 2023-04-mickledore~371 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c00bf8e0a0f9c88de6cf782b7fa3db7872c4100;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git 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. Signed-off-by: Lei Maohui Signed-off-by: Alexandre Belloni --- 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 87ebd8059ea..4bdc40d9327 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