diff options
author | leimaohui <leimaohui@fujitsu.com> | 2023-02-28 09:59:28 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-01 21:29:31 +0000 |
commit | d7b576cf6b145e832cb0c4d4e64dd8f0170fb6eb (patch) | |
tree | adf37f34c0da088ba50773eb4ce39dadb7708f79 /meta | |
parent | 33d9b3a8ed186c2d212acb83f715367912010e7f (diff) | |
download | poky-d7b576cf6b145e832cb0c4d4e64dd8f0170fb6eb.tar.gz |
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 <leimaohui@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/gnutls/gnutls/0001-Creating-.hmac-file-should-be-excuted-in-target-envi.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
21 | 21 | ||
22 | -$(hmac_file): libgnutls.la fipshmac | 22 | -$(hmac_file): libgnutls.la fipshmac |
23 | - $(AM_V_GEN) $(builddir)/fipshmac > $@-t && mv $@-t $@ | 23 | - $(AM_V_GEN) $(builddir)/fipshmac > $@-t && mv $@-t $@ |
24 | +.libs/.gnutls.hmac: | 24 | +.libs/.$(gnutls_so).hmac: |
25 | 25 | ||
26 | CLEANFILES = $(hmac_file) | 26 | CLEANFILES = $(hmac_file) |
27 | endif | 27 | endif |