Skip to content

Warn about unnecessary wildcards in FILES #124

@priv-kweihmann

Description

@priv-kweihmann
FILES_${PN} = "${bindir}/*"

or

FILES_${PN} = "${datadir}/**"

in unnecessary as bitbake automatically expands to include subfolder and items.

FILES_${PN} += "$[bindir}/*.1.so"

shall not give a warning on the other hand

Metadata

Metadata

Assignees

No one assigned

    Labels

    New ruleNew rule to be implemented

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions