[OE-core] [PATCH v2] qemu-system-native: disable options not included in extended tarball

2020-03-19 Thread Jeremy A. Puhlman
From: Jeremy Puhlman * Add PACKAGECONFIG option for xkbcommon qemu-keymap.c:16:10: fatal error: xkbcommon/xkbcommon.h: No such file or directory * Add PACKAGECONFIG option and patch for libudev commands-posix.c:53:10: fatal error: libudev.h: No such file or directory * Add PACKAGECONFIG

[OE-core] [PATCH] qemu-system-native: disable options not included in extended tarball

2020-03-19 Thread Jeremy A. Puhlman
From: Jeremy Puhlman * Add PACKAGECONFIG option for xkbcommon qemu-keymap.c:16:10: fatal error: xkbcommon/xkbcommon.h: No such file or directory * Add PACKAGECONFIG option and patch for libudev commands-posix.c:53:10: fatal error: libudev.h: No such file or directory * Add PACKAGECONFIG

[OE-core] [PATCH] toolchain-shar-extract: check for available python

2020-03-19 Thread Jeremy A. Puhlman
From: Jeremy Puhlman centos7 doesn't have python3 intalled by default, so running the script errors in novel ways if it is not installed. Signed-off-by: Jeremy A. Puhlman --- meta/files/toolchain-shar-extract.sh | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta

[OE-core] [PATCH] glib-2.0: update ptest multilib fix

2020-03-17 Thread Jeremy A. Puhlman
From: Jeremy Puhlman The updates to the tests are done in do_install instead of do_install_ptest, so the changes need to consider ptest not being turned on. Signed-off-by: Jeremy A. Puhlman --- meta/recipes-core/glib-2.0/glib.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta

Re: [OE-core] 回复: 回复: 回复: [PATCH 2/2] glib-2.0: Correct multilib conflict

2020-03-17 Thread Jeremy A. Puhlman
Patch sent to the list. On 3/16/2020 10:21 PM, Chen, Qi wrote: Yes. ptest turned off. Regards, Chen Qi *发件人:* Jeremy A. Puhlman *发送时间:* 2020年3月17日 12:58 *收件人:* Chen, Qi ; openembedded-core@lists.openembedded.org *主题

Re: [OE-core] 回复: 回复: [PATCH 2/2] glib-2.0: Correct multilib conflict

2020-03-16 Thread Jeremy A. Puhlman
_virtclass-multilib-lib32 ?= "armv7vethf" I think you can use these two lines to reproduce the problem with multilib enabled. Regards, Chen Qi ---- *发件人:* Jeremy A. Puhlman *发送时间:* 2020年3月17日 12:02 *收件人:* Chen, Qi

Re: [OE-core] 回复: [PATCH 2/2] glib-2.0: Correct multilib conflict

