[oe] [meta-xfce][PATCH 2/2] xfce4-session: Reformat DEPENDS and RDEPENDS

2019-06-05 Thread Robert Joslyn
Break them over multiple lines to make updates easier. Signed-off-by: Robert Joslyn --- .../xfce4-session/xfce4-session_4.13.2.bb | 24 +-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.13.2.bb

[oe] [meta-xfce][PATCH 1/2] xfce4-session: Add xrdb RDEPENDS

2019-06-05 Thread Robert Joslyn
The /etc/xdg/xfce4/xinitrc file calls xrdb, so add it as an RDEPENDS. Signed-off-by: Robert Joslyn --- meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.13.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.13.2.bb

[oe] [meta-python] [PATCH] python-mako: upgrade 1.0.10 -> 1.0.12

2019-06-05 Thread Zang Ruochen
-Upgrade from python-mako_1.0.10.bb to python-mako_1.0.12.bb. -License-Update: Copyright year updated to 2019. Signed-off-by: Zang Ruochen --- meta-python/recipes-devtools/python/python-mako.inc | 6 +++--- .../python/{python-mako_1.0.10.bb => python-mako_1.0.12.bb} | 0 2 files

[oe] [meta-python] [PATCH] python-pbr: upgrade 5.2.0 -> 5.2.1

2019-06-05 Thread Zang Ruochen
-Upgrade from python-pbr_5.2.0.bb to python-pbr_5.2.1.bb. Signed-off-by: Zang Ruochen --- .../python/{python-pbr_5.2.0.bb => python-pbr_5.2.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python-pbr_5.2.0.bb =>

[oe] [meta-python] [PATCH] python-cachetools: upgrade 3.1.0 -> 3.1.1

2019-06-05 Thread Zang Ruochen
-Upgrade from python-cachetools_3.1.0.bb to python-cachetools_3.1.1.bb. -Upgrade from python3-cachetools_3.1.0.bb to python3-cachetools_3.1.1.bb. Signed-off-by: Zang Ruochen --- meta-python/recipes-devtools/python/python-cachetools.inc | 4 ++-- ...{python-cachetools_3.1.0.bb =>

[oe] [meta-python] [PATCH] python-babel: upgrade 2.6.0 -> 2.7.0

2019-06-05 Thread Zang Ruochen
-Upgrade from python-babel_2.6.0.bb to python-babel_2.7.0.bb. -Upgrade from python3-babel_2.6.0.bb to python3-babel_2.7.0.bb. -License-Update: Copyright year updated to 2019. Signed-off-by: Zang Ruochen --- meta-python/recipes-devtools/python/python-babel.inc| 6 +++---

[oe] [meta-oe][PATCH] Update ipmitool to use new active source

2019-06-05 Thread Vernon Mauery
The ipmitool project has moved from sourceforge to github and is under new management. This updates the source so that it pulls directly from git rather than a tarball. Eventually, once the next release is tagged, the new SRCREV can be updated to that. But for now, the project is under active

[oe] [meta-oe][PATCH] libgpiod: Enable cxx bindings by default

2019-06-05 Thread James Feist
If we move the packageconfig settings from the shared inc file into the individual version recipes, we can enable the cxx bindings by default for the newer version of libgpiod. Signed-off-by: James Feist --- meta-oe/recipes-support/libgpiod/libgpiod.inc | 3 ---

Re: [oe] [meta-oe][PATCH] protobuf: 3.6.1 -> 3.8.0

2019-06-05 Thread Adrian Bunk
On Wed, Jun 05, 2019 at 04:11:14PM +0200, Pascal Bach wrote: > Simple update to latest release > > Signed-off-by: Pascal Bach > --- > .../protobuf/{protobuf_3.6.1.bb => protobuf_3.8.0.bb} | 4 > ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > rename

[oe] [meta-oe][PATCH] libp11: 0.4.7 -> 0.4.10

2019-06-05 Thread Nicola Lunghi
Upgrade libp11 from 0.4.7 to 0.4.10. also remove the following line (not needed anymore): rm -rf ${D}${libdir}/*.la Signed-off-by: Nicola Lunghi --- .../libp11/{libp11_0.4.7.bb => libp11_0.4.10.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename

[oe] [meta-oe][PATCH] protobuf: 3.6.1 -> 3.8.0

2019-06-05 Thread Pascal Bach
Simple update to latest release Signed-off-by: Pascal Bach --- .../protobuf/{protobuf_3.6.1.bb => protobuf_3.8.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/protobuf/{protobuf_3.6.1.bb => protobuf_3.8.0.bb} (96%) diff --git

[oe] [meta-oe][PATCH] cpprest: temporary ignore deprecated-copy and redundant-move errors detected by gcc9

2019-06-05 Thread Martin Jansa
* until it's properly fixed in upstream: https://github.com/Microsoft/cpprestsdk/issues/1099 Signed-off-by: Martin Jansa --- meta-oe/recipes-support/cpprest/cpprest_2.10.13.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-oe/recipes-support/cpprest/cpprest_2.10.13.bb

[oe] [meta-networking][PATCH] spice: append to CFLAGS instead of +=

2019-06-05 Thread Martin Jansa
* so that -Wno-address-of-packed-member is used for all the builds not only for target builds * with native it was overwritten with BUILD_CFLAGS and for nativesdk with BUILDSDK_CFLAGS * this issue isn't specific for gcc-9 as the original commit said, I see nativesdk-spice failing on older