Re: [oe] [PATCH v2 2/2] networkmanager: upgrade 1.10.10 -> 1.14.4

2018-11-02 Thread Andreas Müller
On Fri, Nov 2, 2018 at 8:53 PM Khem Raj wrote: > > it fails to build with musl as seen here > http://errors.yoctoproject.org/Errors/Details/198239/ > > I will see if this can be fixed. Aargh - Yet another 'Not-Tested=Not-Working' case... Let me know the result of your musl activities - really

Re: [oe] [PATCH][meta-oe] pcsc-lite: fix SRC_URI

2018-11-02 Thread Martin Jansa
True, maybe I should have mentioned it in commit message. https://en.wikipedia.org/wiki/Alioth_(Debian) In 2018, Alioth has been replaced by a GitLab based solution hosted on *salsa.debian.org *. Alioth has been finally switched off

Re: [oe] [PATCH][meta-oe] pcsc-lite: fix SRC_URI

2018-11-02 Thread Burton, Ross
Just in case anyone didn't knot, it's not temporarily down, it's dead for good. Ross On Fri, 2 Nov 2018 at 19:39, Martin Jansa wrote: > > * alioth.debian.org is down > Connecting to alioth.debian.org (alioth.debian.org)|5.153.231.21|:443... > failed: No route to host. > > Signed-off-by:

Re: [oe] [meta-oe][PATCH] glog: updated libunwind look up function

2018-11-02 Thread Khem Raj
Fails to build on musl http://errors.yoctoproject.org/Errors/Details/198237/ On Fri, Nov 2, 2018 at 6:20 AM Vyacheslav Yurkov wrote: > > From: Vyacheslav Yurkov > > Updated FindLinunwind cmake file to locate libunwind properly in the system. > This includes settings all needed defines in

Re: [oe] [PATCH v2 2/2] networkmanager: upgrade 1.10.10 -> 1.14.4

2018-11-02 Thread Khem Raj
On Mon, Oct 29, 2018 at 2:41 AM Andreas Müller wrote: > > * License checksum: copyright year changed > * packageconfig glib: with this version (udev-)glib support hase to be enabled > explicitly. Split this out to meta-gnome where network-manager-applet lives. > * packageconfig netconfig: This

[oe] [PATCH][meta-oe] pcsc-lite: fix SRC_URI

2018-11-02 Thread Martin Jansa
* alioth.debian.org is down Connecting to alioth.debian.org (alioth.debian.org)|5.153.231.21|:443... failed: No route to host. Signed-off-by: Martin Jansa --- meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.22.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [oe] [PATCH] mpd: update to 0.21

2018-11-02 Thread Khem Raj
fails to package when systemd is used see http://errors.yoctoproject.org/Errors/Details/198188/ On Wed, Oct 31, 2018 at 12:17 PM Max Kellermann wrote: > > From: Max Kellermann > > Most of the changes are because of MPD's switch from autotools to > Meson. > > Signed-off-by: Max Kellermann >

[oe] [meta-qt5][rocko][PATCH] qtscript: update LIC_FILES_CHKSUM entries

2018-11-02 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Upstream commit 51303a9ee793cdf952e165e30c50310a5ec753d6 updated license files: http://code.qt.io/cgit/qt/qtscript.git/commit/?h=5.9=51303a9ee793cdf952e165e30c50310a5ec753d6 Signed-off-by: Denys Dmytriyenko --- recipes-qt/qt5/qtscript_git.bb | 7 +++ 1 file

Re: [oe] [meta-oe][PATCH] lvm2: Update source location

2018-11-02 Thread Bruce Ashfield
This was already sent yesterday: [oe] [meta-oe][PATCH] lvm2: update SRC_URI Cheers, Bruce On Fri, Nov 2, 2018 at 8:50 AM Hugues Kamba wrote: > > Signed-off-by: Hugues Kamba > --- > meta-oe/recipes-support/lvm2/lvm2.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[oe] [meta-python] Flask Dependency - "No module name pkg_resources"

2018-11-02 Thread Garren, Chris D.
I'm working on creating an example application using python flask. However, I'm running into an error when I actually try to run flask: root@imx6ul-var-dart:~# flask Traceback (most recent call last): File "/usr/bin/flask", line 6, in from pkg_resources import load_entry_point

[oe] [meta-qt5] qt5: upgrade to 5.9.7 breaks rocko!

2018-11-02 Thread Denys Dmytriyenko
Martin, The recent commit you pushed to rocko breaks the build with these errors: ERROR: qtscript-5.9.7+gitAUTOINC+da4e4ac0c2-r0 do_populate_lic: QA Issue: qtscript: LIC_FILES_CHKSUM points to an invalid file: .../git/LICENSE.LGPLv21 [license-checksum] ERROR:

[oe] [meta-oe][PATCH] glog: updated libunwind look up function

2018-11-02 Thread Vyacheslav Yurkov
From: Vyacheslav Yurkov Updated FindLinunwind cmake file to locate libunwind properly in the system. This includes settings all needed defines in config.h file, which are used for glog compilation. Changed unwind cmake target to interface, because in cross-compilation environment we could link

Re: [oe] Using libpam with systemd but without systemd-logind

2018-11-02 Thread Peter Kjellerstedt
[ This discussion really belongs on the openembedded-core mailing list since it concerns libpam and systemd, both of which are part of OE-Core, so that is where I am responding. However, I have kept openembeded-devel as bcc: to inform of this move. ] > -Original Message- > From:

[oe] [meta-oe][PATCH] lvm2: Update source location

2018-11-02 Thread Hugues Kamba
Signed-off-by: Hugues Kamba --- meta-oe/recipes-support/lvm2/lvm2.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc index 5728d83..039ed33 100644 --- a/meta-oe/recipes-support/lvm2/lvm2.inc +++