[oe] [PATCH] libchamplain: Add support for building libchamplain

2020-02-07 Thread Alistair Francis
libchamplain is a Gtk widget displaying zoomable and pannable maps that can be loaded from various network sources. Signed-off-by: Alistair Francis --- .../libchamplain/libchamplain_0.12.20.bb | 12 1 file changed, 12 insertions(+) create mode 100644

[oe] [meta-oe][PATCH] modemmanager: Add a PACKAGECONFIG for the new --with-at-command-via-dbus option

2020-02-07 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- meta-oe/recipes-connectivity/modemmanager/modemmanager_1.12.4.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.12.4.bb b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.12.4.bb index

Re: [oe] systemd-conf bbappend not working (warrior)

2020-02-07 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org devel-boun...@lists.openembedded.org> On Behalf Of Visser Sander (2) > (Consultant) > Sent: den 7 februari 2020 17:15 > To: openembedded-devel@lists.openembedded.org > Subject: [oe] systemd-conf bbappend not

[oe] systemd-conf bbappend not working (warrior)

2020-02-07 Thread Visser Sander (2) (Consultant)
Hi In warrior there is systemd-conf_243.bb but in the build folder tmp/work the version is called 1.0-r0 If I create a systemd-conf_%.bbappend its content is not applied. For instance if I set PR = "r1" that has no affect. I am also unable to add tasks to modify the default configuration...

[oe] [meta-python2][PATCH 2/2] python-twisted: cosmetic changes to RDEPENDS

2020-02-07 Thread Tim Orling
Make the RDEPENDS indent consistent and break long lines into multiline. Signed-off-by: Tim Orling --- .../python/python-twisted_19.10.0.bb | 42 --- 1 file changed, 26 insertions(+), 16 deletions(-) diff --git a/recipes-devtools/python/python-twisted_19.10.0.bb

[oe] [meta-python2][PATCH 1/2] python-twisted: add required RDEPENDS for twistd

2020-02-07 Thread Tim Orling
From: Trevor Gamblin python-twisted is currently missing some packages for its /usr/bin/twistd executable to function. Add these to the RDEPENDS list, and also clean up formatting since the list is getting long. Note that a similar patch has already been submitted for master branch, but the