summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/pango/pango
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-08-23 22:20:22 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-25 16:00:10 +0100
commitc66351edd17a4ae3efe3476781f1ddef9c39575d (patch)
treeb79e598a3418d7d1dcbf89d53bbbffd183a13c82 /meta/recipes-graphics/pango/pango
parenta96f16835c571c0d9008bcfcc593c7814ed66eaf (diff)
downloadpoky-c66351edd17a4ae3efe3476781f1ddef9c39575d.tar.gz
pango: update 1.44.7 -> 1.46.0
(From OE-Core rev: d14ddc119958086ddb78ffe859be6c61282d507a) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/pango/pango')
-rw-r--r--meta/recipes-graphics/pango/pango/0001-Fix-build-reproducibility.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/meta/recipes-graphics/pango/pango/0001-Fix-build-reproducibility.patch b/meta/recipes-graphics/pango/pango/0001-Fix-build-reproducibility.patch
deleted file mode 100644
index 03abf8763c..0000000000
--- a/meta/recipes-graphics/pango/pango/0001-Fix-build-reproducibility.patch
+++ /dev/null
@@ -1,31 +0,0 @@
1From f8b32901981a06a8db4169b82a704dcf7e8b6560 Mon Sep 17 00:00:00 2001
2From: Joshua Watt <JPEWhacker@gmail.com>
3Date: Wed, 20 Nov 2019 15:43:57 -0600
4Subject: [PATCH] Fix build reproducibility
5
6Changes the comment in pango-enum-types.c to reference the file basename
7instead of the full path. This ensures that the generated file is
8reproducible when it is included in source packages meant for debugging.
9
10Upstream-Status: Pending [https://gitlab.gnome.org/GNOME/pango/merge_requests/159]
11Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
12---
13 pango/pango-enum-types.c.template | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16diff --git a/pango/pango-enum-types.c.template b/pango/pango-enum-types.c.template
17index d922c691..0d55ef74 100644
18--- a/pango/pango-enum-types.c.template
19+++ b/pango/pango-enum-types.c.template
20@@ -6,7 +6,7 @@
21 /*** END file-header ***/
22
23 /*** BEGIN file-production ***/
24-/* enumerations from "@filename@" */
25+/* enumerations from "@basename@" */
26 /*** END file-production ***/
27
28 /*** BEGIN value-header ***/
29--
302.23.0
31