From 7bbb2e57c3c0e170844d24b69b2986c278977a16 Mon Sep 17 00:00:00 2001 From: Lei Yang Date: Mon, 7 Jan 2013 01:38:24 +0000 Subject: Add netcat-bsd into meta-networking for meta-virutalization libvirt virt-test 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 Signed-off-by: Joe MacDonald --- meta-networking/recipes-support/netcat/netcat.inc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 meta-networking/recipes-support/netcat/netcat.inc (limited to 'meta-networking/recipes-support/netcat/netcat.inc') diff --git a/meta-networking/recipes-support/netcat/netcat.inc b/meta-networking/recipes-support/netcat/netcat.inc new file mode 100644 index 0000000000..6c815d97e6 --- /dev/null +++ b/meta-networking/recipes-support/netcat/netcat.inc @@ -0,0 +1,5 @@ +SECTION = "console/network" +inherit update-alternatives gettext + +ALTERNATIVE_${PN} = "nc" + -- cgit 1.2.3-korg