mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-22 05:51:48 +00:00
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"
|
|
|