[oe] [meta-oe][PATCH 3/3] python-futures: Build native version

2017-09-24 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/python/python-futures_3.0.5.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-devtools/python/python-futures_3.0.5.bb b/meta-oe/recipes-devtools/python/python-futures_3.0.5.bb index

[oe] [meta-networking][PATCH 2/3] c-ares: Build native version

2017-09-24 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-networking/recipes-support/c-ares/c-ares_1.13.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-networking/recipes-support/c-ares/c-ares_1.13.0.bb b/meta-networking/recipes-support/c-ares/c-ares_1.13.0.bb index

[oe] [meta-oe][PATCH 1/3] protobuf: Upgrade to 3.4.1

2017-09-24 Thread Khem Raj
Signed-off-by: Khem Raj --- .../protobuf/{protobuf_3.4.0.bb => protobuf_3.4.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/protobuf/{protobuf_3.4.0.bb => protobuf_3.4.1.bb} (92%) diff --git

Re: [oe] OE general meeting before OEDEM next month.

2017-09-24 Thread Denys Dmytriyenko
On Tue, Sep 19, 2017 at 12:54:46PM -0400, Trevor Woerner wrote: > On Tue, Sep 19, 2017 at 11:34 AM, Sean Hudson wrote: > > Meeting information, including dial-in numbers, is on the wiki. [2] > > In addition to the above, we could also make use of the little-used >

[oe] [meta-networking][PATCH] net-snmp: check that executable is used before testing for existance

2017-09-24 Thread Bill Randle
The recipe for net-snmp has snmpd and snmptrapd in seperate packages, so one or the other or both could be installed. In a common case where only snmpd is installed, the startup script will fail to run because the snmptrapd executable does not exist. This patch simply qualifies the test by