Re: [OE-core] ✗ patchtest: failure for meson bugfix

2017-11-15 Thread Martin Kelly
This is expected, as the patch is intended to apply to Alexander Kanavin's poky-contrib akanavin/meson branch, not oe-core master. On 11/15/2017 10:02 AM, Patchwork wrote: == Series Details == Series: meson bugfix Revision: 1 URL : https://patchwork.openembedded.org/series/9809/ State :

Re: [OE-core] [PATCH 2/3] initramfs-module-install-efi: update summary

2017-11-15 Thread Otavio Salvador
On Tue, Nov 14, 2017 at 7:20 PM, California Sullivan wrote: > Note that this is an installation option for EFI systems. > > Signed-off-by: California Sullivan Acked-by: Otavio Salvador Please also

Re: [OE-core] [PATCH 1/3] initramfs-module-install-efi: point to original copy and delete new file

2017-11-15 Thread Otavio Salvador
On Tue, Nov 14, 2017 at 7:20 PM, California Sullivan wrote: > There is no need to maintain two of the exact same files. > > Signed-off-by: California Sullivan Acked-by: Otavio Salvador Please also queue

[OE-core] [morty][PATCH 2/2] Fix CVE-2017-1000366

2017-11-15 Thread George McCollister
Add backported patches from the upstream release/2.24/master branch to fix CVE-2017-1000366 Signed-off-by: George McCollister --- ...00366-Ignore-LD_LIBRARY_PATH-for-AT_SECUR.patch | 71 +++ ...ject-overly-long-LD_PRELOAD-path-elements.patch | 145

Re: [OE-core] [PATCH 1/7] meson: add a recipe and class from meta-oe

2017-11-15 Thread Martin Kelly
Hi, It looks to me like there are some changes here on top of a forked meson.bbclass from meta-oe. Did you rebase the changes on top of current meta-oe's meson? From a look at the git logs and file contents, it looks like it needs a rebase or we may drop some patches. On 11/15/2017 03:08

Re: [OE-core] [PATCH] qemu.inc: Drop rng-tools

2017-11-15 Thread Otavio Salvador
On Wed, Nov 15, 2017 at 10:26 AM, Burton, Ross wrote: > On 14 November 2017 at 17:16, Otavio Salvador > wrote: >> >> Hello Ross, >> >> On Mon, Nov 13, 2017 at 5:55 PM, Burton, Ross >> wrote: >> > Can you explain

[OE-core] ✗ patchtest: failure for meson bugfix

2017-11-15 Thread Patchwork
== Series Details == Series: meson bugfix Revision: 1 URL : https://patchwork.openembedded.org/series/9809/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the proposed series by

Re: [OE-core] [morty backport][PATCH 0/2] tcf-agent fixes

2017-11-15 Thread Martin Kelly
I'm not a maintainer, but both of these look good to me, thanks! On 11/14/2017 11:56 AM, Javier Viguera wrote: Hi all, There are a couple of commits in master fixing the tcf-agent bootscript and systemd service files so the daemon is properly kill on reboot/shutdown. These patches backport

Re: [OE-core] [oe-core][PATCH 1/1] nss: pay attention to CFLAGS

2017-11-15 Thread Khem Raj
On Wed, Nov 15, 2017 at 10:54 AM, Joe Slater wrote: > nss ignores CFLAGS so we suggest them via CC. is that a limitation or intentional in nss build system. > > Signed-off-by: Joe Slater > --- > meta/recipes-support/nss/nss_3.33.bb | 7 ++- >

[OE-core] [PATCH 1/1] meson: export native env only for native build

2017-11-15 Thread Martin Kelly
Although the meson crossfile should take care of setting the right cross environment for a target build, meson slurps any set CFLAGS, CXXFLAGS, LDFLAGS, and CPPFLAGS from the environment and injects them into the build (see mesonbuild/environment.py:get_args_from_envvars for details). This means

[OE-core] [PATCH 0/1] [poky-contrib] meson bugfix

2017-11-15 Thread Martin Kelly
This patch is intended to be applied on top of Alexander Kanavin's poky-contrib branch akanavin/meson in preparation for meson moving into OE-core. Martin Kelly (1): meson: export native env only for native build meta/classes/meson.bbclass | 23 --- 1 file changed, 16

