[OE-core] [PATCH] liburi-perl: upgrade 1.73 -> 1.74

2018-05-04 Thread Tim Orling
Upstream release notes: Changes for version 1.74 - 2018-04-22 avoid 'uninitialized' warning in URI::File when host has no domain name set (PR#53, thanks Shoichi Kaji!) Signed-off-by: Tim Orling --- .../perl/{liburi-perl_1.73.bb => liburi-perl_1.74.bb} | 4 ++-- 1 file changed,

Re: [OE-core] [PATCH 8/8] rpm: move ASNEEDED over-ride into the rpm recipe

2018-05-04 Thread Andre McCurdy
On Fri, May 4, 2018 at 4:23 PM, Peter Kjellerstedt wrote: > > This patch does not remove ASNEEDED_pn-rpm = "" from the > meta/conf/distro/include/as-needed.inc file. Yes, I noticed that just after I hit send :-) Ross, should I send a v2? For the series? For just that one patch? Or can you fix it

[OE-core] ✗ patchtest: failure for ssp rework and glibc drop obsolete nsl/rpc (rev2)

2018-05-04 Thread Patchwork
== Series Details == Series: ssp rework and glibc drop obsolete nsl/rpc (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/11950/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have be

[OE-core] [RFT] GCC 8.1

2018-05-04 Thread Khem Raj
Hi All As you might have noticed that gcc 8.1 was released this week, I am calling out for some testing help on testing branch so we can weed out issues you might see in your setups. so if you have your builders idling over weekend, then you know what they can do this weekend :) Highlighted chang

[OE-core] [PATCH 23/27] packagegroup: Do not add libssp to SDK

2018-05-04 Thread Khem Raj
Libssp is only needed on mon-glibc/non-musl systems Add rpcsvc-proto for rpcgen since its not part of glibc anymore Signed-off-by: Khem Raj --- .../packagegroup-core-standalone-sdk-target.bb| 2 +- .../packagegroups/packagegroup-self-hosted.bb | 11 +++ 2 files changed,

[OE-core] [PATCH 25/27] mesa: Define PYTHON2

2018-05-04 Thread Khem Raj
Ensure that python2 is not assumed to be python which can point to python3 in some cases, when building gallium-llvm there are scripts which are requiring python2 and wont work with python3 Signed-off-by: Khem Raj --- meta/recipes-graphics/mesa/mesa.inc | 1 + 1 file changed, 1 insertion(+) dif

[OE-core] [PATCH 27/27] gdb: Upgrade to 8.1 release

2018-05-04 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/conf/distro/include/tcmode-default.inc | 2 +- .../gdb/{gdb-8.0.1.inc => gdb-8.1.inc}| 5 +- ...ian_8.0.1.bb => gdb-cross-canadian_8.1.bb} | 0 .../{gdb-cross_8.0.1.bb => gdb-cross_8.1.bb} | 0 .../0001-include-sys-types.h-for-mode_t.patch | 12

[OE-core] [PATCH 26/27] strace: Upgrade to 4.22

