Wrong configuration in chrony v3.5 recipe PACKAGECONFIG variable #153
Open
Description
It seems that the recipe file for chrony (meta-networking/recipes-support/chrony/chrony_3.5.bb) contains a mistype in compile time options (this is true for v3.4 as well, lines 72/76 respectively):
line 71: PACKAGECONFIG[sechash] = "--without-tomcrypt,--disable-sechash,nss"
...
line 75: PACKAGECONFIG[nss] = "--with-nss,--without-nss,nss"
which means that, if called, e.g.,
PACKAGECONFIG_remove = " nss"
should disable both, 'privdrop' and 'sechash' respectively, am I right (or it's just a mistype)?
Metadata
Assignees
Labels
No labels