[OE-core] [PATCH 2/2] libsoup-2.4: disable libsoup-gnome by default

Andre McCurdy armccurdy at gmail.com
Thu Feb 18 20:12:15 UTC 2016


On Thu, Feb 18, 2016 at 11:39 AM, Martin Jansa <martin.jansa at gmail.com> wrote:
> IIRC this will rename the resulting package (because there will be only one
> shared library now).

Yes, you're right. Previously "libsoup-2.4" and becomes
"libsoup-2.4-1" when the "gnome" PACKAGECONFIG is removed.

> that will probably break on device upgrade-path
>
> I'm not sure if someone still cares about upgrade-paths.. there are too many
> issues going in unnoticed.
>
> On Thu, Feb 18, 2016 at 8:21 PM, Andre McCurdy <armccurdy at gmail.com> wrote:
>>
>> libsoup-gnome is entirely deprecated and has just been stubs since 2.42.
>>
>> Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
>> ---
>>  meta/recipes-support/libsoup/libsoup-2.4_2.52.2.bb | 5 ++---
>>  1 file changed, 2 insertions(+), 3 deletions(-)
>>
>> diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.52.2.bb
>> b/meta/recipes-support/libsoup/libsoup-2.4_2.52.2.bb
>> index 865c1d7..a12f869 100644
>> --- a/meta/recipes-support/libsoup/libsoup-2.4_2.52.2.bb
>> +++ b/meta/recipes-support/libsoup/libsoup-2.4_2.52.2.bb
>> @@ -18,9 +18,8 @@ S = "${WORKDIR}/libsoup-${PV}"
>>
>>  inherit autotools gettext pkgconfig upstream-version-is-even
>>
>> -# libsoup-gnome is entirely deprecated and just stubs in 2.42 onwards.
>> Enable
>> -# by default but let it be easily disabled.
>> -PACKAGECONFIG ??= "gnome"
>> +# libsoup-gnome is entirely deprecated and just stubs in 2.42 onwards.
>> Disable by default.
>> +PACKAGECONFIG ??= ""
>>  PACKAGECONFIG[gnome] = "--with-gnome,--without-gnome"
>>
>>  EXTRA_OECONF = "--disable-vala"
>> --
>> 1.9.1
>>
>> --
>> _______________________________________________
>> 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