Re: [OE-core] [pyro][PATCH] gcc: Use libssp_nonshared linker specs only for ppc/musl

2017-11-15 Thread Khem Raj
Armin, this patch is good for backport please queue it for pyro-next On Mon, Nov 13, 2017 at 11:00 AM, Florin Sarbu wrote: > Link libssp_nonshared.a only for ppc/musl because glibc already > provides the content for libssp_nonshared in libc_nonshared.a and > therefore we

[OE-core] [morty][PATCH 1/2] Fix CVE-2015-5180

2017-11-15 Thread George McCollister
Add backported patch to fix CVE-2015-5180 from the upstream release/2.24/master branch. Signed-off-by: George McCollister --- ...80-resolv-Fix-crash-with-internal-QTYPE-B.patch | 357 + meta/recipes-core/glibc/glibc_2.24.bb | 1 +

Re: [OE-core] [pyro][PATCH] gcc: Use libssp_nonshared linker specs only for ppc/musl

2017-11-15 Thread Florin Ionut
Hi, any comments on this commit? Thanks On Mon, Nov 13, 2017 at 9:00 PM, Florin Sarbu wrote: > Link libssp_nonshared.a only for ppc/musl because glibc already > provides the content for libssp_nonshared in libc_nonshared.a and > therefore we dont need to make it universal.

[OE-core] [oe-core][PATCH 1/1] nss: pay attention to CFLAGS

2017-11-15 Thread Joe Slater
nss ignores CFLAGS so we suggest them via CC. Signed-off-by: Joe Slater --- meta/recipes-support/nss/nss_3.33.bb | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta/recipes-support/nss/nss_3.33.bb b/meta/recipes-support/nss/nss_3.33.bb index

[OE-core] [morty][PATCH v2 2/2] glibc: Fix CVE-2017-1000366

2017-11-15 Thread George McCollister
Add backported patches from the upstream release/2.24/master branch to fix CVE-2017-1000366 Signed-off-by: George McCollister --- Changes in v2: - Fix commit message ...00366-Ignore-LD_LIBRARY_PATH-for-AT_SECUR.patch | 71 +++

[OE-core] ✗ patchtest: failure for "[morty] Fix CVE-2015-5180..." and 1 more

2017-11-15 Thread Patchwork
== Series Details == Series: "[morty] Fix CVE-2015-5180..." and 1 more Revision: 1 URL : https://patchwork.openembedded.org/series/9811/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

Re: [OE-core] [morty backport][PATCH 1/2] tcf-agent: kill with USR2 in systemd stop

2017-11-15 Thread Otavio Salvador
On Tue, Nov 14, 2017 at 5:56 PM, Javier Viguera wrote: > From: Martin Kelly > > tcf-agent ignores SIGTERM, so upstream uses USR2 instead. This issue was > noticed > by Jan Kiszka and Brian Avery around the same time: > >

Re: [OE-core] [PATCH v3 1/2] image.bbclass: add prohibited-paths QA test

2017-11-15 Thread Otavio Salvador
On Wed, Nov 15, 2017 at 1:10 PM, Martyn Welch wrote: > Sometimes we wish to ensure that files or directories are not installed > somewhere that may prove detrimental to the operation of the system. For > example, this may be the case if files are placed in a

[OE-core] [morty][PATCH v2 1/2] glibc: Fix CVE-2015-5180

2017-11-15 Thread George McCollister
Add backported patch to fix CVE-2015-5180 from the upstream release/2.24/master branch. Signed-off-by: George McCollister --- Changes in v2: - Fix commit message ...80-resolv-Fix-crash-with-internal-QTYPE-B.patch | 357 +

Re: [OE-core] [PATCHi 3/3 V3] initramfs-framework: add install module

2017-11-15 Thread Otavio Salvador
On Tue, Nov 14, 2017 at 8:10 PM, California Sullivan wrote: > The non-EFI counterpart for installation was previously missing for > initramfs-framework. This simply puts the normal install script in the > correct location for initramfs-framework to make use of it.

Re: [OE-core] [PATCH] gcc-7.2: Fix libgfortran build

2017-11-15 Thread Ricardo Ribalda Delgado
Hello Khem I already did it on july https://patchwork.openembedded.org/patch/141497/ but the patch is lost on the internet cracks :) On Wed, Nov 15, 2017 at 4:35 AM, Khem Raj wrote: > On Mon, Nov 13, 2017 at 4:57 AM, Ricardo Ribalda Delgado >

