All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] valgrind: Fix multilib header conflict - valgrind/config.h
@ 2018-03-12  0:32 Zhang Xiao
  2018-03-12  0:32 ` [PATCH 2/3] tiff: Fix multilib header conflict - tiffconf.h Zhang Xiao
  2018-03-12  0:32 ` [PATCH 3/3] libgpg-error: Fix multilib header conflict - pg-error.h and gpgrt.h Zhang Xiao
  0 siblings, 2 replies; 4+ messages in thread
From: Zhang Xiao @ 2018-03-12  0:32 UTC (permalink / raw)
  To: openembedded-core

Header file conflict between 32-bit and 64-bit versions.

Signed-off-by: Zhang Xiao <xiao.zhang@windriver.com>
---
 meta/recipes-devtools/valgrind/valgrind_3.13.0.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/valgrind/valgrind_3.13.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.13.0.bb
index 5bd315aff0..9390d30444 100644
--- a/meta/recipes-devtools/valgrind/valgrind_3.13.0.bb
+++ b/meta/recipes-devtools/valgrind/valgrind_3.13.0.bb
@@ -58,7 +58,7 @@ COMPATIBLE_HOST_linux-muslx32 = 'null'
 COMPATIBLE_HOST_mipsarchn32 = 'null'
 COMPATIBLE_HOST_mipsarchr6 = 'null'
 
-inherit autotools ptest
+inherit autotools ptest multilib_header
 
 EXTRA_OECONF = "--enable-tls --without-mpicc"
 EXTRA_OECONF += "${@['--enable-only32bit','--enable-only64bit'][d.getVar('SITEINFO_BITS') != '32']}"
@@ -91,6 +91,7 @@ do_configure_prepend () {
 
 do_install_append () {
     install -m 644 ${B}/default.supp ${D}/${libdir}/valgrind/
+    oe_multilib_header valgrind/config.h
 }
 
 TUNE = "${@strip_mcpu(d)}"
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/3] tiff: Fix multilib header conflict - tiffconf.h
  2018-03-12  0:32 [PATCH 1/3] valgrind: Fix multilib header conflict - valgrind/config.h Zhang Xiao
@ 2018-03-12  0:32 ` Zhang Xiao
  2018-03-12  0:32 ` [PATCH 3/3] libgpg-error: Fix multilib header conflict - pg-error.h and gpgrt.h Zhang Xiao
  1 sibling, 0 replies; 4+ messages in thread
From: Zhang Xiao @ 2018-03-12  0:32 UTC (permalink / raw)
  To: openembedded-core

Header file conflict between 32-bit and 64-bit versions.

Signed-off-by: Zhang Xiao <xiao.zhang@windriver.com>
---
 meta/recipes-multimedia/libtiff/tiff_4.0.9.bb | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-multimedia/libtiff/tiff_4.0.9.bb b/meta/recipes-multimedia/libtiff/tiff_4.0.9.bb
index 57bf7408d0..b8f895b143 100644
--- a/meta/recipes-multimedia/libtiff/tiff_4.0.9.bb
+++ b/meta/recipes-multimedia/libtiff/tiff_4.0.9.bb
@@ -14,7 +14,7 @@ SRC_URI[sha256sum] = "6e7bdeec2c310734e734d19aae3a71ebe37a4d842e0e23dbb1b8921c00
 # exclude betas
 UPSTREAM_CHECK_REGEX = "tiff-(?P<pver>\d+(\.\d+)+).tar"
 
-inherit autotools
+inherit autotools multilib_header
 
 CACHED_CONFIGUREVARS = "ax_cv_check_gl_libgl=no"
 
@@ -45,4 +45,8 @@ PACKAGES =+ "tiffxx tiff-utils"
 FILES_tiffxx = "${libdir}/libtiffxx.so.*"
 FILES_tiff-utils = "${bindir}/*"
 
+do_install_append() {
+    oe_multilib_header tiffconf.h
+}
+
 BBCLASSEXTEND = "native"
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 3/3] libgpg-error: Fix multilib header conflict - pg-error.h and gpgrt.h
  2018-03-12  0:32 [PATCH 1/3] valgrind: Fix multilib header conflict - valgrind/config.h Zhang Xiao
  2018-03-12  0:32 ` [PATCH 2/3] tiff: Fix multilib header conflict - tiffconf.h Zhang Xiao
@ 2018-03-12  0:32 ` Zhang Xiao
  1 sibling, 0 replies; 4+ messages in thread
