[oe] [meta-xfce][PATCH] meta-xfce/layer: explicitly set networkmanager to NETWORK_MANAGER

Andreas Müller schnitzeltony at googlemail.com
Fri Nov 13 10:53:04 UTC 2015


On Fri, Nov 13, 2015 at 11:49 AM, Hongxu Jia <hongxu.jia at windriver.com> wrote:
> On 11/13/2015 06:36 PM, Hongxu Jia wrote:
>>
>> On 11/13/2015 06:19 PM, Martin Jansa wrote:
>>
>>> Why not use VIRTUAL-RUNTIME variable like in other places?
>>
>>
>
> Hi Martin,
>
> With more investigation, I am afraid it looks not good to rename
> NETWORK_MANAGER in
> oe-core:
> In meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb
> ......
> NETWORK_MANAGER ?= "connman-gnome"
> NETWORK_MANAGER_libc-uclibc = ""
> RDEPENDS_${PN}-base = "\
> ...
>     ${NETWORK_MANAGER} \
> ......
>
> If we name them with VIRTUAL-RUNTIME_networkmanager to replace, we have like
> this
> ......
> VIRTUAL-RUNTIME_networkmanager ?= "connman-gnome"
> VIRTUAL-RUNTIME_networkmanager_libc-uclibc = ""
> RDEPENDS_${PN}-base = "\
> ...
>     ${VIRTUAL-RUNTIME_networkmanager} \
> ......
>
> It looks too many overrides, do you have any suggestions?

Suggestion: read my previous mail :)

Andreas



More information about the Openembedded-devel mailing list