From b1deccbd49cc3f785623b7600b8668fc0236f5cd Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 19 Mar 2021 09:43:55 +0100 Subject: libhandy: update 1.0.3 -> 1.2.0 (From OE-Core rev: 48fb4f03fec2085ca2e4745e0e40eaab6787e0f2) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- .../libhandy/libhandy/determinism.patch | 35 ---------------------- 1 file changed, 35 deletions(-) delete mode 100644 meta/recipes-gnome/libhandy/libhandy/determinism.patch (limited to 'meta/recipes-gnome/libhandy/libhandy/determinism.patch') diff --git a/meta/recipes-gnome/libhandy/libhandy/determinism.patch b/meta/recipes-gnome/libhandy/libhandy/determinism.patch deleted file mode 100644 index 7c4177f5f5..0000000000 --- a/meta/recipes-gnome/libhandy/libhandy/determinism.patch +++ /dev/null @@ -1,35 +0,0 @@ -hdy-enums*.c.in: Fix reproducibility issue - -When full filenames are used in generated sources it makes the resulting -debug packages non-reproducible. Best practise is to use basename in -comments instead. - -Signed-off-by: Richard Purdie richard.purdie@linuxfoundation.org -Upstream-Status: Submitted [https://gitlab.gnome.org/GNOME/libhandy/-/merge_requests/734] - -Index: a/src/hdy-enums-private.c.in -=================================================================== ---- a/src/hdy-enums-private.c.in -+++ b/src/hdy-enums-private.c.in -@@ -7,7 +7,7 @@ - /*** END file-header ***/ - - /*** BEGIN file-production ***/ --/* enumerations from "@filename@" */ -+/* enumerations from "@basename@" */ - /*** END file-production ***/ - - /*** BEGIN value-header ***/ -Index: a/src/hdy-enums.c.in -=================================================================== ---- a/src/hdy-enums.c.in -+++ b/src/hdy-enums.c.in -@@ -13,7 +13,7 @@ - /*** END file-header ***/ - - /*** BEGIN file-production ***/ --/* enumerations from "@filename@" */ -+/* enumerations from "@basename@" */ - /*** END file-production ***/ - - /*** BEGIN value-header ***/ -- cgit v1.2.3-54-g00ecf