]> code.ossystems Code Review - openembedded-core.git/blob
d9fccfac0eaa91db3d7a9379e1d9f7ba7c5dc2cc
[openembedded-core.git] /
1 From f316b794265f28e89821dfab0772caac1bb6b056 Mon Sep 17 00:00:00 2001
2 From: Alexander Kanavin <alex.kanavin@gmail.com>
3 Date: Tue, 18 Aug 2020 10:31:47 +0000
4 Subject: [PATCH] src/hb-gobject-enums.cc.tmpl: write out only the filename,
5  not the full path
6
7 This is beneficial for reproducible builds, as build paths can vary
8 between builds.
9
10 Upstream-Status: Backport [https://github.com/harfbuzz/harfbuzz/commit/e876886d1e877ad90b6f02badefd6ebee1bc0b09]
11 Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
12 ---
13  src/hb-gobject-enums.cc.tmpl | 2 +-
14  1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/src/hb-gobject-enums.cc.tmpl b/src/hb-gobject-enums.cc.tmpl
17 index 2ffd1c9..87a11dd 100644
18 --- a/src/hb-gobject-enums.cc.tmpl
19 +++ b/src/hb-gobject-enums.cc.tmpl
20 @@ -43,7 +43,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 file-tail ***/