* [meta-cloud-services][PATCH] python3-heat-cfntools: fix typo
@ 2022-06-08 6:41 Yi Zhao
2022-06-28 3:41 ` [meta-virtualization] " Bruce Ashfield
0 siblings, 1 reply; 2+ messages in thread
From: Yi Zhao @ 2022-06-08 6:41 UTC (permalink / raw)
To: meta-virtualization
Fix typo:
RDPENDS_${PN} -> RDEPENDS:${PN}
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
.../recipes-devtools/python/python3-heat-cfntools_1.4.2.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-openstack/recipes-devtools/python/python3-heat-cfntools_1.4.2.bb b/meta-openstack/recipes-devtools/python/python3-heat-cfntools_1.4.2.bb
index 8439daa..a6dee5c 100644
--- a/meta-openstack/recipes-devtools/python/python3-heat-cfntools_1.4.2.bb
+++ b/meta-openstack/recipes-devtools/python/python3-heat-cfntools_1.4.2.bb
@@ -18,6 +18,6 @@ DEPENDS += " \
python3-pbr-native \
"
-RDPENDS_${PN} += "\
+RDEPENDS:${PN} += "\
python3-pbr \
"
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [meta-virtualization] [meta-cloud-services][PATCH] python3-heat-cfntools: fix typo 2022-06-08 6:41 [meta-cloud-services][PATCH] python3-heat-cfntools: fix typo Yi Zhao @ 2022-06-28 3:41 ` Bruce Ashfield 0 siblings, 0 replies; 2+ messages in thread From: Bruce Ashfield @ 2022-06-28 3:41 UTC (permalink / raw) To: Yi Zhao; +Cc: meta-virtualization merged. Bruce In message: [meta-virtualization] [meta-cloud-services][PATCH] python3-heat-cfntools: fix typo on 08/06/2022 Yi Zhao wrote: > Fix typo: > RDPENDS_${PN} -> RDEPENDS:${PN} > > Signed-off-by: Yi Zhao <yi.zhao@windriver.com> > --- > .../recipes-devtools/python/python3-heat-cfntools_1.4.2.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta-openstack/recipes-devtools/python/python3-heat-cfntools_1.4.2.bb b/meta-openstack/recipes-devtools/python/python3-heat-cfntools_1.4.2.bb > index 8439daa..a6dee5c 100644 > --- a/meta-openstack/recipes-devtools/python/python3-heat-cfntools_1.4.2.bb > +++ b/meta-openstack/recipes-devtools/python/python3-heat-cfntools_1.4.2.bb > @@ -18,6 +18,6 @@ DEPENDS += " \ > python3-pbr-native \ > " > > -RDPENDS_${PN} += "\ > +RDEPENDS:${PN} += "\ > python3-pbr \ > " > -- > 2.25.1 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#7345): https://lists.yoctoproject.org/g/meta-virtualization/message/7345 > Mute This Topic: https://lists.yoctoproject.org/mt/91618357/1050810 > Group Owner: meta-virtualization+owner@lists.yoctoproject.org > Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- > ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-06-28 3:41 UTC | newest] Thread overview: 2+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2022-06-08 6:41 [meta-cloud-services][PATCH] python3-heat-cfntools: fix typo Yi Zhao 2022-06-28 3:41 ` [meta-virtualization] " Bruce Ashfield
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.