[OE-core] [PATCH] mesa-common: package gl.pc in libgl-dev

2012-04-05 Thread josh
From: Joshua Lock gl.pc should be packaged in libgl-dev not the mesa-dev package Fixes [YOCTO #2059] Signed-off-by: Joshua Lock --- meta/recipes-graphics/mesa/mesa-common.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa-common.inc

[OE-core] [PATCH] gcc-4.7: fix gcc ICE when building with gcc-4.8

2013-05-01 Thread Josh Cartwright
Backport fix for internal compiler error when building gcc-4.7.2 with a gcc-4.8.0 host gcc. See upstream bug here: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56308 Signed-off-by: Josh Cartwright --- meta/recipes-devtools/gcc/gcc-4.7.inc | 3 +- .../gcc/gcc-4.7/avoid-oob-array

[OE-core] [oe-core][dylan][PATCH] openssl: fix documentation build errors with Perl 5.18 pod2man

2013-06-26 Thread Josh Cartwright
cms.pod around line 470: Expected text after =item, not a number | cms.pod around line 474: Expected text after =item, not a number | POD document had syntax errors at /usr/bin/core_perl/pod2man line 71. | make: *** [install_docs] Error 1 Thanks, Josh -- 8< -- From: Jonathan Liu Signed-of

Re: [OE-core] [PATCH 1/2] kernel-headers: linux kernel headers

2015-08-26 Thread Josh Cartwright
On Wed, Aug 26, 2015 at 01:57:13PM -0400, Bruce Ashfield wrote: > On Wed, Aug 26, 2015 at 1:55 PM, Josh Cartwright wrote: > > On Tue, Aug 04, 2015 at 11:20:11PM -0300, Bruce Ashfield wrote: > >> On Mon, Aug 3, 2015 at 5:35 PM, Juro Bystricky > >> wrote: [..] > >

Re: [OE-core] [PATCH 1/2] kernel-headers: linux kernel headers

2015-08-26 Thread Josh Cartwright
of what -devsrc is currently installing; might an option be to make the -devsrc package depend on this -headers package? Josh signature.asc Description: PGP signature -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] [PATCH] rt-tests: drop unnecessary added-missing-dependencies.patch

2015-08-28 Thread Josh Cartwright
Neither the hackbench target, or the rt-migrate-test target actually depend on librttest.a; drop this unnecessary patch. Signed-off-by: Josh Cartwright --- .../files/added-missing-dependencies.patch | 42 -- meta/recipes-rt/rt-tests/rt-tests.inc | 1

[OE-core] [PATCH] rt-tests: bump to v0.94

2015-09-22 Thread Josh Cartwright
-tests build system the proper $(HOST_CC_ARCH)$(TOOLCHAIN_OPTIONS) via $CFLAGS. Signed-off-by: Josh Cartwright --- ...1-rt-tests-Allow-for-user-specified-PYLIB.patch | 35 --- ...02-rt-tests-Break-out-install_hwlatdetect.patch | 68 -- .../rt-tests/files/Makefile-fix-gzip

Re: [OE-core] [PATCH] rt-tests: bump to v0.94

2015-09-22 Thread Josh Cartwright
On Tue, Sep 22, 2015 at 03:08:54PM +0100, Burton, Ross wrote: > On 22 September 2015 at 13:24, Josh Cartwright wrote: > > All of the rt-tests patches that OE has been carrying have been > > upstreamed or superceded by changes in the v0.94 release. > > > > Sorry

[OE-core] [PATCH] libxcb: Add inherit python3native

2021-04-13 Thread Josh Lehan via lists.openembedded.org
During compilation, the local Python environment leaks into the Bitbake build. Adding "inherit python3native" fixes this. Signed-off-by: Josh Lehan --- meta/recipes-graphics/xorg-lib/libxcb_1.14.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-graphics/xorg-lib/libx

Re: [OE-core] [PATCH] libxcb: Add inherit python3native

2021-04-13 Thread Josh Lehan via lists.openembedded.org
oach is to standardize on a Python version that's known to work, without depending on whatever version of Python the developer has installed locally on their build machine (which can vary due to distribution, developer's preference, and so on). Josh Josh Lehan | Software Engineer | krel

Re: [OE-core] [PATCH] libxcb: Add inherit python3native

2021-04-13 Thread Josh Lehan via lists.openembedded.org
a while. It was moved to math.gcd a while ago, and deprecated, but not deleted entirely until Python 3.9. So, that's why it works in 3.8 (what my old oe-core build is running), but not in 3.9 (what my local distribution is running). Josh Josh Lehan | Software Engineer | krel...@google.c