On Mon, Nov 8, 2021 at 12:08 PM Richard Purdie <[email protected]> wrote: > > On Mon, 2021-11-08 at 11:53 +0100, Marek Belisko wrote: > > Hello, latest commit in meta-openembedded on dunfell branch raise an error: > > > > meta-openembedded/meta-python/recipes-devtools/python/python3-fasteners_0.16.3.bb:14: > > unparsed line: 'RDEPENDS:${PN} += " ${PYTHON_PN}-logging > > ${PYTHON_PN}-fcntl "' > > > > Seems new syntax is used in this commit, fix is simple: > > > > diff --git a/meta-python/recipes-devtools/python/python3-fasteners_0.16.3.bb > > b/meta-python/recipes-devtools/python/python3-fasteners_0.16.3.bb > > index 1ba2c6f..7ebaa45 100644 > > --- a/meta-python/recipes-devtools/python/python3-fasteners_0.16.3.bb > > +++ b/meta-python/recipes-devtools/python/python3-fasteners_0.16.3.bb > > @@ -8,7 +8,7 @@ SRC_URI[sha256sum] = > > "b1ab4e5adfbc28681ce44b3024421c4f567e705cc3963c732bf1cba334 > > > > inherit pypi setuptools3 > > > > -RDEPENDS:${PN} += "\ > > +RDEPENDS_${PN} += "\ > > ${PYTHON_PN}-logging \ > > ${PYTHON_PN}-fcntl \ > > " > > > > Thanks and BR, > > > Whilst that probably shouldn't be there, I suspect if you upgrade bitbake you > won't see that issue. I want to say on dunfell due fact it's LTS release ;) > > Cheers, > > Richard >
BR, marek
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#157971): https://lists.openembedded.org/g/openembedded-core/message/157971 Mute This Topic: https://lists.openembedded.org/mt/86902854/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
