[OE-core] [PATCH 2/3] connman-conf: mark as allarch and not requiring default deps

Joshua Lock joshua.lock at collabora.co.uk
Thu Dec 3 09:18:55 UTC 2015


On 02/12/15 21:19, Martin Jansa wrote:
> On Wed, Dec 02, 2015 at 11:03:53AM +0000, Joshua Lock wrote:
>> This recipe just installs some data files and thus is architecture
>> independent and doesn't require a compiler and libc in its DEPENDS.
>
> allarch.bbclass already sets INHIBIT_DEFAULT_DEPS

Indeed it does, thanks — I'll send a v2.

Regards,

Joshua

>
>> Signed-off-by: Joshua Lock <joshua.lock at collabora.co.uk>
>> ---
>>   meta/recipes-connectivity/connman/connman-conf.bb | 4 +++-
>>   1 file changed, 3 insertions(+), 1 deletion(-)
>>
>> diff --git a/meta/recipes-connectivity/connman/connman-conf.bb b/meta/recipes-connectivity/connman/connman-conf.bb
>> index bef9237..1e119ad 100644
>> --- a/meta/recipes-connectivity/connman/connman-conf.bb
>> +++ b/meta/recipes-connectivity/connman/connman-conf.bb
>> @@ -4,7 +4,9 @@ network interface for a qemu machine."
>>   LICENSE = "GPLv2"
>>   LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
>>
>> -inherit systemd
>> +inherit systemd allarch
>> +
>> +INHIBIT_DEFAULT_DEPS = "1"
>>
>>   SRC_URI_append_qemuall = " file://wired.config \
>>                              file://wired-setup \
>> --
>> 2.4.3
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core at lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>




More information about the Openembedded-core mailing list