[oe] [meta-networking][PATCH] blueman: fix rdepends issue

akuster808 akuster808 at gmail.com
Wed Nov 7 19:40:40 UTC 2018


On 11/7/18 11:22 AM, Andreas Müller wrote:
> On Wed, Nov 7, 2018 at 8:12 PM Armin Kuster <akuster808 at gmail.com> wrote:
>> fixes
>> ERROR: Required build target 'blueman' has no buildable providers.
>> Missing or unbuildable dependency chain was: ['blueman', 'thunar']
>>
>> Signed-off-by: Armin Kuster <akuster808 at gmail.com>
>> ---
>>  meta-networking/recipes-connectivity/blueman/blueman_git.bb | 5 +++--
>>  1 file changed, 3 insertions(+), 2 deletions(-)
>>
>> diff --git a/meta-networking/recipes-connectivity/blueman/blueman_git.bb b/meta-networking/recipes-connectivity/blueman/blueman_git.bb
>> index 8eb99ed..06a11b7 100644
>> --- a/meta-networking/recipes-connectivity/blueman/blueman_git.bb
>> +++ b/meta-networking/recipes-connectivity/blueman/blueman_git.bb
>> @@ -27,9 +27,10 @@ RRECOMENDS_${PN} += "adwaita-icon-theme"
>>  RDEPENDS_${PN} += " \
>>      python3-dbus \
>>      packagegroup-tools-bluetooth \
>> +    ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'thunar', '', d)} \
>>  "
>> -
>> -PACKAGECONFIG[thunar] = "--enable-thunar-sendto,--disable-thunar-sendto,,thunar"
>> +PACKAGECONGIG ??= ""
>> +PACKAGECONFIG[thunar] = "--enable-thunar-sendto,--disable-thunar-sendto,,"
>>
>>  FILES_${PN} += " \
>>      ${datadir}/dbus-1 \
>> --
>> 2.7.4
>>
> This is not right: How shall this happen if meta-xfce is not in your
> layers - I suggest you run a cleansstate after changing layer
> configuration


I am running the yocto-check-layer.  Should this recipe really be in
meta-xfce? .. I am out of options on how to get this to pass. Maybe no
one cares if it ever does???


- armin

> Andreas




More information about the Openembedded-devel mailing list