aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/netcat/netcat.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-03-31 09:42:06 -0700
committerJoe MacDonald <joe_macdonald@mentor.com>2017-04-25 15:55:25 -0400
commit3402c594e8bb25eb87c610d52fa0ce2a9b47cdba (patch)
treefd1e7afa5906f7c364e32144787d69d62b4781c7 /meta-networking/recipes-support/netcat/netcat.inc
parent01511d4cdedb696486f29d328a0289694661448d (diff)
downloadmeta-openembedded-contrib-3402c594e8bb25eb87c610d52fa0ce2a9b47cdba.tar.gz
netcat-openbsd: Fix build and whitelist
pkgconfig is used so we need to inherit pkgconfig secondly, base64 support is added for it to work with musl Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-support/netcat/netcat.inc')
-rw-r--r--meta-networking/recipes-support/netcat/netcat.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/netcat/netcat.inc b/meta-networking/recipes-support/netcat/netcat.inc
index 91a24a106f..15441645b0 100644
--- a/meta-networking/recipes-support/netcat/netcat.inc
+++ b/meta-networking/recipes-support/netcat/netcat.inc
@@ -9,7 +9,7 @@ connection you would need and has several interesting built-in \
capabilities."
SECTION = "net"
-inherit update-alternatives gettext
+inherit update-alternatives gettext pkgconfig
ALTERNATIVE_${PN} = "nc"