[OE-core] [PATCH] ltp: add PACKAGECONFIG for numactrl

Burton, Ross ross.burton at intel.com
Wed Sep 24 10:57:27 UTC 2014


On 16 September 2014 04:09,  <rongqing.li at windriver.com> wrote:
> ++AC_ARG_WITH([numa],
> ++  [AC_HELP_STRING([--with-numa],
> ++    [have the numa support (default=no)])],
> ++  [with_numa=yes],

The comment says default is no, the behaviour is default is yes.

> +PACKAGECONFIG[numa] = "--with-numa=yes, , numactl,"

Always pass --with and --without for clarity, especially so in this
case as the default is --with-numa so the disable path doesn't appear
to have been tested.

Ross



More information about the Openembedded-core mailing list