[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 option

[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 option

[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

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

2020-03-16 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-16 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 ------------ *发件人:* openembed

[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 --

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

2020-03-12 Thread Jeremy A. Puhlman
: Hi 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

[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
lib64/sys.startxrc Cheers, Richard -- Jeremy A. Puhlman jpuhl...@mvista.com -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

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

2020-03-06 Thread Jeremy A. Puhlman
on my man-page-fu. Cheers, Richard -- Jeremy A. Puhlman jpuhl...@mvista.com -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

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

2020-03-06 Thread Jeremy A. Puhlman
handle them? xinit, xserver-org, and groff each exhibit  these issues. -- Jeremy A. Puhlman jpuhl...@mvista.com -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded

[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 is

[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/me

[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 for a

[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-tarb

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

2020-03-03 Thread Jeremy A. Puhlman
larger issue perspective it is building in likely different ways depending on what machine it is building on. libtirpc is already a depend so we shouldn't need the hosts rpc/rcp.h. Signed-off-by: Jeremy A. Puhlman --- ...Don-t-search-system-for-headers-libraries.patch

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 mi

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

2020-02-28 Thread Jeremy A. Puhlman
generated from meson using the module will always be mulitlib incompatible. Signed-off-by: Jeremy A. Puhlman --- meta/recipes-graphics/xorg-proto/xorgproto_2019.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-graphics/xorg-proto/xorgproto_2019.2.bb b/meta/recipes-graphics/xorg

[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
. 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
boot via 'exit 1' is 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-al

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

2020-02-13 Thread Jeremy A. Puhlman
mail-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> -- Jeremy A. Puhlman jpuhl...@mvista.com -- ___ Openembedded-core mailing list Openembedded-core@

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

2020-02-06 Thread Jeremy A. Puhlman
perl5/${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...@

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

2018-06-16 Thread Jeremy A. Puhlman
ed. In this case the only real effect would be cleaner alternatives files/post scripts and no warnings during image builds. I am fine with either way, as I already have a fix up for the selinux append. Cheers, Richard -- Jeremy A. Pu

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

2018-06-13 Thread Jeremy A. Puhlman
e how 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

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

2018-06-11 Thread Jeremy A. Puhlman
A_OECONF = "--without-fop --datadir=${libdir}" UNKNOWN_CONFIGURE_WHITELIST += "--without-fop --without-xmlto --with-xmlto" -- 2.6.2 -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedd