summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/gnutls/gnutls/0001-Creating-.hmac-file-should-be-excuted-in-target-envi.patch2
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