All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][dunfell][PATCH] python3-fasteners: fix typo in RDEPENDS
@ 2022-03-24  6:58 Dominik Peklo
  2022-03-24  7:01 ` [oe] " Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Dominik Peklo @ 2022-03-24  6:58 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Dominik Peklo

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



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

* Re: [oe] [meta-python][dunfell][PATCH] python3-fasteners: fix typo in RDEPENDS
  2022-03-24  6:58 [meta-python][dunfell][PATCH] python3-fasteners: fix typo in RDEPENDS Dominik Peklo
@ 2022-03-24  7:01 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2022-03-24  7:01 UTC (permalink / raw)
  To: Dominik Peklo; +Cc: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1463 bytes --]

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]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

[-- Attachment #2: Type: text/html, Size: 2858 bytes --]

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

end of thread, other threads:[~2022-03-24  7:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-24  6:58 [meta-python][dunfell][PATCH] python3-fasteners: fix typo in RDEPENDS Dominik Peklo
2022-03-24  7:01 ` [oe] " Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.