[oe] [meta-networking][PATCH v2] quagga: install tmpfiles snippet to /usr/lib/tmpfiles.d

2020-02-19 Thread Dan Callaghan
Package-owned tmpfiles snippets belong in /usr/lib/tmpfiles.d, /etc/tmpfiles.d is for administrator customisations. Signed-off-by: Dan Callaghan --- meta-networking/recipes-protocols/quagga/quagga.inc | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta-networking

Re: [oe] [meta-networking][PATCH 2/2] quagga: install tmpfiles snippet to /usr/lib/tmpfiles.d

2020-02-19 Thread Dan Callaghan
Excerpts from Khem Raj's message of 2020-02-11 16:44:45 -08:00: > On 2/10/20 10:08 PM, Dan Callaghan wrote: > > Package-owned tmpfiles snippets belong in /usr/lib/tmpfiles.d, > > /etc/tmpfiles.d is for administrator customisations. > > > > Signed-off-by: D

[oe] [meta-networking][PATCH 2/2] quagga: install tmpfiles snippet to /usr/lib/tmpfiles.d

2020-02-10 Thread Dan Callaghan
Package-owned tmpfiles snippets belong in /usr/lib/tmpfiles.d, /etc/tmpfiles.d is for administrator customisations. Signed-off-by: Dan Callaghan --- meta-networking/recipes-protocols/quagga/quagga.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-networking

[oe] [meta-networking][PATCH 1/2] quagga: fix tmpfiles snippet to refer to /run instead of /var/run

2020-02-10 Thread Dan Callaghan
This fixes a complaint from systemd on boot: systemd-tmpfiles[393]: [/etc/tmpfiles.d/quagga.conf:1] Line references path below legacy directory /var/run/, updating /var/run/quagga → /run/quagga; please update the tmpfiles.d/ drop-in file accordingly. Signed-off-by: Dan Callaghan

[oe] [meta-networking][PATCH v2] strongswan: add a PACKAGECONFIG for libbfd stack traces

2019-10-14 Thread Dan Callaghan
Strongswan installs a signal handler for SIGSEGV, SIGILL, and SIGBUS which attempts to print a stack trace of the crash. For producing line numbers in the stack trace, it can use libbfd from binutils, or libunwind, or else it falls back to a slower method using /usr/bin/addr2line. Currently the ad

Re: [oe] [meta-networking][PATCH] strongswan: add a PACKAGECONFIG for libbfd stack traces

2019-10-14 Thread Dan Callaghan
Excerpts from Khem Raj's message of 2019-10-14 03:14:32 -07:00: > Package config is fine but let’s not enable it by default Fair enough, I'll post a new patch which leaves it disabled. -- Dan Callaghan Software Engineer Opengear <https://opengear.com/> signature.a

[oe] [meta-networking][PATCH] strongswan: add a PACKAGECONFIG for libbfd stack traces

2019-10-13 Thread Dan Callaghan
Strongswan installs a signal handler for SIGSEGV, SIGILL, and SIGBUS which attempts to print a stack trace of the crash. For producing line numbers in the stack trace, it can use libbfd from binutils, or libunwind, or else it falls back to a slower method using /usr/bin/addr2line. Currently the ad

[oe] [meta-networking][PATCH] strongswan: install dev headers

2019-10-03 Thread Dan Callaghan
These are needed for other packages which want to link against libstrongswan or other libraries included with Strongswan. By default, no headers are installed. --- meta-networking/recipes-support/strongswan/strongswan_5.8.1.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/m

[oe] [meta-networking][PATCH v3] firewalld: update to 0.7.1

