Re: [oe] [meta-oe][PATCH] pcapplusplus: add new recipe

2022-02-21 Thread Christian Eggers
On Saturday, 19 February 2022, 19:24:37 CET, Khem Raj wrote: > On Sat, Feb 19, 2022 at 1:05 AM Clément Péron wrote: > > > > Hi Christian, > > > > On Thu, 17 Feb 2022 at 15:45, Christian Eggers wrote: > > > > > > "A multiplatform C++ library for capturing, parsing and crafting of > > > network pac

Re: [oe] [meta-oe][PATCH] pcapplusplus: add new recipe

2022-02-20 Thread Khem Raj
it seems to suffer from build race as well see https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/1447 DEBUG: Executing shell function do_compile | NOTE: make -j 16 -l 52 libs | Building target: Common++ | Building file: src/MacAddress.cpp | Assembler messages: | Fatal er

Re: [oe] [meta-oe][PATCH] pcapplusplus: add new recipe

2022-02-19 Thread Khem Raj
On Sat, Feb 19, 2022 at 1:05 AM Clément Péron wrote: > > Hi Christian, > > On Thu, 17 Feb 2022 at 15:45, Christian Eggers wrote: > > > > "A multiplatform C++ library for capturing, parsing and crafting of > > network packets" > > > > PcapPlusPlus uses as custom build system (shell script + Makefi

Re: [oe] [meta-oe][PATCH] pcapplusplus: add new recipe

2022-02-19 Thread Clément Péron
Hi Christian, On Thu, 17 Feb 2022 at 15:45, Christian Eggers wrote: > > "A multiplatform C++ library for capturing, parsing and crafting of > network packets" > > PcapPlusPlus uses as custom build system (shell script + Makefile). > There were attempts for using cmake but this work has never been

[oe] [meta-oe][PATCH] pcapplusplus: add new recipe

2022-02-17 Thread Christian Eggers
"A multiplatform C++ library for capturing, parsing and crafting of network packets" PcapPlusPlus uses as custom build system (shell script + Makefile). There were attempts for using cmake but this work has never been finished. Signed-off-by: Christian Eggers --- .../pcapplusplus/pcapplusplus_2