netcat-openbsd: Update to 1.105
authorKhem Raj <raj.khem@gmail.com>
Mon, 24 Jun 2013 03:10:56 +0000 (20:10 -0700)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:31:12 +0000 (08:31 -0800)
commit6cfe15b0141276a97ac6fc9fbc2edf8f905cfbf4
tree33498957bc9242b7dbbe5479ce2e986626837f37
parenta65d308d2f688c9fdf32c384be2861bb14b7d3a3
netcat-openbsd: Update to 1.105

Add the missing dependency on libbsd
it was not building otherwise. libbsd recipes for OE-Core
has been ported please wait until they are applied

| netcat.c:99:24: fatal error: bsd/stdlib.h: No such file or directory
|  #include <bsd/stdlib.h>
|                         ^
| compilation terminated.
| make: *** [netcat.o] Error 1
| make: *** Waiting for unfinished jobs....
| socks.c:41:32: fatal error: bsd/readpassphrase.h: No such file or directory
|  #include <bsd/readpassphrase.h>

(From meta-openembedded rev: 17bd75d60f42bfe3a10f299ace5432e2c97037d4)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb [new file with mode: 0644]
meta-openembedded/meta-networking/recipes-support/netcat/netcat-openbsd_1.89.bb [deleted file]