[Buildroot] [PATCH] Rename package/libsigc to package/libsigc2

H Hartley Sweeten hartleys at visionengravers.com
Tue Oct 4 16:55:03 UTC 2011


On Monday, October 03, 2011 11:14 PM, Arnout Vandecappelle wrote:
> On Monday 03 October 2011 19:06:08, H Hartley Sweeten wrote:
>> Rename the libsigc package to libsigc2 so that the older 1.2 version
>> of libsigc++ can also be added to packages/.
>> 
>> Signed-off-by: H Hartley Sweeten <hsweeten at visionengravers.com>
>> 
>> ---

[...]

>> diff --git a/package/libsigc2/Config.in b/package/libsigc2/Config.in
>> new file mode 100644
>> index 0000000..cae8da1
>> --- /dev/null
>> +++ b/package/libsigc2/Config.in
>> @@ -0,0 +1,13 @@
>> +config BR2_PACKAGE_LIBSIGC
>
>  Shouldn't it be renamed BR2_PACKAGE_LIBSIGC2 then?

Yes, it should be... I missed that, sorry.  I just posted a new patch.

>  Perhaps adding a hidden BR2_PACKAGE_LIBSIGC for backwards compatibility, like 
> so (untested):
>
> bool BR2_PACKAGE_LIBSIGC
>    select BR2_PACKAGE_LIBSIGC2

No.  Nothing in Buildroot currently has this version of libsigc++ as a dependency
so there shouldn't be any backward compatibility issues.

Thanks,
Hartley



More information about the buildroot mailing list