From 468575f9733e6a397264a92c6a2b3c7afa88bce6 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 6 Feb 2020 23:58:46 +0000 Subject: libgcrypt: Fix determinism issue The build was injection git information from the wrong git tree, stop this to allow reproducible builds. (From OE-Core rev: 506b36b6d86b3454fcc3cb85f6229cbe8d14f5b5) Signed-off-by: Richard Purdie --- meta/recipes-support/libgcrypt/libgcrypt_1.8.5.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-support/libgcrypt/libgcrypt_1.8.5.bb') diff --git a/meta/recipes-support/libgcrypt/libgcrypt_1.8.5.bb b/meta/recipes-support/libgcrypt/libgcrypt_1.8.5.bb index 04785574f2..4e0eb0a169 100644 --- a/meta/recipes-support/libgcrypt/libgcrypt_1.8.5.bb +++ b/meta/recipes-support/libgcrypt/libgcrypt_1.8.5.bb @@ -24,6 +24,7 @@ SRC_URI = "${GNUPG_MIRROR}/libgcrypt/libgcrypt-${PV}.tar.bz2 \ file://0001-Prefetch-GCM-look-up-tables.patch \ file://0002-AES-move-look-up-tables-to-.data-section-and-unshare.patch \ file://0003-GCM-move-look-up-table-to-.data-section-and-unshare-.patch \ + file://determinism.patch \ " SRC_URI[md5sum] = "348cc4601ca34307fc6cd6c945467743" SRC_URI[sha256sum] = "3b4a2a94cb637eff5bdebbcaf46f4d95c4f25206f459809339cdada0eb577ac3" -- cgit v1.2.3-54-g00ecf