Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python3-fasteners: replace colon by underscore #476

Closed
wants to merge 1 commit into from
Closed

python3-fasteners: replace colon by underscore #476

wants to merge 1 commit into from

Commits on Nov 9, 2021

  1. python3-fasteners: replace colon by underscore

    The dunfell branch can't yet handle the colon notation, which results in an
    error while bitbake is parsing recipes files:
    
      unparsed line: 'RDEPENDS:${PN} += "    ${PYTHON_PN}-logging     ${PYTHON_PN}-fcntl "'
    
    Replacing it by an underscore solves that error.
    shagu committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    4c9a288 View commit details
    Browse the repository at this point in the history