Re: [OE-core] [PATCH 1/1] autoconf-archive: inherit allarch and fix package splitting

2017-11-15 Thread André Draszik
Hi, On Wed, 2017-11-15 at 10:23 +0800, Robert Yang wrote: > > On 11/14/2017 10:02 PM, André Draszik wrote: > > Is that an ipk / OPKG issue? Should something be removing the old > > packages > > from deploy? > > I tried PACKAGE_CLASSES = "package_ipk", I got the same result as ross: OK, so I

Re: [OE-core] [PATCH 1/1] autoconf-archive: inherit allarch and fix package splitting

2017-11-15 Thread Robert Yang
On 11/15/2017 05:06 PM, André Draszik wrote: Hi, On Wed, 2017-11-15 at 10:23 +0800, Robert Yang wrote: On 11/14/2017 10:02 PM, André Draszik wrote: Is that an ipk / OPKG issue? Should something be removing the old packages from deploy? I tried PACKAGE_CLASSES = "package_ipk", I got the

[OE-core] [PATCH] python-setuptools: update to 36.7.2

2017-11-15 Thread zhengrq
1) Upgrade python-setuptools from 36.5.0 to 36.7.2. Signed-off-by: Zheng Ruoqin --- meta/recipes-devtools/python/python-setuptools.inc| 4 ++-- .../{python-setuptools_36.5.0.bb => python-setuptools_36.7.2.bb} | 0 2 files changed, 2

[OE-core] [PATCH][morty] python-3.3-multilib.patch: Fixes getpath on multilib configurations

2017-11-15 Thread Aníbal Limón
From: Jose Lamego When using multilib configurations either on arm/arm64 and x86/x86-64 python3 failed to execute due to a failure when looking for its platform independent and dependent libraries. This patch fixes this issue by assigning lib_python to the

Re: [OE-core] [morty][PATCH v2 2/2] glibc: Fix CVE-2017-1000366

2017-11-15 Thread Khem Raj
On Wed, Nov 15, 2017 at 12:36 PM George McCollister < george.mccollis...@gmail.com> wrote: > Add backported patches from the upstream release/2.24/master branch to > fix CVE-2017-1000366 > This seems fine for morty > > Signed-off-by: George McCollister > --- > >

Re: [OE-core] [morty][PATCH v2 1/2] glibc: Fix CVE-2015-5180

2017-11-15 Thread Khem Raj
On Wed, Nov 15, 2017 at 12:36 PM George McCollister < george.mccollis...@gmail.com> wrote: > Add backported patch to fix CVE-2015-5180 from the upstream > release/2.24/master branch. > This is ok > > Signed-off-by: George McCollister > --- > > Changes in v2: > -

Re: [OE-core] [morty backport][PATCH 1/2] tcf-agent: kill with USR2 in systemd stop

2017-11-15 Thread akuster808
On 11/15/2017 12:37 PM, Otavio Salvador wrote: > On Tue, Nov 14, 2017 at 5:56 PM, Javier Viguera > wrote: >> From: Martin Kelly >> >> tcf-agent ignores SIGTERM, so upstream uses USR2 instead. This issue was >> noticed >> by Jan Kiszka and Brian Avery

[OE-core] [PATCH v2 1/1] scripts/contrib/bbvars.py: Rewrite to use tinfoil

2017-11-15 Thread Amanda Brindle
Use tinfoil to collect all variable names globally and in each recipe. This will capture more variable references than parsing manually. With the use of tinfoil, this script can no longer distinguish unique references to each variable, so it's no longer showing the count of undocumented

[OE-core] [PATCH v2 0/1]

2017-11-15 Thread Amanda Brindle
For v2, I removed some dead code (recipe_bbvars(), collect_bbvars(), and code that handled the -m option). I also added the parameter variants=False to all_recipe_files() so that the script would not scan through variant recipe files. I also updated the commit message to describe why the

Re: [OE-core] [PATCH v5 05/10] bitbake.conf: add ip and scp to HOSTTOOLS unconditionally

2017-11-15 Thread Andre McCurdy
On Wed, Nov 1, 2017 at 8:35 AM, Konrad Scherer wrote: > On 10/31/2017 03:15 AM, Markus Lehtonen wrote: >> Please see the 6th patch ("devtools/images: add python-pgo-image") in my >> patchset for python-pgo-image. >> >> I'd like the profiling to work out-of-the-box,