2018-05-04 Thread Khem Raj
License-Update: Update Copyright years Signed-off-by: Khem Raj --- .../strace/disable-git-version-gen.patch | 12 +- ...st-test-for-m32-mx32-compile-support.patch | 22 +-- .../strace/{strace_4.20.bb => strace_4.22.bb} | 11 ++ 3 files changed, 23 insertions(

[OE-core] [PATCH 21/27] ppp: Install net/ppp_defs.h on musl

2018-05-04 Thread Khem Raj
This header is used by other apps e.g. ippool glibc provides an internal version which it should not Signed-off-by: Khem Raj --- meta/recipes-connectivity/ppp/ppp_2.4.7.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-connectivity/ppp/ppp_2.4.7.bb b/meta/recipes-connectiv

[OE-core] [PATCH 22/27] allarch.bbclass: Exclude package_do_shlibs from do_package signature

2018-05-04 Thread Khem Raj
shlibs is largely useless for allarch, the particular usecase where it fails is when DISTRO_FEATURE is changing due to libc being different e.g. Variable package_do_shlibs value changed: -DISTRO_FEATURES{ldconfig} = Set +DISTRO_FEATURES{ldconfig} = Unset musl -> glibc or other way around 'ldconfi

[OE-core] [PATCH 24/27] Disable using GST_GL if gst does not enable it

2018-05-04 Thread Khem Raj
Signed-off-by: Khem Raj --- .../webkitgtk/detect-gstreamer-gl.patch | 20 +++ meta/recipes-sato/webkit/webkitgtk_2.20.0.bb | 1 + 2 files changed, 21 insertions(+) create mode 100644 meta/recipes-sato/webkit/webkitgtk/detect-gstreamer-gl.patch diff --git a/meta/recipes-s

[OE-core] [PATCH 20/27] libnsl2: Install into /usr/include and /usr/lib

2018-05-04 Thread Khem Raj
Extend to native and nativesdk variants Signed-off-by: Khem Raj --- meta/recipes-extended/libnsl/libnsl2_git.bb | 11 +-- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/meta/recipes-extended/libnsl/libnsl2_git.bb b/meta/recipes-extended/libnsl/libnsl2_git.bb index c6ba80c

[OE-core] [PATCH 15/27] xinetd: Use libtirpc even on glibc

2018-05-04 Thread Khem Raj
We dropped in-tree obsoleted rpc from glibc Signed-off-by: Khem Raj --- meta/recipes-extended/xinetd/xinetd_2.3.15.bb | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/meta/recipes-extended/xinetd/xinetd_2.3.15.bb b/meta/recipes-extended/xinetd/xinetd_2.3.15.bb index 1b

[OE-core] [PATCH 17/27] Use libtirpc even on glibc

2018-05-04 Thread Khem Raj
We dropped in-tree obsoleted rpc from glibc Signed-off-by: Khem Raj --- meta/recipes-extended/watchdog/watchdog_5.15.bb | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/meta/recipes-extended/watchdog/watchdog_5.15.bb b/meta/recipes-extended/watchdog/watchdog_5.15.

[OE-core] [PATCH 19/27] mdadm: Fix build with gcc8

2018-05-04 Thread Khem Raj
Signed-off-by: Khem Raj --- ...able-errors-due-to-new-gcc8-warnings.patch | 30 ++ ...tead-of-memcpy-on-overlapping-region.patch | 31 +++ meta/recipes-extended/mdadm/mdadm_4.0.bb | 2 ++ 3 files changed, 63 insertions(+) create mode 100644 meta/recipes-ext

[OE-core] [PATCH 18/27] perl: Account for libnsl being dropped from glibc

2018-05-04 Thread Khem Raj
-lnsl needs to be removed even on glibc Signed-off-by: Khem Raj --- meta/recipes-devtools/perl/perl_5.24.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/perl/perl_5.24.1.bb b/meta/recipes-devtools/perl/perl_5.24.1.bb index 53a426289a..6b16689386 10

[OE-core] [PATCH 16/27] tcp-wrapper: Use external libnsl

2018-05-04 Thread Khem Raj
We dropped in-tree obsoleted libnsl from glibc Signed-off-by: Khem Raj --- meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb b/meta/recipes-extended/tcp-wrappers/tcp-w

[OE-core] [PATCH 14/27] ltp: Fix build after removing rpc and libnsl in glibc

2018-05-04 Thread Khem Raj
Signed-off-by: Khem Raj --- ...0001-Disable-rpc01-on-glibc-and-musl.patch | 29 +++ ...option-to-select-libc-implementation.patch | 14 - meta/recipes-extended/ltp/ltp_20180118.bb | 1 + 3 files changed, 30 insertions(+), 14 deletions(-) create mode 100644 meta/reci

[OE-core] [PATCH 12/27] libtirpc: Upgrade to 1.0.4-tc1

2018-05-04 Thread Khem Raj
Drop backported patches Redo musl support patch such that it can be applied universally Signed-off-by: Khem Raj --- .../0001-include-stdint.h-for-uintptr_t.patch | 29 - ...0001-replace-__bzero-with-memset-API.patch | 64 -- .../libtirpc/Use-netbsd-queue.h.patch | 878 -

[OE-core] [PATCH 06/27] pbzip2: Fix C++11 warnings found with clang

2018-05-04 Thread Khem Raj
Signed-off-by: Khem Raj --- ...valid-suffix-on-literal-C-11-warning.patch | 73 +++ meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb | 4 +- 2 files changed, 76 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-extended/pbzip2/pbzip2/0001-pbzip2-Fix-invalid-suffix-on-li

[OE-core] [PATCH 13/27] libnsl: Upgrade to tip beyond 1.2.0 release

2018-05-04 Thread Khem Raj
Signed-off-by: Khem Raj --- .../0001-include-sys-cdefs.h-explicitly.patch | 68 --- ...de-stdint.h-for-uintptr_t-definition.patch | 27 .../0002-Define-glibc-specific-macros.patch | 57 meta/recipes-extended/libnsl/libnsl2_git.bb | 8 +-- 4 files cha

[OE-core] [PATCH 10/27] rpcsvc-proto: Add recipe

2018-05-04 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/conf/distro/include/maintainers.inc | 1 + .../rpcsvc-proto/rpcsvc-proto.bb | 37 +++ .../0001-Use-cross-compiled-rpcgen.patch | 26 + 3 files changed, 64 insertions(+) create mode 100644 meta/recipes-extended/r

[OE-core] [PATCH 07/27] alsa-tools: Update to 1.1.6

2018-05-04 Thread Khem Raj
License-Update: FSF address updated in hdsploader/COPYING and ld10k1/COPYING.LIB Fix built with clang along the way Package python dependent tools into a separate package Signed-off-by: Khem Raj --- ...served-user-defined-literal-warnings.patch | 28 + .../alsa/alsa-tools/autotools

[OE-core] [PATCH 09/27] glibc: Drop obsolete rpc and libnsl

2018-05-04 Thread Khem Raj
use libnsl2 and rpcsvc-proto packages Signed-off-by: Khem Raj --- meta/classes/libc-common.bbclass | 4 - .../distro/include/default-distrovars.inc | 2 +- meta/conf/local.conf.sample.extended | 2 +- .../glibc/cross-localedef-native_2.27.bb | 1 - meta/rec

[OE-core] [PATCH 11/27] libnss-nis: Add recipe

2018-05-04 Thread Khem Raj
This will substitute the glibc nis module which has been removed Skip for non-glibc systems Signed-off-by: Khem Raj --- meta/conf/distro/include/maintainers.inc | 1 + .../recipes-extended/libnss-nis/libnss-nis.bb | 36 +++ 2 files changed, 37 insertions(+) create mode 10

[OE-core] [PATCH 08/27] alsa-lib: Upgrade to 1.1.6

2018-05-04 Thread Khem Raj
License-Update: FSF address updated Signed-off-by: Khem Raj --- .../alsa/{alsa-lib_1.1.5.bb => alsa-lib_1.1.6.bb}| 9 + 1 file changed, 5 insertions(+), 4 deletions(-) rename meta/recipes-multimedia/alsa/{alsa-lib_1.1.5.bb => alsa-lib_1.1.6.bb} (75%) diff --git a/meta/recipes-

[OE-core] [PATCH 05/27] musl: Upgrade to latest

2018-05-04 Thread Khem Raj
Changes are here https://git.musl-libc.org/cgit/musl/log/?qt=range&q=618b18c78e33acfe54a4434e91aa57b8e171df89..941bd884cc0221d051840ce6d21650339e711863 Signed-off-by: Khem Raj --- meta/recipes-core/musl/musl_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-

[OE-core] [PATCH 04/27] libunwind: Drop adding libssp to linker flags

2018-05-04 Thread Khem Raj
This is no longer needed as gcc provided libssp is not built Signed-off-by: Khem Raj --- meta/recipes-support/libunwind/libunwind.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-support/libunwind/libunwind.inc b/meta/recipes-support/libunwind/libunwind.inc index b9c532d3ad

[OE-core] [PATCH V2 00/27] ssp rework and glibc drop obsolete nsl/rpc

2018-05-04 Thread Khem Raj
This patchset is primarily fixing how we use ssp support in system runtime, Now we use the glibc/musl version consistently and suppliment musl implementation with libssp_nonshared.a due to gcc needing it. mingw will use the gcc implementation of libssp Second major change is to drop the obsoleted

[OE-core] [PATCH 03/27] gcc-runtime: Disable gcc version of libssp

2018-05-04 Thread Khem Raj
libssp is implemented fully in glibc as well as in musl so we really do not need the gcc version of this library except may be for mingw, where we keep it enabled anyway gcc in OE is built with the knowledge that C library already provides libssp implementation, we should therefore not need the gcc

[OE-core] [PATCH 02/27] musl: Depend on libssp-nonshared

2018-05-04 Thread Khem Raj
libssp-nonshared is required on musl since it does not implement the gcc runtime piece of libssp, which actually it a gcc optimization to reach to __stack_chk_fail Signed-off-by: Khem Raj --- meta/recipes-core/musl/musl_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a

[OE-core] [PATCH 01/27] libssp-nonshared: Add recipe

2018-05-04 Thread Khem Raj
libssp-nonshared is a minimal gcc runtime piece which is needed on non-glibc systems which do implement libssp APIs in libc Use PIE flags to compile libssp_nonshared.a so it works with security flags on as well Signed-off-by: Khem Raj --- meta/recipes-core/musl/libssp-nonshared.bb| 39 +

Re: [OE-core] [PATCH 8/8] rpm: move ASNEEDED over-ride into the rpm recipe

2018-05-04 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Andre McCurdy > Sent: den 5 maj 2018 00:53 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [PATCH 8/8] rpm: move ASNEE

[OE-core] [PATCH 7/8] puzzles: move ASNEEDED over-ride into the puzzles recipe

2018-05-04 Thread Andre McCurdy
Move the recipe specific over-ride for ASNEEDED into the recipe to make it more apparent that the over-ride is being applied (and that it should be re-checked on version updates, etc). Also misc minor recipe cleanup (re-order variables to follow the OE style guide, etc). Signed-off-by: Andre McCu

[OE-core] [PATCH 8/8] rpm: move ASNEEDED over-ride into the rpm recipe

2018-05-04 Thread Andre McCurdy
Move the recipe specific over-ride for ASNEEDED into the recipe to make it more apparent that the over-ride is being applied (and that it should be re-checked on version updates, etc). Signed-off-by: Andre McCurdy --- meta/recipes-devtools/rpm/rpm_4.14.1.bb | 2 ++ 1 file changed, 2 insertions(+

[OE-core] [PATCH 3/8] console-tools: move ASNEEDED over-ride into the console-tools recipe

2018-05-04 Thread Andre McCurdy
Move the recipe specific over-ride for ASNEEDED into the recipe to make it more apparent that the over-ride is being applied (and that it should be re-checked on version updates, etc). Also misc minor recipe cleanup (re-order variables to follow the OE style guide, etc). Signed-off-by: Andre McCu

[OE-core] [PATCH 2/8] babeltrace: move ASNEEDED over-ride into the babeltrace recipe

2018-05-04 Thread Andre McCurdy
Move the recipe specific over-ride for ASNEEDED into the recipe to make it more apparent that the over-ride is being applied (and that it should be re-checked on version updates, etc). Also misc minor recipe cleanup (re-order variables to follow the OE style guide, etc). Signed-off-by: Andre McCu

[OE-core] [PATCH 4/8] distcc: move ASNEEDED over-ride into the distcc recipe

2018-05-04 Thread Andre McCurdy
Move the recipe specific over-ride for ASNEEDED into the recipe to make it more apparent that the over-ride is being applied (and that it should be re-checked on version updates, etc). Also misc minor recipe cleanup (re-order variables to follow the OE style guide, etc). Signed-off-by: Andre McCu

[OE-core] [PATCH 5/8] icu: move ASNEEDED over-ride into icu.inc

2018-05-04 Thread Andre McCurdy
Move the recipe specific over-ride for ASNEEDED into the recipe to make it more apparent that the over-ride is being applied (and that it should be re-checked on version updates, etc). Signed-off-by: Andre McCurdy --- meta/conf/distro/include/as-needed.inc | 1 - meta/recipes-support/icu/icu.inc

[OE-core] [PATCH 6/8] pciutils: move ASNEEDED over-ride into the pciutils recipe

2018-05-04 Thread Andre McCurdy
Move the recipe specific over-ride for ASNEEDED into the recipe to make it more apparent that the over-ride is being applied (and that it should be re-checked on version updates, etc). Signed-off-by: Andre McCurdy --- meta/conf/distro/include/as-needed.inc | 1 - meta/recipes-bsp/pciutils/p

[OE-core] [PATCH 1/8] tune-corei7.inc: minor comment tweak to align with tune-core2.inc

2018-05-04 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- meta/conf/machine/include/tune-corei7.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/machine/include/tune-corei7.inc b/meta/conf/machine/include/tune-corei7.inc index 9ce731c..d06af47 100644 --- a/meta/conf/machine/include/tune-

Re: [OE-core] [PATCH 14/14] babeltrace: switch over to git

2018-05-04 Thread Martin Jansa
Similar change is needed in stable branches as well, I've just noticed it failing with 1.4.0 version used in morty. There is quite a few fetch issues in morty as of today. oe-core/meta/recipes-support/libmpc/libmpc_1.0.3.bb:do_fetch Resolving www.multiprecision.org (www.multiprecision.org)... 185.

[OE-core] [rocko][PATCH 1/4] Revert "package.bbclass: Add '-b' option to file call in isELF"

2018-05-04 Thread Andre McCurdy
This reverts commit 46ddc11a8be79515b4ab9f9f7568c3d624ac72fe. The change is good in master but became subtly broken during the backport to rocko. Either the path passed to file should be quoted using double quotes (with any " chars in the path being escaped) or the path should be quoted using sing

[OE-core] [rocko][PATCH 4/4] package.py: use single quotes for path passed to file in is_elf()

2018-05-04 Thread Andre McCurdy
Align package.py is_elf() with recent changes in package.bbclass isELF(): http://git.openembedded.org/openembedded-core/commit/?id=7877761534b0c2492da6289e9f2269d41b6ed464 Signed-off-by: Andre McCurdy Signed-off-by: Ross Burton (cherry picked from commit ab056c7f6065f310be4dd256ceb45f85ff981

[OE-core] [rocko][PATCH 2/4] package.bbclass: use single quotes for path passed to file in isELF()

2018-05-04 Thread Andre McCurdy
Apparently there are recipes in the wild which generate files with filenames containing '$' characters - which cause errors during packaging. Instead of adding another special case to escape '$' characters when constructing the command passed to oe.utils.getstatusoutput(), switch to using single q

[OE-core] [rocko][PATCH 3/4] package.bbclass: Add '-b' option to file call in isELF

2018-05-04 Thread Andre McCurdy
From: Mark Hatle The isELF function works by running: result = file if 'ELF' in result By default 'file' will prepend the result with the path name of the file that is being checked. This usually works fine, such as: $ file /home/foo/openembedded-core/meta/classes/package.bbclass /home

[OE-core] [PATCH] rm_work: Stop appending _setscene to do_image_complete_setscene stamps

2018-05-04 Thread Mike Crowe
Each time I build my image after the first, I end up with a do_image_complete_setscene stamp file with an extra _setscene appended to the name. Eventually, the filenames end up being so long that mv complains and the build fails. It looks like this behaviour was introduced when the special handlin

[OE-core] [PATCH v2 1/2] parted: add ontrack DM6 aux3 support

2018-05-04 Thread Otavio Salvador
Add ontrack DM6 aux3 partition support to enable creating partitions required to boot i.MX MXS based platforms. This patch has been sent long time ago by Alexandre Belloni to meta-freescale however this must be incuded on OE-Core as this is a common component across different BSP. Signed-off-by:

[OE-core] [PATCH v2 2/2] wic: add ontrack DM6 aux3 support

2018-05-04 Thread Otavio Salvador
Add ontrack DM6 aux3 partition support to enable creating partitions required to boot i.MX MXS based platforms. This has been removed by OE-Core:21af89a6 (wic: allow only supported fstypes). It was unnoticed as most users were still using the meta-freecale image generation class instead of wic but

[OE-core] [PATCH 2/2] tzdata: update to 2018e

2018-05-04 Thread Armin Kuster
Briefly: North Korea switches back to +09 on 2018-05-05. The main format uses negative DST again, for Ireland etc. 'make tarballs' now also builds a rearguard tarball. New 's' and 'd' suffixes in SAVE columns of Rule and Zone lines. Changes to past and future time stamps N

[OE-core] [PATCH 1/2] tzcode-native: updatet to 2018e

2018-05-04 Thread Armin Kuster
Changes to build procedure The command 'make tarballs' now also builds the tarball tzdataVERSION-rearguard.tar.gz, which is like tzdataVERSION.tar.gz except that it uses rearguard format intended for trailing-edge data parsers. Changes to data format and to code The SAVE

Re: [OE-core] [PATCH v3] toolchain-scripts: preserve host path in environment setup script

2018-05-04 Thread Richard Purdie
On Wed, 2018-04-25 at 16:00 +0800, Chin Huat Ang wrote: > The environment setup script generated in the build directory sets > the PATH > variable by expanding ${PATH} which would have host paths filtered. > Sourcing > this script to run runqemu will not work as it complains host stty > (/bin/stty)

Re: [OE-core] [PATCH 12/14] meson: update to 0.46.0

2018-05-04 Thread Nirbheek Chauhan
Would be nice if OE could test 0.46.0 soon and report any regressions to Meson. There will be a bugfix 0.46.1 release soon with known regressions fixed: https://github.com/mesonbuild/meson/milestone/26?closed=1 On Fri, May 4, 2018 at 6:10 PM Alexander Kanavin < alexander.kana...@linux.intel.com> w

Re: [OE-core] [PATCH 14/14] babeltrace: switch over to git

2018-05-04 Thread Scott Rifenbark
Obviously that class (devupstream.bbclass) is not in the YP reference manual. I will open a bug to document it. Scott On Fri, May 4, 2018 at 6:12 AM, Paulo Neves wrote: > On Fri, May 4, 2018 at 2:55 PM, Burton, Ross > wrote: > > On 4 May 2018 at 13:46, Paulo Neves wrote: > >> > >> I always w

[OE-core] [PATCH v2] gst-plugins-base: upgrade 1.12.4 -> 1.14.0

2018-05-04 Thread Anuj Mittal
* For changes, please see: https://gstreamer.freedesktop.org/releases/1.14/ * OpenGL integration library has moved to -plugins-base, add PACKAGECONFIG. * Remove one patch as that has been fixed in a different way upstream. * Merge inc/bb and refresh patches to get rid of fuzz warnings. * Remove x86

Re: [OE-core] [PATCH 14/14] babeltrace: switch over to git

2018-05-04 Thread Paulo Neves
On Fri, May 4, 2018 at 2:55 PM, Burton, Ross wrote: > On 4 May 2018 at 13:46, Paulo Neves wrote: >> >> I always wondered, what is the rationale for not always using the git >> repositories? If there is one why did we change for this specific >> recipe? > > > Tarballs are easier to mirror, smaller

Re: [OE-core] [PATCH 02/12] gst-plugins-base: upgrade 1.12.4 -> 1.14.0

2018-05-04 Thread Anuj Mittal
For some reason, I can't reproduce this, I have g-i enabled. But, it looks like we need this: https://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?h=1.14&id=9261296858cb149767ceac44fd6bd13cc0de0d21 On 05/04/2018 07:52 PM, Burton, Ross wrote: >  Couldn't find include 'GstVideo-1.0.gir'

Re: [OE-core] [PATCH 14/14] babeltrace: switch over to git

2018-05-04 Thread Burton, Ross
On 4 May 2018 at 13:46, Paulo Neves wrote: > I always wondered, what is the rationale for not always using the git > repositories? If there is one why did we change for this specific > recipe? > Tarballs are easier to mirror, smaller, have checksums to verify the download at both fetch and unpac

Re: [OE-core] [PATCH 14/14] babeltrace: switch over to git

2018-05-04 Thread Alexander Kanavin
On 05/04/2018 03:46 PM, Paulo Neves wrote: I always wondered, what is the rationale for not always using the git repositories? If there is one why did we change for this specific recipe? I ask this because I am in the process of creating a massive layer, whose only purpose is to have the softwar

Re: [OE-core] [PATCH 14/14] babeltrace: switch over to git

2018-05-04 Thread Paulo Neves
Hello Alexander I always wondered, what is the rationale for not always using the git repositories? If there is one why did we change for this specific recipe? I ask this because I am in the process of creating a massive layer, whose only purpose is to have the software come from the git reposito

[OE-core] [PATCH 11/14] webkitgtk: update to 2.20.1

2018-05-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-sato/webkit/{webkitgtk_2.20.0.bb => webkitgtk_2.20.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-sato/webkit/{webkitgtk_2.20.0.bb => webkitgtk_2.20.1.bb} (97%) diff --git a/meta/recipes-sato/webkit/webkitgt

[OE-core] [PATCH 14/14] babeltrace: switch over to git

2018-05-04 Thread Alexander Kanavin
Tarball directory is gone. Signed-off-by: Alexander Kanavin --- meta/recipes-kernel/lttng/babeltrace_1.5.5.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-kernel/lttng/babeltrace_1.5.5.bb b/meta/recipes-kernel/lttng/babeltrace_1.5.5.bb index 92d86b92e8b

[OE-core] [PATCH 08/14] gnome-desktop3: update to 3.28.1

2018-05-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{gnome-desktop3_3.28.0.bb => gnome-desktop3_3.28.1.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/gnome-desktop/{gnome-desktop3_3.28.0.bb => gnome-desktop3_3.28.1.bb} (86%) diff --git a/meta/recipes-gn

[OE-core] [PATCH 13/14] ifupdown: correct the repository location

2018-05-04 Thread Alexander Kanavin
The old repo is gone. Signed-off-by: Alexander Kanavin --- meta/recipes-core/ifupdown/ifupdown_0.8.16.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/ifupdown/ifupdown_0.8.16.bb b/meta/recipes-core/ifupdown/ifupdown_0.8.16.bb index 5654528ae87..e9f3a2aee

[OE-core] [PATCH 10/14] procps: update to 3.3.14

2018-05-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../procps/0001-Fix-out-of-tree-builds.patch | 24 ++ .../procps/{procps_3.3.12.bb => procps_3.3.14.bb} | 7 --- 2 files changed, 28 insertions(+), 3 deletions(-) create mode 100644 meta/recipes-extended/procps/procps/0001-Fix

[OE-core] [PATCH 12/14] meson: update to 0.46.0

2018-05-04 Thread Alexander Kanavin
Rebase a couple of patches Signed-off-by: Alexander Kanavin --- ...rospection-determine-g-ir-scanner-and-g-i.patch | 17 +++ .../meson/meson/0003-native_bindir.patch | 57 -- .../meson/{meson_0.45.1.bb => meson_0.46.0.bb} | 4 +- 3 files changed, 41 inserti

[OE-core] [PATCH 02/14] ffmpeg: update to 4.0

2018-05-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-multimedia/ffmpeg/{ffmpeg_3.4.2.bb => ffmpeg_4.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/ffmpeg/{ffmpeg_3.4.2.bb => ffmpeg_4.0.bb} (97%) diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.4.

[OE-core] [PATCH 07/14] ca-certificates: update to 20180409

2018-05-04 Thread Alexander Kanavin
License-Update: URI fix Signed-off-by: Alexander Kanavin --- .../{ca-certificates_20170717.bb => ca-certificates_20180409.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/ca-certificates/{ca-certificates_20170717.bb => ca-certificates_20180409.bb} (

[OE-core] [PATCH 06/14] epiphany: update to 3.28.1.1

2018-05-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../epiphany/{epiphany_3.28.0.1.bb => epiphany_3.28.1.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/epiphany/{epiphany_3.28.0.1.bb => epiphany_3.28.1.1.bb} (84%) diff --git a/meta/recipes-gnome/epiphany/

[OE-core] [PATCH 09/14] libwebp: update to 1.0.0

2018-05-04 Thread Alexander Kanavin
--disable-experimental has been removed upstream. Signed-off-by: Alexander Kanavin --- meta/recipes-multimedia/webp/{libwebp_0.6.1.bb => libwebp_1.0.0.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-multimedia/webp/{libwebp_0.6.1.bb => libwebp_1.0.0.bb} (92%)

[OE-core] [PATCH 04/14] libfm: update to 1.3.0.2

2018-05-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...libfm-extra_1.2.5.bb => libfm-extra_1.3.0.2.bb} | 4 +- ...-library-path-to-avoid-host-contamination.patch | 23 +++ ...Enclose-text-in-programlisting-into-CDATA.patch | 76 -- .../libfm/{libfm_1.2.5.bb => libfm_1.3.0.2.bb} | 6

[OE-core] [PATCH 05/14] pcmanfm: update to 1.3.0

2018-05-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-sato/pcmanfm/{pcmanfm_1.2.5.bb => pcmanfm_1.3.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-sato/pcmanfm/{pcmanfm_1.2.5.bb => pcmanfm_1.3.0.bb} (90%) diff --git a/meta/recipes-sato/pcmanfm/pcmanfm_1.2.5.bb

[OE-core] [PATCH 03/14] vala: update to 0.40.4

2018-05-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/vala/{vala_0.40.2.bb => vala_0.40.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/vala/{vala_0.40.2.bb => vala_0.40.4.bb} (64%) diff --git a/meta/recipes-devtools/vala/vala_0.40.2.bb b/meta/

[OE-core] [PATCH 01/14] gobject-introspection: update to 1.56.1

2018-05-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../0001-giscanner-add-a-lib-dirs-envvar-option.patch | 8 ...ct-introspection_1.56.0.bb => gobject-introspection_1.56.1.bb} | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) rename meta/recipes-gnome/gobject-introspection/{gobj

Re: [OE-core] [PATCH 09/22] webkitgtk: update to 2.20.0

2018-05-04 Thread Alexander Kanavin
On 04/30/2018 06:39 PM, Khem Raj wrote: 2.20.1 patch release is available since this patch was posted. Since this patch is still in staging, it would be nicer if it was rebased to use 2.20.1 If I need to resend the patchset, then I'll update it to catch up with upstream. There's plenty of tim

Re: [OE-core] [PATCH 01/12] gstreamer1.0: upgrade 1.12.4 -> 1.14.0

2018-05-04 Thread Burton, Ross
meta-gstreamer ships its own inc files (as it should). Ross On 3 May 2018 at 23:49, Khem Raj wrote: > > On Thu, May 3, 2018 at 1:18 AM Anuj Mittal wrote: > >> * For changes, please see: https://gstreamer.freedesktop. >> org/releases/1.14/ >> * Merge inc and bb file since we only have one versi

[OE-core] ✗ patchtest: failure for "toolchain-scripts/meta-ide-sup..." and 1 more

2018-05-04 Thread Patchwork
== Series Details == Series: "toolchain-scripts/meta-ide-sup..." and 1 more Revision: 1 URL : https://patchwork.openembedded.org/series/11985/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

[OE-core] [PATCH 1/2] toolchain-scripts/meta-ide-support: Handle dash shells correctly

2018-05-04 Thread Richard Purdie
Where /bin/sh is dash, the recent toolchain scripts change fails as the $(pwd) usage in oe-init-build-env doesn't function correctly. Fix this by saving and restoring the cwd and calling the script within its own directory. This fixes meta-ide-support on dash based systems. Signed-off-by: Richard

[OE-core] [PATCH 2/2] settings-daemon: Drop pointless apply=yes in SRC_URI

2018-05-04 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb b/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb index ceaecca..

Re: [OE-core] python recipes with extensions fail to find/link with proper libraries

2018-05-04 Thread Francesco Giancane
Hi Alejandro, Thank you for your response. I know that openblas recipe is a pain, given that its Makefile is not correctly written with respect to cross-compilation. However, the library has been built locally on the target (sigh!) and then it is being deployed with a recipe which unpacks the buil