Re: [oe] [OE-core] [RFT] GCC 8.1

2018-05-17 Thread Khem Raj
On Thu, May 17, 2018 at 3:46 AM, Martin Jansa wrote: > On Thu, May 10, 2018 at 09:11:45PM +0200, Martin Jansa wrote: >> > > 5) nativesdk-libxcrypt fails to build (not sure which change caused >> > > this, it build OK with sumo since the -std=gnu99 addition. >> > >

Re: [oe] [meta-oe][PATCH 5/8] luajit: Dont use BUILD_LDFLAGS when compiling host binaries

2018-05-17 Thread Carlos Alberto Lopez Perez
On 12/05/18 05:07, Khem Raj wrote: > BUILD_LDFLAGS add --dynamic-linker to point to uninative but > some binaries in luajit are for 32bit build host, so even if > your host has the needed runtime, it will fail to execute because > uninative ldso doesn't know about multilib > > we get cyptic

Re: [oe] [meta-oe][PATCH 5/8] luajit: Dont use BUILD_LDFLAGS when compiling host binaries

2018-05-17 Thread Khem Raj
Hi Carlos Thanks for your review On 5/17/18 9:38 PM, Carlos Alberto Lopez Perez wrote: On 12/05/18 05:07, Khem Raj wrote: BUILD_LDFLAGS add --dynamic-linker to point to uninative but some binaries in luajit are for 32bit build host, so even if your host has the needed runtime, it will fail to

Re: [oe] [meta-oe][PATCH] minicoredumper: fixes for sysvinit and systemd

2018-05-17 Thread Khem Raj
On 5/15/18 3:53 PM, Anuj Mittal wrote: On 05/16/2018 02:05 AM, Pierre-Jean TEXIER wrote: The sysv initscript and systemd service assumes minicoredumper is installed in /usr/bin/. In our case minicoredumper is installed in /usr/sbin/ by default. Therefore, fix this path. Signed-off-by:

Re: [oe] [meta-networking][PATCH 1/1] postfix: add dependencies needed for glibc 2.27

2018-05-17 Thread Khem Raj
Hi Joe This is already fixed by https://patchwork.openembedded.org/patch/150602/ which is in queue for merge. On 5/17/18 9:01 AM, Joe Slater wrote: We need a dependency on libnsl2. The libnsl2-native dependency is not strictly speaking necessary until the host glibc moves to 2.27.

Re: [oe] [meta-oe][PATCH 01/17] libwebsockets: rely on cmake.bbclass to put cmake package files in dev package

2018-05-17 Thread Khem Raj
Hi Andre This series is fine, except that it has some formatting changes mixed with cmake related changes. It would be preferable to have them as separate pulls. I reckon that both types of changes are good. On 5/17/18 6:30 PM, Andre McCurdy wrote: The cmake.bbclass in oe-core now ensures

[oe] [meta-oe][PATCH 15/17] libssh: rely on cmake.bbclass to put cmake package files in dev package

2018-05-17 Thread Andre McCurdy
The cmake.bbclass in oe-core now ensures that ${libdir}/cmake and ${datadir}/cmake end up in the dev package, so recipes no longer need to provide custom packaging rules to handles these files. http://git.openembedded.org/openembedded-core/commit/?id=d91dc483a96e9d03cbbd21b8a546f9069c93

[oe] [meta-oe][PATCH 16/17] libtinyxml2: rely on cmake.bbclass to put cmake package files in dev package

2018-05-17 Thread Andre McCurdy
The cmake.bbclass in oe-core now ensures that ${libdir}/cmake and ${datadir}/cmake end up in the dev package, so recipes no longer need to provide custom packaging rules to handles these files. http://git.openembedded.org/openembedded-core/commit/?id=d91dc483a96e9d03cbbd21b8a546f9069c93

[oe] [meta-oe][PATCH 17/17] poco: rely on cmake.bbclass to put cmake package files in dev package

2018-05-17 Thread Andre McCurdy
The cmake.bbclass in oe-core now ensures that ${libdir}/cmake and ${datadir}/cmake end up in the dev package, so recipes no longer need to provide custom packaging rules to handles these files. http://git.openembedded.org/openembedded-core/commit/?id=d91dc483a96e9d03cbbd21b8a546f9069c93

[oe] [meta-oe][PATCH 11/17] openjpeg: rely on cmake.bbclass to put cmake package files in dev package

2018-05-17 Thread Andre McCurdy
The cmake.bbclass in oe-core now ensures that ${libdir}/cmake and ${datadir}/cmake end up in the dev package, so recipes no longer need to provide custom packaging rules to handles these files. http://git.openembedded.org/openembedded-core/commit/?id=d91dc483a96e9d03cbbd21b8a546f9069c93

[oe] [meta-oe][PATCH 14/17] libftdi: rely on cmake.bbclass to put cmake package files in dev package

2018-05-17 Thread Andre McCurdy
The cmake.bbclass in oe-core now ensures that ${libdir}/cmake and ${datadir}/cmake end up in the dev package, so recipes no longer need to provide custom packaging rules to handles these files. http://git.openembedded.org/openembedded-core/commit/?id=d91dc483a96e9d03cbbd21b8a546f9069c93

[oe] [meta-oe][PATCH 13/17] gflags: rely on cmake.bbclass to put cmake package files in dev package

2018-05-17 Thread Andre McCurdy
The cmake.bbclass in oe-core now ensures that ${libdir}/cmake and ${datadir}/cmake end up in the dev package, so recipes no longer need to provide custom packaging rules to handles these files. http://git.openembedded.org/openembedded-core/commit/?id=d91dc483a96e9d03cbbd21b8a546f9069c93

[oe] [meta-oe][PATCH 08/17] msgpack-c: rely on cmake.bbclass to put cmake package files in dev package

2018-05-17 Thread Andre McCurdy
The cmake.bbclass in oe-core now ensures that ${libdir}/cmake and ${datadir}/cmake end up in the dev package, so recipes no longer need to provide custom packaging rules to handles these files. http://git.openembedded.org/openembedded-core/commit/?id=d91dc483a96e9d03cbbd21b8a546f9069c93

[oe] [meta-oe][PATCH 07/17] librcf: rely on cmake.bbclass to put cmake package files in dev package

2018-05-17 Thread Andre McCurdy
The cmake.bbclass in oe-core now ensures that ${libdir}/cmake and ${datadir}/cmake end up in the dev package, so recipes no longer need to provide custom packaging rules to handles these files. http://git.openembedded.org/openembedded-core/commit/?id=d91dc483a96e9d03cbbd21b8a546f9069c93

[oe] [meta-oe][PATCH 09/17] rapidjson: rely on cmake.bbclass to put cmake package files in dev package

2018-05-17 Thread Andre McCurdy
The cmake.bbclass in oe-core now ensures that ${libdir}/cmake and ${datadir}/cmake end up in the dev package, so recipes no longer need to provide custom packaging rules to handles these files. http://git.openembedded.org/openembedded-core/commit/?id=d91dc483a96e9d03cbbd21b8a546f9069c93

[oe] [meta-oe][PATCH 12/17] ceres-solver: rely on cmake.bbclass to put cmake package files in dev package

2018-05-17 Thread Andre McCurdy
The cmake.bbclass in oe-core now ensures that ${libdir}/cmake and ${datadir}/cmake end up in the dev package, so recipes no longer need to provide custom packaging rules to handles these files. http://git.openembedded.org/openembedded-core/commit/?id=d91dc483a96e9d03cbbd21b8a546f9069c93

[oe] [meta-oe][PATCH 10/17] glm: rely on cmake.bbclass to put cmake package files in dev package

2018-05-17 Thread Andre McCurdy
The cmake.bbclass in oe-core now ensures that ${libdir}/cmake and ${datadir}/cmake end up in the dev package, so recipes no longer need to provide custom packaging rules to handles these files. http://git.openembedded.org/openembedded-core/commit/?id=d91dc483a96e9d03cbbd21b8a546f9069c93

[oe] [meta-oe][PATCH 06/17] json-spirit: rely on cmake.bbclass to put cmake package files in dev package

2018-05-17 Thread Andre McCurdy
The cmake.bbclass in oe-core now ensures that ${libdir}/cmake and ${datadir}/cmake end up in the dev package, so recipes no longer need to provide custom packaging rules to handles these files. http://git.openembedded.org/openembedded-core/commit/?id=d91dc483a96e9d03cbbd21b8a546f9069c93

[oe] [meta-oe][PATCH 02/17] openobex: rely on cmake.bbclass to put cmake package files in dev package

2018-05-17 Thread Andre McCurdy
The cmake.bbclass in oe-core now ensures that ${libdir}/cmake and ${datadir}/cmake end up in the dev package, so recipes no longer need to provide custom packaging rules to handles these files. http://git.openembedded.org/openembedded-core/commit/?id=d91dc483a96e9d03cbbd21b8a546f9069c93

[oe] [meta-oe][PATCH 03/17] rocksdb: rely on cmake.bbclass to put cmake package files in dev package

2018-05-17 Thread Andre McCurdy
The cmake.bbclass in oe-core now ensures that ${libdir}/cmake and ${datadir}/cmake end up in the dev package, so recipes no longer need to provide custom packaging rules to handles these files. http://git.openembedded.org/openembedded-core/commit/?id=d91dc483a96e9d03cbbd21b8a546f9069c93

[oe] [meta-oe][PATCH 05/17] grpc: rely on cmake.bbclass to put cmake package files in dev package

2018-05-17 Thread Andre McCurdy
The cmake.bbclass in oe-core now ensures that ${libdir}/cmake and ${datadir}/cmake end up in the dev package, so recipes no longer need to provide custom packaging rules to handles these files. http://git.openembedded.org/openembedded-core/commit/?id=d91dc483a96e9d03cbbd21b8a546f9069c93

[oe] [meta-oe][PATCH 04/17] capnproto: rely on cmake.bbclass to put cmake package files in dev package

2018-05-17 Thread Andre McCurdy
The cmake.bbclass in oe-core now ensures that ${libdir}/cmake and ${datadir}/cmake end up in the dev package, so recipes no longer need to provide custom packaging rules to handles these files. http://git.openembedded.org/openembedded-core/commit/?id=d91dc483a96e9d03cbbd21b8a546f9069c93

[oe] [meta-oe][PATCH 01/17] libwebsockets: rely on cmake.bbclass to put cmake package files in dev package

2018-05-17 Thread Andre McCurdy
The cmake.bbclass in oe-core now ensures that ${libdir}/cmake and ${datadir}/cmake end up in the dev package, so recipes no longer need to provide custom packaging rules to handles these files. http://git.openembedded.org/openembedded-core/commit/?id=d91dc483a96e9d03cbbd21b8a546f9069c93

[oe] [meta-networking][PATCH] c-ares: rely on cmake.bbclass to put cmake package files in dev package

2018-05-17 Thread Andre McCurdy
The cmake.bbclass in oe-core now ensures that ${libdir}/cmake and ${datadir}/cmake end up in the dev package, so recipes no longer need to provide custom packaging rules to handles these files. http://git.openembedded.org/openembedded-core/commit/?id=d91dc483a96e9d03cbbd21b8a546f9069c93

Re: [oe] [meta-oe][PATCH] usb-modeswitch: Upgrade to latest version

2018-05-17 Thread Khem Raj
Hi Dmitri Can you rebase this change on top of current master and resend ? Thanks -Khem -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

[oe] [meta-oe][PATCH 5/5] libvdpau: Rename dep dri2proto -> xorgproto

2018-05-17 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/vdpau/libvdpau_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/vdpau/libvdpau_git.bb b/meta-oe/recipes-graphics/vdpau/libvdpau_git.bb index 31bcce066f..b79a562c8e 100644

[oe] [meta-oe][PATCH 4/5] xtscal: Remove

2018-05-17 Thread Khem Raj
Remove dead X11 proto and library packages OE-Core droppped libxcalibrate which it needed Signed-off-by: Khem Raj --- .../xtscal/xtscal/30xTs_Calibrate.sh | 13 - .../xtscal/xtscal/change-cross.patch | 18 - .../xtscal/xtscal/cleanup.patch |

[oe] [meta-multimedia][PATCH 3/5] tinyalsa: Update SRC_URI to github git fetcher

2018-05-17 Thread Khem Raj
Update to latest on git/master Fixes build with clang switch component build system to cmake Signed-off-by: Khem Raj --- .../{tinyalsa_1.1.1.bb => tinyalsa.bb}| 20 +-- 1 file changed, 5 insertions(+), 15 deletions(-) rename

[oe] [meta-oe][PATCH 2/5] nbench-byte: Dont append cflags to cc

2018-05-17 Thread Khem Raj
adding cflags is redundant Signed-off-by: Khem Raj --- meta-oe/recipes-benchmark/nbench-byte/nbench-byte_2.2.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-benchmark/nbench-byte/nbench-byte_2.2.3.bb

[oe] [meta-gnome][PATCH 1/5] evince: Reset PR to 0

2018-05-17 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/evince/evince_3.28.1.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/evince/evince_3.28.1.bb b/meta-gnome/recipes-gnome/evince/evince_3.28.1.bb index ce73620b09..97fe769c5d 100644 ---

Re: [oe] [meta-initramfs][PATCH] ubi-utils-klibc: update from v. 1.5.2 to 2.0.2

2018-05-17 Thread Andrea Adami
>> This fails on qemuarm with the following error. > > >> > >> | ../git/include/libmissing.h:7:10: fatal error: execinfo.h: No such > >> file or directory > >> | #include > >> | ^~~~ > >> | compilation terminated. > >> | Makefile:2452: recipe for target 'ubi-utils/ubimkvol.o'

Re: [oe] [meta-initramfs][PATCH] ubi-utils-klibc: update from v. 1.5.2 to 2.0.2

2018-05-17 Thread Andrea Adami
On Thu, May 17, 2018 at 5:31 PM, Andrea Adami wrote: > On Thu, May 17, 2018 at 4:15 PM, akuster808 wrote: >> >> >> On 05/13/2018 03:16 PM, Andrea Adami wrote: >>> Update to new version and drop accepted patches. >>> >>> Signed-off-by: Andrea Adami

[oe] [meta-networking][PATCH 1/1] postfix: add dependencies needed for glibc 2.27

2018-05-17 Thread Joe Slater
We need a dependency on libnsl2. The libnsl2-native dependency is not strictly speaking necessary until the host glibc moves to 2.27. Signed-off-by: Joe Slater --- meta-networking/recipes-daemons/postfix/postfix.inc | 4 ++-- 1 file changed, 2 insertions(+), 2

Re: [oe] [meta-initramfs][PATCH] ubi-utils-klibc: update from v. 1.5.2 to 2.0.2

2018-05-17 Thread Andrea Adami
On Thu, May 17, 2018 at 4:15 PM, akuster808 wrote: > > > On 05/13/2018 03:16 PM, Andrea Adami wrote: >> Update to new version and drop accepted patches. >> >> Signed-off-by: Andrea Adami >> --- >> .../0001-Makefile-build-ubi-utils-only.patch |

Re: [oe] [meta-initramfs][PATCH] ubi-utils-klibc: update from v. 1.5.2 to 2.0.2

2018-05-17 Thread akuster808
On 05/13/2018 03:16 PM, Andrea Adami wrote: > Update to new version and drop accepted patches. > > Signed-off-by: Andrea Adami > --- > .../0001-Makefile-build-ubi-utils-only.patch | 87 -- > .../0002-common.mk-for-klibc-CC-is-klcc.patch | 27 -- >

[oe] [meta-networking][PATCH] vlan: use update-alternatives for vconfig

2018-05-17 Thread Hannu Lounento
Busybox also provides the command 'vconfig' when CONFIG_VCONFIG is enabled. Busybox has a priority of 50. Prior to the patch running bitbake core-image-minimal produced the warnings WARNING: core-image-minimal-1.0-r0 do_rootfs: busybox.postinst returned 1, marking as unpacked only,

[oe] [PATCH] gnome-desktop3: add a recipe from oe-core

2018-05-17 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...ibseccomp-sycall-filtering-mechanism.patch | 45 ++ ...humbnail-don-t-assume-time_t-is-long.patch | 61 +++ .../gnome-desktop/gnome-desktop3_3.28.1.bb| 28 + 3 files changed, 134

Re: [oe] [OE-core] [RFT] GCC 8.1

2018-05-17 Thread Martin Jansa
On Thu, May 10, 2018 at 09:11:45PM +0200, Martin Jansa wrote: > > > 5) nativesdk-libxcrypt fails to build (not sure which change caused > > > this, it build OK with sumo since theĀ -std=gnu99 addition. > > > ../git/crypt-sunmd5.c:189:13: error: 'snprintf' output may be truncated > > > before the

[oe] [meta-oe][PATCH v3] minicoredumper: relocate admin-binaries to sbin

2018-05-17 Thread Christophe PRIOUZEAU
Change path of minicoredumper on init/service script to /usr/sbin. Since the commit "relocate admin-binaries to sbin" on minicoredumper, minicoredumper binaries are installed on /usr/sbin directory instead of /usr/bin. src/minicoredumper/Makefile.am: sbin_PROGRAMS = minicoredumper Signed-off-by:

[oe] [meta-oe][PATCH v3] minicoredumper: relocate admin-binaries to sbin

2018-05-17 Thread Christophe PRIOUZEAU
Change path of minicoredumper on init/service script to /usr/sbin. Since the commit "relocate admin-binaries to sbin" on minicoredumper, minicoredumper binaries are installed on /usr/sbin directory instead of /usr/bin. src/minicoredumper/Makefile.am: sbin_PROGRAMS = minicoredumper Signed-off-by: