mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
7bbb2e57c3
The netcat-openbsd in meta-virtualization layer has bugs. This update version will fix "nc: Protocol no available." error. As bruce point, we want to keep netcat in the meta-networking, which meta-virtualization will depend on,and this patch will let netcat-openbsd with low priority to install Signed-off-by: Lei Yang <lei.yang@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
6 lines
91 B
PHP
6 lines
91 B
PHP
SECTION = "console/network"
|
|
inherit update-alternatives gettext
|
|
|
|
ALTERNATIVE_${PN} = "nc"
|
|
|