Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] packagegroup-tools-bluetooth: work as advertized on distro without bluez* support
@ 2018-10-17 15:07 yann.dirson
  2018-10-17 15:26 ` Martin Jansa
  2018-10-17 15:33 ` ✗ patchtest: failure for " Patchwork
  0 siblings, 2 replies; 12+ messages in thread
From: yann.dirson @ 2018-10-17 15:07 UTC (permalink / raw)
  To: openembedded-core

From: Yann Dirson <yann@blade-group.com>

Otherwise the build fails with:

  NOTE: Runtime target '${RDEPENDS_}' is unbuildable, removing...
  Missing or unbuildable dependency chain was: ['${RDEPENDS_}']

This restores some truth in the "Otherwise install nothing" comment in the recipe.

Signed-off-by: Yann Dirson <yann@blade-group.com>
---
 .../packagegroups/packagegroup-tools-bluetooth.bb               | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-connectivity/packagegroups/packagegroup-tools-bluetooth.bb b/meta-oe/recipes-connectivity/packagegroups/packagegroup-tools-bluetooth.bb
index 0ede5e57b..e81516fef 100644
--- a/meta-oe/recipes-connectivity/packagegroups/packagegroup-tools-bluetooth.bb
+++ b/meta-oe/recipes-connectivity/packagegroups/packagegroup-tools-bluetooth.bb
@@ -32,6 +32,8 @@ RDEPENDS_bluez5 = " \
         '', d)} \
 "
 
+RDEPENDS_ = ""
+
 # Install bluez4 tools or bluez5 tools depending on what is specified in the distro.
 # Otherwise install nothing.
 RDEPENDS_${PN} = "${RDEPENDS_${BLUEZ}}"
-- 
2.19.1



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

end of thread, other threads:[~2018-10-17 21:14 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-17 15:07 [PATCH] packagegroup-tools-bluetooth: work as advertized on distro without bluez* support yann.dirson
2018-10-17 15:26 ` Martin Jansa
2018-10-17 15:43   ` Yann Dirson
2018-10-17 15:46     ` Martin Jansa
2018-10-17 15:47       ` Yann Dirson
2018-10-17 15:54         ` Martin Jansa
2018-10-17 16:18           ` Yann Dirson
2018-10-17 15:58       ` Mark Hatle
2018-10-17 16:19         ` Yann Dirson
2018-10-17 18:52         ` Martin Jansa
2018-10-17 21:14           ` Yann Dirson
2018-10-17 15:33 ` ✗ patchtest: failure for " Patchwork

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