aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/netperf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-01-28 22:15:25 -0800
committerKhem Raj <raj.khem@gmail.com>2020-01-28 22:35:23 -0800
commit4db827198bf5837c90301ff175c668187a8cc8e9 (patch)
tree294341b6af5383cb3536ff7d28b4629c90107d72 /meta-networking/recipes-support/netperf
parent371b16a14e1131a8f8858a033596f4d7fe7499a5 (diff)
downloadmeta-openembedded-4db827198bf5837c90301ff175c668187a8cc8e9.tar.gz
netperf: Inherit texinfo to get makeinfo
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/netperf')
-rw-r--r--meta-networking/recipes-support/netperf/netperf_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/netperf/netperf_git.bb b/meta-networking/recipes-support/netperf/netperf_git.bb
index f1f62df066..d48f3aeabd 100644
--- a/meta-networking/recipes-support/netperf/netperf_git.bb
+++ b/meta-networking/recipes-support/netperf/netperf_git.bb
@@ -19,7 +19,7 @@ SRCREV = "f482bab49fcedee46fc5b755da127f608325cd13"
S = "${WORKDIR}/git"
-inherit update-rc.d autotools
+inherit update-rc.d autotools texinfo
# cpu_set.patch plus _GNU_SOURCE makes src/netlib.c compile with CPU_ macros
CFLAGS_append = " -DDO_UNIX -DDO_IPV6 -D_GNU_SOURCE"