Skip to content

Wrong configuration in chrony v3.5 recipe PACKAGECONFIG variable #153

@gerbert

Description

@gerbert

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions