Re: [oe] [PATCH v2] mpd: update to 0.21.3

2018-11-27 Thread Max Kellermann
On 2018/11/28 06:53, Khem Raj wrote: > Hi Max > > it fails to build with systemd see > http://errors.yoctoproject.org/Errors/Details/202303/ > > It seems the new meson change is not installing the system unit files > and socket file during do_install properly, one way is that we explicitly >

Re: [oe] [PATCH v2] mpd: update to 0.21.3

2018-11-27 Thread Khem Raj
Hi Max it fails to build with systemd see http://errors.yoctoproject.org/Errors/Details/202303/ It seems the new meson change is not installing the system unit files and socket file during do_install properly, one way is that we explicitly install/copy them during do_install, but I think its

Re: [oe] [meta-multimedia][PATCH v4] Add a working Tvheadend recipe

2018-11-27 Thread Peter Bašista
On Tue, Nov 27, 2018 at 11:31:46PM +0100, Martin Jansa wrote: > What is supposed to provide libdvbcsa? It's not in any public layers > registered here: > https://layers.openembedded.org/layerindex/branch/master/recipes/?q=libdvbcsa I am not familiar with this list, so I am not quite sure why it

Re: [oe] [meta-networking][PATCH] geoip: add downloadfilename for geoip database files

2018-11-27 Thread akuster808
I am seeing failures on some of the stable branches. The sources change every Tuesday of the month so we will be chasing this monthly on top of these other dl issues. - armin On 11/27/18 12:14 PM, Martin Jansa wrote: > I'm seeing different checksum than both your builder and the recipe. > > $

Re: [oe] [meta-networking][PATCH] geoip: add downloadfilename for geoip database files

2018-11-27 Thread Martin Jansa
I'm seeing different checksum than both your builder and the recipe. $ wget http://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz --2018-11-27 20:06:32-- http://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz Resolving geolite.maxmind.com... 104.16.37.47, 104.16.38.47,

Re: [oe] [meta-networking][PATCH] geoip: add downloadfilename for geoip database files

2018-11-27 Thread Khem Raj
I am seeing errors on some builders http://errors.yoctoproject.org/Errors/Details/202341/ On Mon, Nov 19, 2018 at 11:29 PM Martin Jansa wrote: > > Looks, good. > > Adding variable for 20181120 might help with maintenance (if we need to > change just checksums in future). And with good variable

[oe] [PATCH] mozjs: Avoid use of X11 from host when X11 is disabled

2018-11-27 Thread Otavio Salvador
The mozjs build system makes use of host headers and libraries if not passed an invalid path for `--x-includes` and `--x-libraries`. This fixes host contamination while building in a development host. Signed-off-by: Otavio Salvador --- meta-oe/recipes-extended/mozjs/mozjs_52.9.1.bb | 2 +- 1

[oe] [PATCH] libmtp: upgrade 1.1.5 -> 1.1.16 and rework

2018-11-27 Thread Andreas Müller
* fixes gvfs with libmtp in PACKAGECONFIG: | Cross dependency libmtp found: NO found '1.1.5' but need: '>= 1.1.12' | | meson.build:436:2: ERROR: Invalid version of dependency, need 'libmtp' ['>= 1.1.12'] found '1.1.5'. * license checksum changed by change of copyright year * Do not pin

[oe] [meta-oe][PATCH 7/7] phoronix-test-suite: upgrade to 8.2.0

