As we do not longer want yocto to build unit tests, the unittest class
is completely removed. In addition the inhertiance of unittests is
removed from libnmapp and sys-mon.
The recipes are only built for target and do not differ for native or
native-sdk
BugzID: 73551
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
The target and host make files of libnmapp and sys-mon are merged for
using only one make file. The difference is made outside by setting the
variables accordingly. The same thought should have been used in the
yocto recipes. Thus the recipes are adapted so that minimal differences
between native and target are available. This makes the recipe easier.
BugzID: 69904
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
After a short analysis I have noticed that the library and the app
are not build as intended. To build the app and the lib also from
command line using an SDK, the make files needed to be updated.
This commit then adapted the recipes accordingly to build the
correct versions
BugzID: 69904
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
the nmapp library is intended to share code over several
teams. Additionally it shall have modules that only has to be
written once.
The library is unit tested and uses CppUTest as framework
BugzID: 62219