Re: [OE-core] [PATCH 1/2] systemctl-native: add target.wants to target regex

2017-11-15 Thread Martin Kelly
I looked again at the log failures, and it's hard to conclude anything without more information. Is it possible to get a baseline without this patch? For example, step 53 fails with SSH refusing the connection. Does this ever happen without the patch? Step 47 fails because connman is not

[OE-core] [PATCH] libnsl2: fix installed-vs-shipped QA issue

2017-11-15 Thread jackie.huang
From: Jackie Huang Fix the installed-vs-shipped QA issue: | WARNING: libnsl2-1.0.5+gitAUTOINC+dfa2f31352-r0 do_package: QA Issue: libnsl2: Files/directories were installed but not shipped in any package: /usr/lib64/nsl/libnsl.a Signed-off-by: Jackie Huang

Re: [OE-core] [PATCH 26/27] ffmpeg: update to 3.4

2017-11-15 Thread Alexander Kanavin
On 11/14/2017 09:41 PM, Khem Raj wrote: SRC_URI = "https://www.ffmpeg.org/releases/${BP}.tar.xz \ file://mips64_cpu_detection.patch \ - file://0001-build-fix-for-mips.patch \ - " This patch is not deleted along with this omission. Perhaps an oversight ?

[OE-core] [PATCH 2/7] gnomebase.bbclass: split into autotools and meson versions

2017-11-15 Thread Alexander Kanavin
gnomebase.bbclass unfortunately hardcodes the autotools inherit, so we have to introduce gnomebase-nobuildsystem.bbclass where the common bits between autotools and meson classes can be placed. Signed-off-by: Alexander Kanavin ---

[OE-core] [PATCH 1/7] meson: add a recipe and class from meta-oe

2017-11-15 Thread Alexander Kanavin
The original recipe has been provided and improved by: Ross Burton Ricardo Ribalda Delgado Adam C. Foltzer Peter Kjellerstedt Linus Svensson I have added a couple patches

[OE-core] [PATCH] lighttpd: update to 1.4.48

2017-11-15 Thread Alexander Kanavin
Refresh the pcre pkg-config patch. Signed-off-by: Alexander Kanavin --- ...fig-for-pcre-dependency-instead-of-config.patch | 45 -- .../{lighttpd_1.4.45.bb => lighttpd_1.4.48.bb} | 4 +- 2 files changed, 27 insertions(+), 22

[OE-core] [PATCH] ffmpeg: update to 3.4

2017-11-15 Thread Alexander Kanavin
Schroedinger support has been dropped: https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9 Remove upstreamed patch. Signed-off-by: Alexander Kanavin --- .../ffmpeg/ffmpeg/0001-build-fix-for-mips.patch| 44 --

[OE-core] [PATCH 3/7] json-glib: convert to meson build

2017-11-15 Thread Alexander Kanavin
Note that meson flags for gobject introspection and gtk-doc appear to be non-standardized; going forward we should devise a common way to deal with it. gettext inherit is removed, as there is no equivalent functionality in meson; NLS bits are always built and installed. Signed-off-by: Alexander

[OE-core] [PATCH 4/7] libepoxy: convert to meson build

2017-11-15 Thread Alexander Kanavin
Add a patch to work around absence of dlvsym() on musl (wasn't previously a problem as autotools weren't building tests by default) Signed-off-by: Alexander Kanavin --- ...sible-to-disable-the-use-of-dlvsym-needed.patch | 55 ++

[OE-core] [PATCH 5/7] libinput: convert to meson build

