diff options
| author | Lei Yang <lei.yang@windriver.com> | 2013-01-07 01:38:24 +0000 |
|---|---|---|
| committer | Joe MacDonald <joe.macdonald@windriver.com> | 2013-01-07 15:20:37 -0500 |
| commit | 7bbb2e57c3c0e170844d24b69b2986c278977a16 (patch) | |
| tree | 7b49d50c5c70281bea326ed923350aaff63656d0 /meta-networking/recipes-support/netcat/netcat.inc | |
| parent | a0292fc5fc84ac016392706de0a531e3ca2b03ea (diff) | |
| download | meta-openembedded-7bbb2e57c3c0e170844d24b69b2986c278977a16.tar.gz | |
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 <lei.yang@windriver.com>
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
Diffstat (limited to 'meta-networking/recipes-support/netcat/netcat.inc')
| -rw-r--r-- | meta-networking/recipes-support/netcat/netcat.inc | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ | |||
| 1 | SECTION = "console/network" | ||
| 2 | inherit update-alternatives gettext | ||
| 3 | |||
| 4 | ALTERNATIVE_${PN} = "nc" | ||
| 5 | |||