2020-03-16 Thread Jeremy A. Puhlman
atic-link.test file is not there, resulting the `mv' command failure. I've sent out a patch to fix this problem, but I don't know what's your environment. So please help review. Regards, Chen Qi *发件人:* openembedded-core-boun...@lis

[OE-core] [PATCH] ltp: make multilib installable.

2020-03-13 Thread Jeremy A. Puhlman
From: Jeremy Puhlman Many of ltp's tests are of syscalls and libc content. Enable installing mulitpule abi's. Use prefix consistently rather then hardcoded /opt/ltp everywhere. Signed-off-by: Jeremy A. Puhlman --- meta/recipes-extended/ltp/ltp_20200120.bb | 16 1 file

Re: [OE-core] [PATCH 1/2] babletrace2: make manpages multilib identical

2020-03-12 Thread Jeremy A. Puhlman
Is this something upstream (lttng-dev mailing list) should be interested in? Cheers On Wed, Mar 11, 2020 at 03:22:48PM -0700, Jeremy A. Puhlman wrote: From: Jeremy Puhlman Signed-off-by: Jeremy A. Puhlman --- .../0001-Make-manpages-multilib-identical.patch| 28

[OE-core] [PATCH 6/6] boost: fix reproducibilty issues

2020-03-11 Thread Jeremy A. Puhlman
From: Jeremy Puhlman fix cmake file references of image dir path Signed-off-by: Jeremy A. Puhlman --- meta/recipes-support/boost/boost.inc | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc index e15dce4e1d

[OE-core] [PATCH 5/6] dnf: fix reproducibilty issue

2020-03-11 Thread Jeremy A. Puhlman
From: Jeremy Puhlman Script points to native python3 Signed-off-by: Jeremy A. Puhlman --- ...001-set-python-path-for-completion_helper.patch | 24 ++ meta/recipes-devtools/dnf/dnf_4.2.2.bb | 1 + 2 files changed, 25 insertions(+) create mode 100644 meta

[OE-core] [PATCH 2/6] qemu: Fix reproducibilty issues

2020-03-11 Thread Jeremy A. Puhlman
From: Jeremy Puhlman tests/qemu-iotests/common.env is generated from configure which we pass ${HOSTTOOLS_DIR}/python3 as our python to use, which gets copied into the ptests. Correct python3 path. Signed-off-by: Jeremy A. Puhlman --- meta/recipes-devtools/qemu/qemu.inc | 2 ++ 1 file changed

[OE-core] [PATCH 4/6] gtk-doc: Fix reproducibity issues

2020-03-11 Thread Jeremy A. Puhlman
From: Jeremy Puhlman path to pkg-config and python3 encoded in scripts Signed-off-by: Jeremy A. Puhlman --- meta/recipes-gnome/gtk-doc/gtk-doc_1.32.bb | 12 1 file changed, 12 insertions(+) diff --git a/meta/recipes-gnome/gtk-doc/gtk-doc_1.32.bb b/meta/recipes-gnome/gtk-doc/gtk

[OE-core] [PATCH 1/6] strace: Fix reproducibility issues

2020-03-11 Thread Jeremy A. Puhlman
From: Jeremy Puhlman gen_tests script encodes its full path to itself in each script Signed-off-by: Jeremy A. Puhlman --- .../0001-strace-fix-reproducibilty-issues.patch| 39 ++ meta/recipes-devtools/strace/strace_5.5.bb | 1 + 2 files changed, 40 insertions

[OE-core] [PATCH 3/6] ltp: fix reproducibilty issues

2020-03-11 Thread Jeremy A. Puhlman
From: Jeremy Puhlman Man pages are copied in to the target filesystem from the configured build, which leaks paths in to the work directory Signed-off-by: Jeremy A. Puhlman --- meta/recipes-extended/ltp/ltp_20200120.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git a/meta/recipes

[OE-core] [PATCH 2/2] glib-2.0: Correct multilib conflict

2020-03-11 Thread Jeremy A. Puhlman
From: Jeremy Puhlman Signed-off-by: Jeremy A. Puhlman --- meta/recipes-core/glib-2.0/glib.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index 23c347dbf7..edecc51fdb 100644 --- a/meta/recipes-core/glib-2.0

[OE-core] [PATCH 1/2] babletrace2: make manpages multilib identical

2020-03-11 Thread Jeremy A. Puhlman
From: Jeremy Puhlman Signed-off-by: Jeremy A. Puhlman --- .../0001-Make-manpages-multilib-identical.patch| 28 ++ meta/recipes-kernel/lttng/babeltrace2_2.0.1.bb | 1 + 2 files changed, 29 insertions(+) create mode 100644 meta/recipes-kernel/lttng/babeltrace2/0001

Re: [OE-core] ✗ patchtest: failure for groff: Make manpages binary identical

2020-03-07 Thread Jeremy A. Puhlman
ext. Ah sorry about that. I was blind to the case difference. Thank you. Cheers, Richard -- Jeremy A. Puhlman jpuhl...@mvista.com -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mail

[OE-core] [PATCH v2] groff: Make manpages binary identical

2020-03-07 Thread Jeremy A. Puhlman
From: Jeremy Puhlman Signed-off-by: Jeremy A. Puhlman --- .../0001-Make-manpages-mulitlib-identical.patch| 27 ++ meta/recipes-extended/groff/groff_1.22.4.bb| 1 + 2 files changed, 28 insertions(+) create mode 100644 meta/recipes-extended/groff/files/0001

[OE-core] [PATCH 2/3] xserver-xorg: make manpage mutlilib identical

2020-03-07 Thread Jeremy A. Puhlman
From: Jeremy Puhlman Signed-off-by: Jeremy A. Puhlman --- meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc index 14ba6bfee6

[OE-core] [PATCH 3/3] xinit: make manpages multilib identical

2020-03-07 Thread Jeremy A. Puhlman
From: Jeremy Puhlman Signed-off-by: Jeremy A. Puhlman --- .../0001-Make-manpage-multilib-identical.patch | 28 ++ meta/recipes-graphics/xorg-app/xinit_1.4.1.bb | 2 ++ 2 files changed, 30 insertions(+) create mode 100644 meta/recipes-graphics/xorg-app/xinit/0001

[OE-core] [PATCH 1/3] groff: Make manpages binary identical

2020-03-07 Thread Jeremy A. Puhlman
From: Jeremy Puhlman Signed-off-by: Jeremy A. Puhlman --- .../0001-Make-manpages-mulitlib-identical.patch| 27 ++ meta/recipes-extended/groff/groff_1.22.4.bb| 1 + 2 files changed, 28 insertions(+) create mode 100644 meta/recipes-extended/groff/files/0001

Re: [OE-core] Multilib conflicts in man pages.

2020-03-06 Thread Jeremy A. Puhlman
On 3/6/2020 2:00 PM, Richard Purdie wrote: On Tue, 2020-03-03 at 15:22 -0800, Jeremy Puhlman wrote: Is there a preferred method in oe-core for dealing with man pages that conflict due to differences in multilib pathing. For example an application lives in /usr/lib/foo/bar for one abi

Re: [OE-core] Multilib conflicts in man pages.

2020-03-06 Thread Jeremy A. Puhlman
On 3/6/2020 2:00 PM, Richard Purdie wrote: On Tue, 2020-03-03 at 15:22 -0800, Jeremy Puhlman wrote: Is there a preferred method in oe-core for dealing with man pages that conflict due to differences in multilib pathing. For example an application lives in /usr/lib/foo/bar for one abi

Re: [OE-core] Multilib conflicts in man pages.

2020-03-06 Thread Jeremy A. Puhlman
Anyone have a thought? On 3/3/2020 3:22 PM, Jeremy Puhlman wrote: Is there a preferred method in oe-core for dealing with man pages that conflict due to differences in multilib pathing. For example an application lives in /usr/lib/foo/bar for one abi but /usr/lib64/foo/bar in another

[OE-core] [PATCH v2] gdbm-native: disable readline for the native package.

2020-03-04 Thread Jeremy A. Puhlman
Turns off readline for both. Also corrected a typo with enable-libgdbm-compat Signed-off-by: Jeremy A. Puhlman --- meta/recipes-support/gdbm/gdbm_1.18.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/gdbm/gdbm_1.18.1.bb b/meta/recipes-support/gdbm

[OE-core] [PATCH v2] gdbm-native: disable readline for the native package.

2020-03-04 Thread Jeremy A. Puhlman
Turns off readline for both. Also corrected a typo with enable-libgdbm-compat Signed-off-by: Jeremy A. Puhlman --- meta/recipes-support/gdbm/gdbm_1.18.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/gdbm/gdbm_1.18.1.bb b/meta/recipes-support/gdbm

Re: [OE-core] [PATCH] gdbm-native: disable readline for the native package.

2020-03-04 Thread Jeremy A. Puhlman
On 3/4/2020 4:16 PM, Andre McCurdy wrote: On Wed, Mar 4, 2020 at 4:05 PM Jeremy A. Puhlman wrote: From: Jeremy Puhlman --- meta/recipes-support/gdbm/gdbm_1.18.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-support/gdbm/gdbm_1.18.1.bb b/meta/recipes-support

Re: [OE-core] [PATCH] gdbm: add depend on readline for consistent builds

2020-03-04 Thread Jeremy A. Puhlman
On 3/4/2020 4:03 PM, Andre McCurdy wrote: On Wed, Mar 4, 2020 at 3:48 PM Jeremy A. Puhlman wrote: On 3/4/2020 3:43 PM, Andre McCurdy wrote: On Wed, Mar 4, 2020 at 3:22 PM Khem Raj wrote: On Wed, Mar 4, 2020 at 2:25 PM Jeremy A. Puhlman wrote: From: Jeremy Puhlman Whether readline

[OE-core] [PATCH] gdbm-native: disable readline for the native package.

2020-03-04 Thread Jeremy A. Puhlman
From: Jeremy Puhlman --- meta/recipes-support/gdbm/gdbm_1.18.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-support/gdbm/gdbm_1.18.1.bb b/meta/recipes-support/gdbm/gdbm_1.18.1.bb index 5326184181..52e35c8c2e 100644 --- a/meta/recipes-support/gdbm/gdbm_1.18.1.bb +++ b

[OE-core] [PATCH] gdbm: add depend on readline for consistent builds

2020-03-04 Thread Jeremy A. Puhlman
From: Jeremy Puhlman Whether readline is installed on the build host or not influences the way gdbm builds. Depend on readline for a consistent build. This fails to build on a system with readline, and using the buildtools-extended installer. Signed-off-by: Jeremy A. Puhlman --- meta/recipes

Re: [OE-core] [PATCH] gdbm: add depend on readline for consistent builds

2020-03-04 Thread Jeremy A. Puhlman
On 3/4/2020 3:43 PM, Andre McCurdy wrote: On Wed, Mar 4, 2020 at 3:22 PM Khem Raj wrote: On Wed, Mar 4, 2020 at 2:25 PM Jeremy A. Puhlman wrote: From: Jeremy Puhlman Whether readline is installed on the build host or not influences the way gdbm builds. Depend on readline

[OE-core] [PATCH] gdbm: add depend on readline for consistent builds

2020-03-04 Thread Jeremy A. Puhlman
From: Jeremy Puhlman Whether readline is installed on the build host or not influences the way gdbm builds. Depend on readline for a consistent build. This fails to build on a system with readline, and using the buildtools-extended installer. Signed-off-by: Jeremy A. Puhlman --- meta/recipes

[OE-core] [PATCH] buildtools-extended-tarball: add nativesdk-libxcrypt-dev

2020-03-04 Thread Jeremy A. Puhlman
From: Jeremy Puhlman virtual/crypt-native is assume provided in bitbake.conf, so buildtools-extended-tarball shoud provide crypt since it doesn't use the host's headers/libraries. [YOCTO #13714] Signed-off-by: Jeremy A. Puhlman --- meta/recipes-core/meta/buildtools-extended-tarball.bb | 1

[OE-core] [PATCH] python3-native: Should not search the system for headers/libraries.

2020-03-03 Thread Jeremy A. Puhlman
From: Jeremy Puhlman The specific issue here is rpc/rpc.h, but its likely more general. /usr/include is searched for rpc/rpc.h and if it exists on the system, it changes behavior. If you are using the extended buildtools tarball on a machine that has /usr/include/rpc/rpc.h, it will decide

Re: [OE-core] [PATCH] mesa: add fix for arm6

2020-02-29 Thread Jeremy A. Puhlman
This was in my queue from a previous yotco version. I haven't gotten my arm bsp up and running yet. I will double check. On 2/29/2020 7:37 AM, Adrian Bunk wrote: On Fri, Feb 28, 2020 at 02:51:51PM -0800, Jeremy A. Puhlman wrote: From: Jeremy Puhlman We have had similar problems with missing

[OE-core] [PATCH] xorgproto: move pc files to libdir

2020-02-28 Thread Jeremy A. Puhlman
From: Jeremy Puhlman We fixed this two years go: http://lists.openembedded.org/pipermail/openembedded-core/2018-June/151922.html However xorgproto moved to meson and uses pkgconfig module to generate the .pc which does not provide a method of omitting the libdir, which now means any pc

[OE-core] [PATCH] binutils: fix multilib header difference

2020-02-28 Thread Jeremy A. Puhlman
From: Jeremy Puhlman bfd_stdint.h encodes the name of the compiler in the header which is different between mutlilibs. Remvoe target prefix to make the headers match. Signed-off-by: Jeremy A. Puhlman --- meta/recipes-devtools/binutils/binutils.inc | 2 ++ 1 file changed, 2 insertions(+) diff

[OE-core] [PATCH 2/3] apr-util: add multilib script for apu-1-config

2020-02-28 Thread Jeremy A. Puhlman
From: Jeremy Puhlman apu-1-config encodes library path in to script 27c27 < libdir="/usr/lib64" Signed-off-by: Jeremy A. Puhlman --- meta/recipes-support/apr/apr-util_1.6.1.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-support/apr/apr-uti

[OE-core] [PATCH 1/3] apr: add mulitlib scripts apr-1-config, apr_rules.mk

2020-02-28 Thread Jeremy A. Puhlman
From: Jeremy Puhlman apr_rules.mk encodes build options in to file 35c35 < CC=x86_64-montavista-linux-gcc -m64 -march=nehalem -mtune=generic -mfpmath=sse -msse4.2 --sysroot= Signed-off-by: Jeremy A. Puhlman --- meta/recipes-support/apr/apr_1.7.0.bb | 5 - 1 file changed, 4 inserti

[OE-core] [PATCH 3/3] cups: make cups-config a multilib script

2020-02-28 Thread Jeremy A. Puhlman
From: Jeremy Puhlman cups-config encodes the library dir in the script. Signed-off-by: Jeremy A. Puhlman --- meta/recipes-extended/cups/cups.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc

[OE-core] [PATCH] mesa: add fix for arm6

2020-02-28 Thread Jeremy A. Puhlman
From: Jeremy Puhlman We have had similar problems with missing atomics on arm6 that arm5 has. Signed-off-by: Jeremy A. Puhlman --- meta/recipes-graphics/mesa/mesa.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc

[OE-core] [PATCH] libxcrypt: add native to BBCLASSEXTEND

2020-02-28 Thread Jeremy A. Puhlman
it. Signed-off-by: Jeremy A. Puhlman --- meta/recipes-core/libxcrypt/libxcrypt.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/libxcrypt/libxcrypt.inc b/meta/recipes-core/libxcrypt/libxcrypt.inc index 416205cd5c..e59a096573 100644 --- a/meta/recipes-core

[OE-core] [PATCH v2] lsb-release: fix likely reproducabilty timestamp

2020-02-27 Thread Jeremy A. Puhlman
Remove timestamp from gzipped manpage. Signed-off-by: Jeremy A. Puhlman --- .../0001-Remove-timestamp-from-manpage.patch | 27 +++ meta/recipes-extended/lsb/lsb-release_1.4.bb | 1 + 2 files changed, 28 insertions(+) create mode 100644 meta/recipes-extended/lsb/lsb-release

[OE-core] [PATCH 2/3] rt-tests: make manpages reproducible

2020-02-27 Thread Jeremy A. Puhlman
From: Jeremy Puhlman add -n to gzip call Signed-off-by: Jeremy A. Puhlman --- ...gzip-with-n-for-build-reproducibilty.patch | 62 +++ meta/recipes-rt/rt-tests/rt-tests_1.1.bb | 1 + 2 files changed, 63 insertions(+) create mode 100644 meta/recipes-rt/rt-tests/rt-tests

[OE-core] [PATCH 1/3] sysvinit: remove logsave.8

2020-02-27 Thread Jeremy A. Puhlman
From: Jeremy Puhlman logsave is a duplicate from e2fsprogs, which was already removed, but the man page remained which is also a duplicate. However it does not get modifed on install so it conflicts with the e2fsprogs version. Signed-off-by: Jeremy A. Puhlman --- meta/recipes-core/sysvinit

[OE-core] [PATCH 3/3] lsb-release: fix likely reproducabilty timestamp

2020-02-27 Thread Jeremy A. Puhlman
From: Jeremy Puhlman Remove timestamp from gzipped manpage. Signed-off-by: Jeremy A. Puhlman --- .../0001-Remove-timestamp-from-manpage.patch | 25 +++ meta/recipes-extended/lsb/lsb-release_1.4.bb | 1 + 2 files changed, 26 insertions(+) create mode 100644 meta/recipes

[OE-core] [PATCH] libedit/readline: Correct package alternatives link for manpage

2020-02-25 Thread Jeremy A. Puhlman
Signed-off-by: Jeremy A. Puhlman --- meta/recipes-core/readline/readline.inc | 2 +- meta/recipes-devtools/libedit/libedit_20191231-3.1.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/readline/readline.inc b/meta/recipes-core/readline

[OE-core] [PATCH] readline/ediline: Fix conflicting manpages.

2020-02-22 Thread Jeremy A. Puhlman
From: Jeremy Puhlman file /usr/share/man/man3/history.3 conflicts between attempted installs of libedit-doc-20191231+3.1-r0.corei7_64 and readline-doc-8.0-r0.corei7_64 Signed-off-by: Jeremy A. Puhlman --- meta/recipes-core/readline/readline.inc | 8 +++- meta/recipes

[OE-core] [PATCH] toolchain-shar-extract: ignore timestamp on decompress

2020-02-21 Thread Jeremy A. Puhlman
From: Jeremy Puhlman Installing on centos7, which the extended version of the buildtools tarball is supposed to fix and with reproducable builds turned on, all the time stamps are for epoch. This results in the following output for every file: tar: ./sysroots/x86_64-pokysdk-linux/usr/include/c

Re: [OE-core] Unknown Postinstall Scriptlet Failing to Defer Boot

2020-02-14 Thread Jeremy A. Puhlman
no longer supported. Andrew On Thu, Feb 13, 2020 at 8:02 PM Jeremy A. Puhlman <mailto:jpuhl...@mvista.com>> wrote: In these kind of cases, by providing the actual error message, people can provide more help. The recipe inherits update-alternatives and sets a lar

Re: [OE-core] Unknown Postinstall Scriptlet Failing to Defer Boot

2020-02-13 Thread Jeremy A. Puhlman
medium=email_source=link_campaign=sig-email_content=emailclient> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> -- Jeremy A. Puhlman jpuhl...@mvista.com -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.opene

Re: [OE-core] [PATCH] perl: don't package the host configuration

2020-02-06 Thread Jeremy A. Puhlman
/${PV}/*/CORE)/libperl.so + +# This is the native configuration for the bootstrap perl, don't need it +# packaged. +rm -f ${D}${libdir}/perl5/${PV}/*/CORE/xconfig.h } do_install_append_class-target() { -- Jeremy A. Puhlman jpuhl...@mvista.com

Re: [OE-core] [oe-core][PATCH] update-alternatives: Don't process duplicated entries

2018-06-16 Thread Jeremy A. Puhlman
On Fri, 2018-06-15 at 17:59 -0700, Jeremy Puhlman wrote: If ALTERNATIVE_ lists the same entry more then once, the update-alternatives identical install and remove actions are added for each repeated entry. This is exhibited when you add meta-selinux, and examine the busybox package, which

Re: [OE-core] [PATCH] xorgproto: Install .pc files in ${libdir}/pkgconfig

2018-06-13 Thread Jeremy A. Puhlman
it pays out on the x-org list? On 6/11/2018 9:35 AM, Burton, Ross wrote: I'd recommend deleting the libdir lines in every .pc file (and pushing the patch upstream). Ross On 11 June 2018 at 17:19, Jeremy A. Puhlman wrote: On 6/11/2018 3:23 AM, Burton, Ross wrote: Upstream will (and do) argue

Re: [OE-core] [PATCH] xorgproto: Install .pc files in ${libdir}/pkgconfig

2018-06-11 Thread Jeremy A. Puhlman
are binary identical then the package manager would not call it a conflict. Ross On 10 June 2018 at 20:01, Jeremy Puhlman wrote: * --data dir config option is only used to install pkgconfig * Installing into ${datadir} causes mutlilib conficts on install file /usr/share/pkgconfig