[oe] [meta-networking][PATCH v2 2/2] netperf: enable SCTP support

Paul Eggleton paul.eggleton at linux.intel.com
Wed Apr 30 15:38:58 UTC 2014


Hi Mihaela,

On Wednesday 30 April 2014 17:04:32 Mihaela Sendrea wrote:
> Signed-off-by: Mihaela Sendrea <mihaela.sendrea at enea.com>
> ---
>  meta-networking/recipes-support/netperf/netperf_2.6.0.bb |    5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/meta-networking/recipes-support/netperf/netperf_2.6.0.bb
> b/meta-networking/recipes-support/netperf/netperf_2.6.0.bb index
> 45760ad..73a819c 100644
> --- a/meta-networking/recipes-support/netperf/netperf_2.6.0.bb
> +++ b/meta-networking/recipes-support/netperf/netperf_2.6.0.bb
> @@ -27,6 +27,11 @@ CFLAGS_append = " -DDO_UNIX -DDO_IPV6 -D_GNU_SOURCE"
>  CFLAGS_append = "${@base_contains('DISTRO_FEATURES', 'largefile', \
>      ' -D_FILE_OFFSET_BITS=64', '', d)}"
> 
> +PACKAGECONFIG += "sctp"

Can you explain why we should now enable this by default?

Also, even assuming we do, the default value of PACKAGECONFIG should be set 
using ?=, so that it can be easily overridden.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



More information about the Openembedded-devel mailing list