Openembedded Core Discussions
 help / color / mirror / Atom feed
* broken dunfell
@ 2021-11-08 10:53 Belisko Marek
  2021-11-08 11:08 ` [OE-core] " Richard Purdie
  0 siblings, 1 reply; 6+ messages in thread
From: Belisko Marek @ 2021-11-08 10:53 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: maira.canal, akuster808

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,

marek


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-11-08 14:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-08 10:53 broken dunfell Belisko Marek
2021-11-08 11:08 ` [OE-core] " Richard Purdie
2021-11-08 11:23   ` Belisko Marek
2021-11-08 11:30     ` Richard Purdie
2021-11-08 11:44       ` Belisko Marek
2021-11-08 14:02         ` Steve Sakoman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox