Message ID | 20220324065811.2785011-1-dominik.peklo@rode.com |
---|---|
State | New |
Headers | show |
Series | [meta-python,dunfell] python3-fasteners: fix typo in RDEPENDS | expand |
Colon is fine I guess you need to update bitbake to latest dunfell as well On Wed, Mar 23, 2022 at 11:59 PM Dominik Peklo <dominik.peklo@rode.com> wrote: > The RDEPENDS statement contained syntax error - using colon instead > of underscore. > > Signed-off-by: Dominik Peklo <dominik.peklo@rode.com> > --- > meta-python/recipes-devtools/python/python3-fasteners_0.16.3.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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 1ba2c6f20..7ebaa4590 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 \ > " > -- > 2.25.1 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#96181): > https://lists.openembedded.org/g/openembedded-devel/message/96181 > Mute This Topic: https://lists.openembedded.org/mt/89994245/1997914 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [ > raj.khem@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- > >
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 1ba2c6f20..7ebaa4590 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 \ "
The RDEPENDS statement contained syntax error - using colon instead of underscore. Signed-off-by: Dominik Peklo <dominik.peklo@rode.com> --- meta-python/recipes-devtools/python/python3-fasteners_0.16.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)