summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libx11-compose-data_1.6.8.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2020-01-22 17:37:48 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-27 16:48:08 +0000
commita708aa347dbd36a7090d4ab14cf000ae8289f11e (patch)
tree4947fe027a1b8df0c57b7c3c8933e77706bd0bd7 /meta/recipes-graphics/xorg-lib/libx11-compose-data_1.6.8.bb
parent3f0f75fe03e83d3cc1f70ce5ebbf99e35031f1bb (diff)
downloadpoky-a708aa347dbd36a7090d4ab14cf000ae8289f11e.tar.gz
libx11: squash whitespace in generated files
The locale data in the recipe is generated using cpp, which results in differing amounts of whitespace depending on what compiler is used. This means that the files may differ in just whitespace, which is sufficient for RPM's multilib code to consider them different and not allow lib32-libx11-locale and lib64-libx11-locale to be installed at the same time. [ YOCTO #13647 ] (From OE-Core rev: 6768d0d7988294769a41c7ba40f29874366da00f) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libx11-compose-data_1.6.8.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libx11-compose-data_1.6.8.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11-compose-data_1.6.8.bb b/meta/recipes-graphics/xorg-lib/libx11-compose-data_1.6.8.bb
index cabb84e686..3d97ad78d2 100644
--- a/meta/recipes-graphics/xorg-lib/libx11-compose-data_1.6.8.bb
+++ b/meta/recipes-graphics/xorg-lib/libx11-compose-data_1.6.8.bb
@@ -14,7 +14,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7"
14SRC_URI[md5sum] = "c5fa5a86a20e3591bed6c046498d4b8f" 14SRC_URI[md5sum] = "c5fa5a86a20e3591bed6c046498d4b8f"
15SRC_URI[sha256sum] = "b289a845c189e251e0e884cc0f9269bbe97c238df3741e854ec4c17c21e473d5" 15SRC_URI[sha256sum] = "b289a845c189e251e0e884cc0f9269bbe97c238df3741e854ec4c17c21e473d5"
16 16
17SRC_URI += "file://0001-Drop-x11-dependencies.patch" 17SRC_URI += "file://0001-Drop-x11-dependencies.patch \
18 file://libx11-whitespace.patch"
18 19
19XORG_PN = "libX11" 20XORG_PN = "libX11"
20 21