From: Zhang Xiao @ 2018-03-12  0:32 UTC (permalink / raw)
  To: openembedded-core

Header file conflict between 32-bit and 64-bit versions.

Signed-off-by: Zhang Xiao <xiao.zhang@windriver.com>
---
 meta/recipes-support/libgpg-error/libgpg-error_1.27.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.27.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.27.bb
index b2e2d507c9..b74f079f5d 100644
--- a/meta/recipes-support/libgpg-error/libgpg-error_1.27.bb
+++ b/meta/recipes-support/libgpg-error/libgpg-error_1.27.bb
@@ -21,7 +21,7 @@ SRC_URI[sha256sum] = "4f93aac6fecb7da2b92871bb9ee33032be6a87b174f54abf8ddf0911a2
 
 BINCONFIG = "${bindir}/gpg-error-config"
 
-inherit autotools binconfig-disabled pkgconfig gettext
+inherit autotools binconfig-disabled pkgconfig gettext multilib_header
 CPPFLAGS += "-P"
 do_compile_prepend() {
 	TARGET_FILE=linux-gnu
@@ -53,6 +53,7 @@ do_compile_prepend() {
 do_install_append() {
 	# we don't have common lisp in OE
 	rm -rf "${D}${datadir}/common-lisp/"
+	oe_multilib_header gpg-error.h gpgrt.h
 }
 
 FILES_${PN}-dev += "${bindir}/gpg-error"
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 3/3] libgpg-error: Fix multilib header conflict - pg-error.h and gpgrt.h
  2018-03-09  7:46 [PATCH 1/3] valgrind: Fix multilib header conflict - valgrind/config.h Zhang Xiao
@ 2018-03-09  7:46 ` Zhang Xiao
  0 siblings, 0 replies; 4+ messages in thread
From: Zhang Xiao @ 2018-03-09  7:46 UTC (permalink / raw)
  To: openembedded-devel

Header file conflict between 32-bit and 64-bit versions.

Signed-off-by: Zhang Xiao <xiao.zhang@windriver.com>
---
 meta/recipes-support/libgpg-error/libgpg-error_1.27.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.27.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.27.bb
index b2e2d507c9..b74f079f5d 100644
--- a/meta/recipes-support/libgpg-error/libgpg-error_1.27.bb
+++ b/meta/recipes-support/libgpg-error/libgpg-error_1.27.bb
@@ -21,7 +21,7 @@ SRC_URI[sha256sum] = "4f93aac6fecb7da2b92871bb9ee33032be6a87b174f54abf8ddf0911a2
 
 BINCONFIG = "${bindir}/gpg-error-config"
 
-inherit autotools binconfig-disabled pkgconfig gettext
+inherit autotools binconfig-disabled pkgconfig gettext multilib_header
 CPPFLAGS += "-P"
 do_compile_prepend() {
 	TARGET_FILE=linux-gnu
@@ -53,6 +53,7 @@ do_compile_prepend() {
 do_install_append() {
 	# we don't have common lisp in OE
 	rm -rf "${D}${datadir}/common-lisp/"
+	oe_multilib_header gpg-error.h gpgrt.h
 }
 
 FILES_${PN}-dev += "${bindir}/gpg-error"
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-03-12  0:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-12  0:32 [PATCH 1/3] valgrind: Fix multilib header conflict - valgrind/config.h Zhang Xiao
2018-03-12  0:32 ` [PATCH 2/3] tiff: Fix multilib header conflict - tiffconf.h Zhang Xiao
2018-03-12  0:32 ` [PATCH 3/3] libgpg-error: Fix multilib header conflict - pg-error.h and gpgrt.h Zhang Xiao
  -- strict thread matches above, loose matches on Subject: below --
2018-03-09  7:46 [PATCH 1/3] valgrind: Fix multilib header conflict - valgrind/config.h Zhang Xiao
2018-03-09  7:46 ` [PATCH 3/3] libgpg-error: Fix multilib header conflict - pg-error.h and gpgrt.h Zhang Xiao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.