diff options
| -rw-r--r-- | meta-networking/recipes-support/netperf/netperf_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/netperf/netperf_git.bb b/meta-networking/recipes-support/netperf/netperf_git.bb index 8921ea7460..f1f62df066 100644 --- a/meta-networking/recipes-support/netperf/netperf_git.bb +++ b/meta-networking/recipes-support/netperf/netperf_git.bb | |||
| @@ -31,6 +31,8 @@ CFLAGS_append = "${@bb.utils.contains('DISTRO_FEATURES', 'largefile', \ | |||
| 31 | 31 | ||
| 32 | PACKAGECONFIG ??= "" | 32 | PACKAGECONFIG ??= "" |
| 33 | PACKAGECONFIG[sctp] = "--enable-sctp,--disable-sctp,lksctp-tools," | 33 | PACKAGECONFIG[sctp] = "--enable-sctp,--disable-sctp,lksctp-tools," |
| 34 | PACKAGECONFIG[intervals] = "--enable-intervals,--disable-intervals,," | ||
| 35 | PACKAGECONFIG[histogram] = "--enable-histogram,--disable-histogram,," | ||
| 34 | 36 | ||
| 35 | # autotools.bbclass attends to include m4 files with path depth <= 2 by | 37 | # autotools.bbclass attends to include m4 files with path depth <= 2 by |
| 36 | # "find ${S} -maxdepth 2 -name \*.m4", so move m4 files from m4/m4. | 38 | # "find ${S} -maxdepth 2 -name \*.m4", so move m4 files from m4/m4. |
