[OE-core] [PATCH] Revert "mdadm: fix gcc8 maybe-uninitialized/format-overflow warning"

2019-04-06 Thread Khem Raj
This reverts commit 630281663893cdcfa9c4323b717b415d87d5510f. Signed-off-by: Khem Raj --- ...-uninitialized-format-overflow-warni.patch | 60 --- meta/recipes-extended/mdadm/mdadm_4.1.bb | 1 - 2 files changed, 61 deletions(-) delete mode 100644 meta/recipes-extended/mdad

Re: [OE-core] [PATCH] gstreamer1.0-python: Remove --enable-introspection

2019-04-06 Thread Khem Raj
On Sat, Apr 6, 2019 at 11:27 AM Andreas Müller wrote: > > On Sat, Apr 6, 2019 at 6:20 PM Khem Raj wrote: > > > > This option is not available and recently it is reported as error > > > > do_configure: QA Issue: gstreamer1.0-python: configur > > e was passed unrecognised options: --enable-introspe

Re: [OE-core] [PATCH] gstreamer1.0-python: Remove --enable-introspection

2019-04-06 Thread Andreas Müller
On Sat, Apr 6, 2019 at 8:27 PM Andreas Müller wrote: AArgh recent comment went out way too early. This patch won't work if gobject-introspection-data is not in distro features. Then there would be unknown configure option --disable-introspection. So what do others think: ignore unknown options (

[OE-core] [PATCH] makedepend: update to 1.0.6

2019-04-06 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../xorg-util/{makedepend_1.0.5.bb => makedepend_1.0.6.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-util/{makedepend_1.0.5.bb => makedepend_1.0.6.bb} (82%) diff --git a/meta/recipes-graphics/xorg-util/m

Re: [OE-core] [PATCH] gstreamer1.0-python: Remove --enable-introspection

2019-04-06 Thread Andreas Müller
On Sat, Apr 6, 2019 at 6:20 PM Khem Raj wrote: > > This option is not available and recently it is reported as error > > do_configure: QA Issue: gstreamer1.0-python: configur > e was passed unrecognised options: --enable-introspection > [unknown-configure-option] > Send out a patch already addres

Re: [OE-core] Worries kernels supported

2019-04-06 Thread Manjukumar Harthikote Matha
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf > Of Khem Raj > Sent: Friday, April 5, 2019 2:54 PM > To: akuster808 > Cc: yo...@yoctoproject.org; Patches and discussions about the oe-cor

[OE-core] [PATCH] gstreamer1.0-python: Remove --enable-introspection

2019-04-06 Thread Khem Raj
This option is not available and recently it is reported as error do_configure: QA Issue: gstreamer1.0-python: configur e was passed unrecognised options: --enable-introspection [unknown-configure-option] Signed-off-by: Khem Raj --- meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.14.4.

[OE-core] [PATCH v2] fontconfig: update to 2.13.1

2019-04-06 Thread Oleksandr Kravchuk
Removed patches were upstreammed. License position in fccache.c was changed since code segment was moved in the file. Package requires uuid, therefore dependency on util-linux was added. inherit gettext was added to fix: ...%s required but not in DEPENDS for file %s. Missing inherit gettext? Si