2017-11-15 Thread Alexander Kanavin
Drop autotools-specific patch. Drop libunwind option, as it is only used if tests are enabled (and they're unconditionally not enabled). Add a backported upstream fix for invalid meson options. Signed-off-by: Alexander Kanavin ---

[OE-core] [PATCH 7/7] gst-player: Upgrade, rename to gst-examples

2017-11-15 Thread Alexander Kanavin
From: Jussi Kukkonen Switch to using current repository, switch to meson (following upstream), rename the recipe like upstream. Add a patch to install the player binaries. Signed-off-by: Alexander Kanavin ---

[OE-core] [PATCH 0/7] Introduce meson build system

2017-11-15 Thread Alexander Kanavin
This patch series introduces meson recipe and class (that recipes should inherit in order to be built with meson). It also converts a few recipes from autotools to meson to establish that things basically work. Note that I haven't tackled the bigger items: gstreamer family of recipes, systed and

Re: [OE-core] [PATCH 24/27] lighttpd: update to 1.4.48

2017-11-15 Thread Alexander Kanavin
On 11/14/2017 08:29 PM, Leonardo Sandoval wrote: RP 2014/5/22 Upstream-Status: Pending +Signed-off-by: Alexander Kanavin + + no need to include again your SOB. Thanks, I'll resend this one. Alex -- ___

[OE-core] [PATCH 6/7] sysprof: convert to meson build

2017-11-15 Thread Alexander Kanavin
Drop autotools-specific patches. Rename polkit packageconfig option to sysprofd as 'polkit' does not at all match what is happening. Remove --enable-compiler-warnings, as the equivalent in meson could not be found. Signed-off-by: Alexander Kanavin ---

Re: [OE-core] [PATCH v2 1/2] scripts/oe-selftest: oe-selftest-internal wrapper scripts that isolates execution

2017-11-15 Thread Patrick Ohly
On Tue, 2017-11-14 at 11:42 -0600, Leonardo Sandoval wrote: > On Tue, 14 Nov 2017 17:09:28 +0100 > Patrick Ohly wrote: > > Is oe-selftest-internal even going to be in the default PATH? It > > probably shouldn't be, once it truly becomes an implementation > > detail. > >

[OE-core] [PATCH 00/47] Morty-next pull request #2

2017-11-15 Thread Armin Kuster
cover letter only Clean AB build Please consider these changes for the next morty. The following changes since commit 1b231d7b0628c5e19afc2987d25000f71030c000: documentation: Updated Doc set to 2.2.3 (2017-11-12 06:51:03 +) are available in the git repository at:

Re: [OE-core] [PATCH 4/8] gdb: Upgrade to 8.0.1

2017-11-15 Thread Khem Raj
On Wed, Nov 15, 2017 at 7:27 AM, akuster808 wrote: > > > On 11/14/2017 07:09 PM, Khem Raj wrote: >> Minor bugfix release, details are here >> https://sourceware.org/ml/gdb-announce/2017/msg4.html > Since these are bug fixes only, its it update backport to Rocko? > yes

Re: [OE-core] [PATCH 1/7] meson: add a recipe and class from meta-oe

2017-11-15 Thread Burton, Ross
This series was just ran on the autobuilder and there's a few failures: http://errors.yoctoproject.org/Errors/Latest//?filter=21d01e923239ab32116bf526cc2c5afee9052476=commit Anyone interested in getting Meson merged into oe-core is welcome to work with Alex to resolve these. Ross On 15

Re: [OE-core] [PATCH] gcc-7.2: Fix libgfortran build

2017-11-15 Thread Khem Raj
On Wed, Nov 15, 2017 at 12:21 AM, Ricardo Ribalda Delgado wrote: > Hello Khem > > I already did it on july > https://patchwork.openembedded.org/patch/141497/ > > but the patch is lost on the internet cracks :) > No problem, can you revive it and include with this

Re: [OE-core] [PATCH] qemu.inc: Drop rng-tools

2017-11-15 Thread Burton, Ross
On 14 November 2017 at 17:16, Otavio Salvador < otavio.salva...@ossystems.com.br> wrote: > Hello Ross, > > On Mon, Nov 13, 2017 at 5:55 PM, Burton, Ross > wrote: > > Can you explain why? > > We are using QEMU ARM for runtime tests on CI for updatehub, on this, > when we

Re: [OE-core] [PATCH 1/7] meson: add a recipe and class from meta-oe

2017-11-15 Thread Martin Hundebøll
Hi, On 2017-11-15 12:08, Alexander Kanavin wrote: The original recipe has been provided and improved by: Ross Burton Ricardo Ribalda Delgado Adam C. Foltzer Peter Kjellerstedt Linus

Re: [OE-core] [PATCH v5 05/10] bitbake.conf: add ip and scp to HOSTTOOLS unconditionally

2017-11-15 Thread Markus Lehtonen
Hi, Hosttools are set after the bitbake configuration is parsed so there is no way to affect the outcome from the "recipe space". HOSTTOOLS can only be set from bitbake configuration. Thus, I don't see any way to conditionally expand the value in case something specific is being built. The

[OE-core] [PATCH v2] ca-certificates: Add /etc to SYSROOT_DIRS

2017-11-15 Thread Patrick Vacek
From: Patrick Vacek For recipes that depend on native ca-certificates.crt, /etc should be added to the list of directories that automatically populate the sysroot, otherwise the file may not be there. Signed-off-by: Patrick Vacek ---

[OE-core] [PATCH] qemu.inc: let linux-yocto-rt also provide nfs server kernel module

2017-11-15 Thread liu . ming50
From: Ming Liu In case some users want to use linux-yocto-rt as the preferred kernel. Signed-off-by: Ming Liu --- meta/conf/machine/include/qemu.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/machine/include/qemu.inc

[OE-core] [PATCH v3 2/2] ref-manual: Add documentation for prohibited-path QA test

2017-11-15 Thread Martyn Welch
Add documentation for the PROHIBITED_PATHS variable and associated prohibited-path QA test Signed-off-by: Martyn Welch --- Changes since v1: - Correcting author and SOB. Changes since v2: - Reimplemented as image rather than package level QA test, altering

[OE-core] [PATCH v3 1/2] image.bbclass: add prohibited-paths QA test

2017-11-15 Thread Martyn Welch
Sometimes we wish to ensure that files or directories are not installed somewhere that may prove detrimental to the operation of the system. For example, this may be the case if files are placed in a directory that is utilised as a mount point at run time, thus making them inaccessible once when

Re: [OE-core] [PATCH 4/8] gdb: Upgrade to 8.0.1

2017-11-15 Thread akuster808
On 11/14/2017 07:09 PM, Khem Raj wrote: > Minor bugfix release, details are here > https://sourceware.org/ml/gdb-announce/2017/msg4.html Since these are bug fixes only, its it update backport to Rocko? - armin > > Signed-off-by: Khem Raj > --- >

[OE-core] [meta-oe][PATCH v2 1/2] gcc-6.4: Fix libgfortran build

2017-11-15 Thread Ricardo Ribalda Delgado
Without this patch libbacktrace cannot be included/link during libgfortran build. libbtool: link: cannot find the library `../libbacktrace/libbacktrace.la' or unhandled argument `../libbacktrace/libbacktrace.la' Signed-off-by: Ricardo Ribalda Delgado ---

[OE-core] [meta-oe][PATCH v2 2/2] gcc-7.2: Fix libgfortran build

2017-11-15 Thread Ricardo Ribalda Delgado
Without this patch libbacktrace cannot be included/link during libgfortran build. libbtool: link: cannot find the library `../libbacktrace/libbacktrace.la' or unhandled argument `../libbacktrace/libbacktrace.la Signed-off-by: Ricardo Ribalda Delgado ---

[OE-core] ✗ patchtest: failure for "[v3] image.bbclass: add prohib..." and 1 more

2017-11-15 Thread Patchwork
== Series Details == Series: "[v3] image.bbclass: add prohib..." and 1 more Revision: 1 URL : https://patchwork.openembedded.org/series/9805/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

Re: [OE-core] [PATCH] u-boot: Upgrade to 2017.11 release

2017-11-15 Thread Stefan Agner
On 2017-11-14 19:32, Otavio Salvador wrote: > This upgrades the U-Boot from 2017.09 to 2017.11 release. You might encounter this when building fw_printenv/setenv tools alone: https://lists.denx.de/pipermail/u-boot/2017-November/311505.html -- Stefan > > Signed-off-by: Otavio Salvador

[OE-core] [PATCH] libinput: update to 1.8.4

2017-11-15 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- .../recipes-graphics/wayland/{libinput_1.8.3.bb => libinput_1.8.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/wayland/{libinput_1.8.3.bb =>

Re: [OE-core] [PATCH 1/7] meson: add a recipe and class from meta-oe

2017-11-15 Thread Martin Kelly
Correction: I took another look after merging in my meson patch, and I think your branch is fully current. On 11/15/2017 09:27 AM, Martin Kelly wrote: Hi, It looks to me like there are some changes here on top of a forked meson.bbclass from meta-oe. Did you rebase the changes on top of