mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
atk: Correct multilib conflict in header.
(From OE-Core rev: 088814ef79015d9df0c8c8bc61219507cfe52ad5) Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e1ea678e0b
commit
5269e832c2
@@ -0,0 +1,38 @@
|
|||||||
|
Upstream-Status: Submitted
|
||||||
|
|
||||||
|
From 0330251715fee908f2f162565d4fa1df5030d0c0 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Jeremy Puhlman <jpuhlman@mvista.com>
|
||||||
|
Date: Thu, 14 Jun 2018 17:21:49 +0000
|
||||||
|
Subject: [PATCH] Switch from filename to basename
|
||||||
|
|
||||||
|
When atk-enum-types.h is installed in to a system, the user likely has
|
||||||
|
no access to the location where the headers were built, especially if
|
||||||
|
the software was built in a sysroot environment. If the headers were
|
||||||
|
built for a mulitlib environment, the build pathing may be different.
|
||||||
|
Subsequently, if two mulitlib variants of atk are installed together the
|
||||||
|
headers conflict for no other reason then they were built in two
|
||||||
|
different locations. Switching from filename to basename, still should
|
||||||
|
provide sufficient information on the providence of the enums, while not
|
||||||
|
conflicting for really no good reason.
|
||||||
|
|
||||||
|
Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
|
||||||
|
---
|
||||||
|
atk/atk-enum-types.h.template | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/atk/atk-enum-types.h.template b/atk/atk-enum-types.h.template
|
||||||
|
index 7b4cec4..8321c24 100644
|
||||||
|
--- a/atk/atk-enum-types.h.template
|
||||||
|
+++ b/atk/atk-enum-types.h.template
|
||||||
|
@@ -14,7 +14,7 @@ G_BEGIN_DECLS
|
||||||
|
|
||||||
|
/*** BEGIN file-production ***/
|
||||||
|
|
||||||
|
-/* enumerations from "@filename@" */
|
||||||
|
+/* enumerations from "@basename@" */
|
||||||
|
/*** END file-production ***/
|
||||||
|
|
||||||
|
/*** BEGIN value-header ***/
|
||||||
|
--
|
||||||
|
2.14.1.459.g238e487
|
||||||
|
|
||||||
@@ -27,6 +27,7 @@ EXTRA_OEMESON_append_class-target = " ${@bb.utils.contains('GTKDOC_ENABLED', 'Tr
|
|||||||
|
|
||||||
SRC_URI_append = " \
|
SRC_URI_append = " \
|
||||||
file://0001-meson.build-enable-introspection-for-cross-compile.patch \
|
file://0001-meson.build-enable-introspection-for-cross-compile.patch \
|
||||||
|
file://0001-Switch-from-filename-to-basename.patch \
|
||||||
"
|
"
|
||||||
SRC_URI[archive.md5sum] = "dfb5e7474220afa3f4ca7e45af9f3a11"
|
SRC_URI[archive.md5sum] = "dfb5e7474220afa3f4ca7e45af9f3a11"
|
||||||
SRC_URI[archive.sha256sum] = "cd3a1ea6ecc268a2497f0cd018e970860de24a6d42086919d6bf6c8e8d53f4fc"
|
SRC_URI[archive.sha256sum] = "cd3a1ea6ecc268a2497f0cd018e970860de24a6d42086919d6bf6c8e8d53f4fc"
|
||||||
|
|||||||
Reference in New Issue
Block a user