summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-netkit/netkit-rwho
Commit message (Collapse)AuthorAgeFilesLines
* netkit: Drop old and no upstreamArmin Kuster2023-11-155-299/+0
| | | | | Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-9/+9
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* netkit-rwho: Convert to ontarget postinstKhem Raj2020-09-011-2/+1
| | | | | | Starting the service is something to be done when its booted on target Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netkit-rwho: Add logic to apply patches from tarballKhem Raj2020-03-291-5/+29
| | | | | | | This recipe fetches from debian archives, therefore we need logic to apply the patches which are part of tarball Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netkit-rwho: Include stdint.h for int32_tKhem Raj2019-11-061-10/+11
| | | | | | | | | | This ensures that when libc does not include stdint.h indirectly then it still can compile Fixes | ../include/protocols/rwhod.h:57:2: error: unknown type name 'int32_t'; did you mean 'uint32_t'? Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netkit-rwho: Clarify BSD license variantChristophe PRIOUZEAU2019-10-241-1/+1
| | | | | | | The License of netkit-rwho is BSD-4-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netkit-rwho: Fix build with muslKhem Raj2017-09-123-1/+120
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* meta-networking: standardize SECTION valuesJoe MacDonald2015-06-051-1/+1
| | | | | | | SECTION has been used inconsistently throughout the recipes in this layer. Convert them to all use the same convention. Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* netkit-rwho: New packageMiLo2014-12-033-0/+156
This adds rwho and rwhod Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>