aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-support/ibus/ibus.inc
diff options
context:
space:
mode:
authorYoann Congal <yoann.congal@smile.fr>2024-01-31 15:26:24 +0100
committerKhem Raj <raj.khem@gmail.com>2024-01-31 14:18:31 -0800
commit0ffbe2a79a5d49b2719c934ca0e73822fa3cbc2e (patch)
tree281f011b1ac522e1ba08d9d8d18caabd020e68f2 /meta-gnome/recipes-support/ibus/ibus.inc
parent48c7cd6d11d966c21e89a252e622ec1f0f5382ed (diff)
downloadmeta-openembedded-0ffbe2a79a5d49b2719c934ca0e73822fa3cbc2e.tar.gz
ibus: backport a reproducibility fix
This backport fix the ibus-doc reproducibility issue. The problem: manpages are compressed with gzip with a non-reproducible timestamp in the header. The backported fix: do not compress the manpages. Note: This backported patch is included in version >= 1.5.29 and can be dropped after upgrading. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-support/ibus/ibus.inc')
-rw-r--r--meta-gnome/recipes-support/ibus/ibus.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-gnome/recipes-support/ibus/ibus.inc b/meta-gnome/recipes-support/ibus/ibus.inc
index 9579404b3e..9d0600c794 100644
--- a/meta-gnome/recipes-support/ibus/ibus.inc
+++ b/meta-gnome/recipes-support/ibus/ibus.inc
@@ -12,6 +12,7 @@ DEPENDS = "unicode-ucd"
SRC_URI = " \
git://github.com/ibus/ibus.git;branch=main;protocol=https \
file://0001-Do-not-try-to-start-dbus-we-do-not-have-dbus-lauch.patch \
+ file://0001-makefile-don-t-gzip-the-man-pages.patch \
"
SRCREV = "6a70ab0338206bd1c7d01a4e1874ea0ee5b3a9d3"
S = "${WORKDIR}/git"