2018-11-27 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- .../{phoronix-test-suite_8.0.1.bb => phoronix-test-suite_8.2.0.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-benchmark/phoronix-test-suite/{phoronix-test-suite_8.0.1.bb =>

[oe] [meta-oe][PATCH 4/7] pangomm: upgrade to 2.42.0

2018-11-27 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- .../recipes-graphics/pango/{pangomm_2.40.1.bb => pangomm_2.42.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/pango/{pangomm_2.40.1.bb => pangomm_2.42.0.bb} (83%) diff --git

[oe] [meta-oe][PATCH 5/7] libblockdev: upgrade to 2.20

2018-11-27 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- .../libblockdev/{libblockdev_2.18.bb => libblockdev_2.20.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/libblockdev/{libblockdev_2.18.bb => libblockdev_2.20.bb} (97%) diff --git

[oe] [meta-oe][PATCH 0/7] *** Upgrade 7 recipes ***

2018-11-27 Thread changqing.li
From: Changqing Li *** BLURB HERE *** Changqing Li (7): sg3-utils: upgrade to 1.44 satyr: upgrade to 0.27 multipath-tools: upgrade to 0.7.9 pangomm: upgrade to 2.42.0 libblockdev: upgrade to 2.20 postgresql: upgrade to 11.1 phoronix-test-suite: upgrade to 8.2.0 ...suite_8.0.1.bb

[oe] [meta-oe][PATCH 2/7] satyr: upgrade to 0.27

2018-11-27 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- meta-oe/recipes-support/satyr/{satyr_0.26.bb => satyr_0.27.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/satyr/{satyr_0.26.bb => satyr_0.27.bb} (94%) diff --git

[oe] [meta-oe][PATCH 1/7] sg3-utils: upgrade to 1.44

2018-11-27 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- .../sg3-utils/sg3-utils/glibc-2.28.patch | 24 -- .../{sg3-utils_1.42.bb => sg3-utils_1.44.bb} | 5 ++--- 2 files changed, 2 insertions(+), 27 deletions(-) delete mode 100644

[oe] [meta-networking][PATCH 2/4] dnsmasq: upgrade to 2.80

2018-11-27 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- meta-networking/recipes-support/dnsmasq/dnsmasq_2.79.bb | 8 meta-networking/recipes-support/dnsmasq/dnsmasq_2.80.bb | 8 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644

[oe] [meta-networking][PATCH 3/4] c-ares: upgrade to 1.15

2018-11-27 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- .../recipes-support/c-ares/{c-ares_1.14.0.bb => c-ares_1.15.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-support/c-ares/{c-ares_1.14.0.bb => c-ares_1.15.0.bb} (88%) diff --git

[oe] [meta-networking][PATCH 4/4] autofs: upgrade to 5.1.5

2018-11-27 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- .../0001-Do-not-hardcode-path-for-pkg.m4.patch | 19 +++-- .../0002-Replace-__S_IEXEC-with-S_IEXEC.patch | 36 ++--- .../autofs-5.0.7-do-not-check-for-modprobe.patch | 89 --

[oe] [meta-networking][PATCH 0/4] *** Upgrade 4 recipes ***

2018-11-27 Thread changqing.li
From: Changqing Li *** BLURB HERE *** Changqing Li (4): netcat-openbsd: upgrade to 1.195 dnsmasq: upgrade to 2.80 c-ares: upgrade to 1.15 autofs: upgrade to 5.1.5 .../0001-Do-not-hardcode-path-for-pkg.m4.patch | 19 +++-- .../0002-Replace-__S_IEXEC-with-S_IEXEC.patch | 36

[oe] [meta-networking][PATCH 1/4] netcat-openbsd: upgrade to 1.195

2018-11-27 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- .../{netcat-openbsd_1.190.bb => netcat-openbsd_1.195.bb} | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) rename meta-networking/recipes-support/netcat/{netcat-openbsd_1.190.bb => netcat-openbsd_1.195.bb} (65%) diff

[oe] [meta-oe][PATCH 10/12] lvm2/libdevmapper: 2.02.180 -> 2.03.01

2018-11-27 Thread Hongxu Jia
- Upddate upstream SRC_URI, use github to replace tarball - Rebase 0001-Avoid-bashisms-in-init-scripts.patch, 0005-do-not-build-manual.patch, 0001-explicitly-do-not-install-libdm.patch - Remove `--enable-applib' since upstream [0d22b58 liblvm: remove lvmapi] - Remove `lvmetad'

[oe] [meta-oe][PATCH 12/12] ndctl: v62 -> v63

2018-11-27 Thread Hongxu Jia
- Upstream introduce --with-systemd to replace --with-systemd-unit-dir [86ab28b ndctl, build: Introduce --with-{bash,systemd}] It fixed previously "No package 'systemd' found" failure - Remove COMPATIBLE_HOST to build on more machines. Signed-off-by: Hongxu Jia ---

[oe] [meta-oe][PATCH 09/12] efivar: correct version number 0.36 -> 36

2018-11-27 Thread Hongxu Jia
Signed-off-by: Hongxu Jia --- meta-oe/recipes-bsp/efivar/{efivar_0.36.bb => efivar_36.bb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta-oe/recipes-bsp/efivar/{efivar_0.36.bb => efivar_36.bb} (100%) diff --git a/meta-oe/recipes-bsp/efivar/efivar_0.36.bb

[oe] [meta-oe][PATCH 08/12] libbytesize: 1.3 -> 1.4

2018-11-27 Thread Hongxu Jia
Remove redundant PV assignment Signed-off-by: Hongxu Jia --- .../libbytesize/{libbytesize_1.3.bb => libbytesize_1.4.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-oe/recipes-support/libbytesize/{libbytesize_1.3.bb => libbytesize_1.4.bb} (91%) diff --git

[oe] [meta-oe][PATCH 07/12] efibootmgr: 0.16 -> 17

2018-11-27 Thread Hongxu Jia
- Correct version number format, remove `0.' Signed-off-by: Hongxu Jia --- meta-oe/recipes-bsp/efibootmgr/{efibootmgr_0.16.bb => efibootmgr_17.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-bsp/efibootmgr/{efibootmgr_0.16.bb => efibootmgr_17.bb} (93%) diff

[oe] [meta-oe][PATCH 11/12] libblockdev: 2.18 -> 2.20

2018-11-27 Thread Hongxu Jia
Add nvdimm support since upstream python3-blivet [20ae5ea Re-add nvdimm plugin Recommends on 3.1+.] Signed-off-by: Hongxu Jia --- .../libblockdev/{libblockdev_2.18.bb => libblockdev_2.20.bb}| 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename

[oe] [meta-gnome][PATCH 01/12] dconf: 0.28.0 -> 0.30.1

2018-11-27 Thread Hongxu Jia
- Do not compile docs to workaround build failure Signed-off-by: Hongxu Jia --- .../0001-meson.build-do-not-compile-docs.patch | 27 ++ .../dconf/{dconf_0.28.0.bb => dconf_0.30.1.bb} | 7 -- 2 files changed, 32 insertions(+), 2 deletions(-) create mode 100644

[oe] [meta-python][PATCH 04/12] python3-blivet: 3.0.1 -> 3.1.1

2018-11-27 Thread Hongxu Jia
Drop 0012-remove-dmraid-dependency-check.patch and 0013-add-Z-y-and-y-to-lvm.pvcreate.patch which the new version has fixed the issues Signed-off-by: Hongxu Jia --- .../python3-blivet/0001-comment-out-selinux.patch | 12 +++ .../0002-run_program-support-timeout.patch | 21

[oe] [meta-oe][PATCH 06/12] volume-key: 0.3.11 -> 0.3.12

2018-11-27 Thread Hongxu Jia
Add PACKAGECONFIG to build with python3 rather than python2. Signed-off-by: Hongxu Jia --- .../volume_key/{volume-key_0.3.11.bb => volume-key_0.3.12.bb} | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) rename meta-oe/recipes-extended/volume_key/{volume-key_0.3.11.bb =>

[oe] [PATCH 00/12] Upgrade 12 recipes

2018-11-27 Thread Hongxu Jia
The following changes since commit c26b10b155cf7873ffc8e966f95fd4abed8230c6: opensc: 0.18.0 version fix fetch error (2018-11-16 14:46:44 -0800) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib hongxu/upgrade-20181127 http

[oe] [meta-oe][PATCH 05/12] libreport: 2.9.5 -> 2.9.6

2018-11-27 Thread Hongxu Jia
Signed-off-by: Hongxu Jia --- .../libreport/{libreport_2.9.5.bb => libreport_2.9.6.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/libreport/{libreport_2.9.5.bb => libreport_2.9.6.bb} (96%) diff --git

[oe] [meta-python][PATCH 03/12] python3-blivetgui: 2.1.8 -> 2.1.9

2018-11-27 Thread Hongxu Jia
Signed-off-by: Hongxu Jia --- .../{python3-blivetgui_2.1.8.bb => python3-blivetgui_2.1.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-extended/python-blivet/{python3-blivetgui_2.1.8.bb => python3-blivetgui_2.1.9.bb} (92%) diff --git

[oe] [meta-python][PATCH 02/12] python3-pykickstart: 3.15 -> 3.18

2018-11-27 Thread Hongxu Jia
Signed-off-by: Hongxu Jia --- .../{python3-pykickstart_3.15.bb => python3-pykickstart_3.18.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-extended/python-pykickstart/{python3-pykickstart_3.15.bb => python3-pykickstart_3.18.bb} (94%) diff --git

[oe] [meta-networking][PATCH] net-snmp: inherit ptest

2018-11-27 Thread kai.kang
From: Kai Kang Inherit ptest for net-snmp to create ${PN}-ptest. Update run-ptest as well to avoid only could be run in the same directory. Signed-off-by: Kai Kang --- meta-networking/recipes-protocols/net-snmp/net-snmp/run-ptest | 3 ++-