Skip to content

syntax error in meta-python/recipes-devtools/python/python3-fasteners_0.16.3.bb #499

@pchand20

Description

@pchand20

seems there is some syntax error in meta-python/recipes-devtools/python/python3-fasteners_0.16.3.bb recipe

here is syntax which is giving some error.
RDEPENDS:${PN} += "
${PYTHON_PN}-logging
${PYTHON_PN}-fcntl
"
correct syntax working for me is following. also aligned with yocto manual.

*RDEPENDS_${PN} += "*
${PYTHON_PN}-logging
${PYTHON_PN}-fcntl
"

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