2019-10-03 Thread Dan Callaghan
8 +0,0 @@ -firewalld: fix building in a separate directory outside the source tree - -Upstream-Status: Accepted [https://github.com/firewalld/firewalld/pull/456] -Signed-off-by: Dan Callaghan - a/config/Makefile.am -+++ b/config/Makefile.am -@@ -377,11 +377,11 @@ install-config: - $(MKDIR_P) $(D

Re: [oe] [meta-networking][PATCH v2] firewalld: update to 0.7.1

2019-10-03 Thread Dan Callaghan
commit/?id=b12686ecdd0b0bdb36c8d1a2baeeb66aadff1b8c Now the docbook-xsl-stylesheets-native recipe will itself put a working catalog into the sysroot, I can drop the dependency on xmlto-native. And the correct filename is apparently now /etc/xml/catalog. I'll have to just keep my older versio

Re: [oe] [meta-networking][PATCH v2] firewalld: update to 0.7.1

2019-10-03 Thread Dan Callaghan
n I build the recipe in YOE master, I can see that the Docbook XML is present in the recipe sysroot XML catalog... but the catalog file is called /etc/xml/catalog, not /etc/xml/catalog.xml. I wonder if it has changed since Thud, or if there is some other reason why the name is different in

[oe] [meta-networking][PATCH v2] firewalld: update to 0.7.1

2019-09-30 Thread Dan Callaghan
ewalld: fix building in a separate directory outside the source tree - -Upstream-Status: Accepted [https://github.com/firewalld/firewalld/pull/456] -Signed-off-by: Dan Callaghan - a/config/Makefile.am -+++ b/config/Makefile.am -@@ -377,11 +377,11 @@ install-config: - $(MKDIR_P) $(D

[oe] [meta-python][PATCH] add new recipes for python-lrparsing, python3-lrparsing

2019-09-25 Thread Dan Callaghan
The lrparsing library is an LR(1) parsing library for Python. Grammars can be defined using Python expressions. --- .../recipes-devtools/python/python-lrparsing.inc | 16 .../python/python-lrparsing_1.0.16.bb| 2 ++ .../python/python3-lrparsing_1.0.16.bb |

[oe] [meta-networking][PATCH] firewalld: add UPSTREAM_CHECK_URI

2019-09-25 Thread Dan Callaghan
--- .../recipes-connectivity/firewalld/firewalld_0.7.1.bb| 1 + 1 file changed, 1 insertion(+) diff --git a/meta-networking/recipes-connectivity/firewalld/firewalld_0.7.1.bb b/meta-networking/recipes-connectivity/firewalld/firewalld_0.7.1.bb index 15567f636..a51c145eb 100644 --- a/me

[oe] [meta-networking][PATCH] firewalld: update to 0.7.1

2019-09-25 Thread Dan Callaghan
ewalld: fix building in a separate directory outside the source tree - -Upstream-Status: Accepted [https://github.com/firewalld/firewalld/pull/456] -Signed-off-by: Dan Callaghan - a/config/Makefile.am -+++ b/config/Makefile.am -@@ -377,11 +377,11 @@ install-config: - $(MKDIR_P) $(D

[oe] [meta-oe][PATCH] lmsensors: add a PACKAGECONFIG for sensord

2019-09-15 Thread Dan Callaghan
We don't install the lmsensors-sensord subpackage in our images, but our build process still has to build the subpackage and all its dependencies, including rrdtool. Adding a PACKAGECONFIG for sensord lets us entirely avoid building rrdtool and its dependency chain, which reduces our image build p

[oe] [meta-python][PATCH v2] python3-pystemd: add new recipe

2019-08-25 Thread Dan Callaghan
This library provides wrappers around the systemd DBus API for manipulating systemd services. Signed-off-by: Dan Callaghan --- .../python/python3-pystemd_0.6.0.bb | 13 + 1 file changed, 13 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3

Re: [oe] [meta-python][PATCH] python3-pystemd: add new recipe

2019-08-25 Thread Dan Callaghan
in our distro which already has systemd turned on. But it seems pretty straightforward... I will post a v2 of the patch. -- Dan Callaghan Software Engineer Opengear <https://opengear.com/> signature.asc Description: PGP signature -- __

[oe] [meta-python][PATCH] python3-pystemd: add new recipe

2019-08-12 Thread Dan Callaghan
This library provides wrappers around the systemd DBus API for manipulating systemd services. Signed-off-by: Dan Callaghan --- .../recipes-devtools/python/python3-pystemd_0.6.0.bb | 12 1 file changed, 12 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3

[oe] [meta-oe][PATCH] unixodbc: mysql5 is not required but readline is

2019-08-07 Thread Dan Callaghan
The unixODBC package no longer includes a driver for MySQL (that lives elsewhere) so there is no reason to require MySQL libs at build time. It does, however, want to build against readline, which was being pulled in transitively by mysql5 before. Signed-off-by: Dan Callaghan --- meta-oe

Re: [oe] [meta-networking][PATCH] firewalld: add new recipe

2019-03-04 Thread Dan Callaghan
Excerpts from Khem Raj's message of 2019-02-28 09:41:39 -08:00: > fails to configure > > https://errors.yoctoproject.org/Errors/Details/230627/ Ah sorry, we don't use systemd in our distro so I hadn't properly tested that configuration. Will post a v3. -- Dan Call

[oe] [meta-networking][PATCH v3] firewalld: add new recipe

2019-03-04 Thread Dan Callaghan
Signed-off-by: Dan Callaghan --- ...a-separate-directory-outside-the-sou.patch | 77 + .../firewalld/files/firewalld.init| 48 +++ .../firewalld/firewalld_0.6.3.bb | 84 +++ 3 files changed, 209 insertions(+) create mode 100644

Re: [oe] [meta-networking][PATCH] firewalld: add new recipe

2019-02-27 Thread Dan Callaghan
m). I will post a v2 patch. -- Dan Callaghan Software Engineer Opengear <https://opengear.com/> signature.asc Description: PGP signature -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openemb

[oe] [meta-networking][PATCH v2] firewalld: add new recipe

2019-02-26 Thread Dan Callaghan
Signed-off-by: Dan Callaghan --- ...a-separate-directory-outside-the-sou.patch | 77 + .../firewalld/files/firewalld.init| 48 +++ .../firewalld/firewalld_0.6.3.bb | 83 +++ 3 files changed, 208 insertions(+) create mode 100644

[oe] [meta-networking][PATCH] firewalld: add new recipe

2019-02-25 Thread Dan Callaghan
Signed-off-by: Dan Callaghan --- ...a-separate-directory-outside-the-sou.patch | 77 +++ .../firewalld/files/firewalld.init| 48 .../firewalld/firewalld_0.6.3.bb | 68 3 files changed, 193 insertions(+) create mode 100644