All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-gnome][PATCH] gnome-settings-daemon: fix typo in RDEPENDS
@ 2020-05-27 17:28 Maciej Pijanowski
  2020-05-28 19:26 ` [oe] " Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Maciej Pijanowski @ 2020-05-27 17:28 UTC (permalink / raw)
  To: openembedded-devel; +Cc: piotr.krol

Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
---
 .../gnome-settings-daemon/gnome-settings-daemon_3.34.2.bb       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.34.2.bb b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.34.2.bb
index 0b6865d293db..2aa3a7ebf1b4 100644
--- a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.34.2.bb
+++ b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.34.2.bb
@@ -56,4 +56,4 @@ FILES_${PN} += " \
     ${libdir}/gnome-settings-daemon-3.0/libgsd.so \
 "
 
-RDEPEND_${PN} += "gdbus"
+RDEPENDS_${PN} += "gdbus"
-- 
2.25.1


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

* Re: [oe] [meta-gnome][PATCH] gnome-settings-daemon: fix typo in RDEPENDS
  2020-05-27 17:28 [meta-gnome][PATCH] gnome-settings-daemon: fix typo in RDEPENDS Maciej Pijanowski
@ 2020-05-28 19:26 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2020-05-28 19:26 UTC (permalink / raw)
  To: Maciej Pijanowski, openembedded-devel; +Cc: piotr.krol



On 5/27/20 10:28 AM, Maciej Pijanowski wrote:
> Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
> ---
>   .../gnome-settings-daemon/gnome-settings-daemon_3.34.2.bb       | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.34.2.bb b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.34.2.bb
> index 0b6865d293db..2aa3a7ebf1b4 100644
> --- a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.34.2.bb
> +++ b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.34.2.bb
> @@ -56,4 +56,4 @@ FILES_${PN} += " \
>       ${libdir}/gnome-settings-daemon-3.0/libgsd.so \
>   "
>   
> -RDEPEND_${PN} += "gdbus"
> +RDEPENDS_${PN} += "gdbus"
> 

this results in
ERROR: Nothing RPROVIDES 'gdbus' (but 
/home/jenkins/oe/world/yoe/sources/meta-openembedded/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.34.2.bb 
RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'gdbus' is unbuildable, removing...

perhaps it should rdep on glib-2.0-utils

> 
> 
> 

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

end of thread, other threads:[~2020-05-28 19:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-27 17:28 [meta-gnome][PATCH] gnome-settings-daemon: fix typo in RDEPENDS Maciej Pijanowski
2020-05-28 19:26 ` [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.