Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] DEVELOPERS: drop package/ucl entry
@ 2022-12-28 18:08 Giulio Benetti
  2022-12-28 19:32 ` Baruch Siach via buildroot
  0 siblings, 1 reply; 3+ messages in thread
From: Giulio Benetti @ 2022-12-28 18:08 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Package ucl has been dropped with commit
85c5af46ad6c18841576c0f7abe241a617a44cb7
so let's drop it from DEVELOPERS since when calling utils/get-developers
it throws:
WARNING: 'package/ucl/' doesn't match any file

Fixes: 85c5af46ad ("package/ucl: drop package")
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 DEVELOPERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/DEVELOPERS b/DEVELOPERS
index 7d19bae7a6..998bac935e 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1091,7 +1091,6 @@ F:	package/libsodium/
 F:	package/php-amqp/
 F:	package/python-cherrypy/
 F:	package/sane-backends/
-F:	package/ucl/
 F:	package/upx/
 F:	package/zxing-cpp/
 
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH] DEVELOPERS: drop package/ucl entry
  2022-12-28 18:08 [Buildroot] [PATCH] DEVELOPERS: drop package/ucl entry Giulio Benetti
@ 2022-12-28 19:32 ` Baruch Siach via buildroot
  2022-12-28 20:24   ` Giulio Benetti
  0 siblings, 1 reply; 3+ messages in thread
From: Baruch Siach via buildroot @ 2022-12-28 19:32 UTC (permalink / raw)
  To: Giulio Benetti; +Cc: buildroot

Hi Giulio,

On Wed, Dec 28 2022, Giulio Benetti wrote:
> Package ucl has been dropped with commit
> 85c5af46ad6c18841576c0f7abe241a617a44cb7
> so let's drop it from DEVELOPERS since when calling utils/get-developers
> it throws:
> WARNING: 'package/ucl/' doesn't match any file

This duplicates
http://patchwork.ozlabs.org/project/buildroot/patch/20221228083918.3762-1-fontaine.fabrice@gmail.com/

baruch

> Fixes: 85c5af46ad ("package/ucl: drop package")
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> ---
>  DEVELOPERS | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/DEVELOPERS b/DEVELOPERS
> index 7d19bae7a6..998bac935e 100644
> --- a/DEVELOPERS
> +++ b/DEVELOPERS
> @@ -1091,7 +1091,6 @@ F:	package/libsodium/
>  F:	package/php-amqp/
>  F:	package/python-cherrypy/
>  F:	package/sane-backends/
> -F:	package/ucl/
>  F:	package/upx/
>  F:	package/zxing-cpp/


-- 
                                                     ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch@tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH] DEVELOPERS: drop package/ucl entry
  2022-12-28 19:32 ` Baruch Siach via buildroot
@ 2022-12-28 20:24   ` Giulio Benetti
  0 siblings, 0 replies; 3+ messages in thread
From: Giulio Benetti @ 2022-12-28 20:24 UTC (permalink / raw)
  To: Baruch Siach; +Cc: buildroot


> Il giorno 28 dic 2022, alle ore 20:33, Baruch Siach <baruch@tkos.co.il> ha scritto:
> 
> Hi Giulio,
> 
>> On Wed, Dec 28 2022, Giulio Benetti wrote:
>> Package ucl has been dropped with commit
>> 85c5af46ad6c18841576c0f7abe241a617a44cb7
>> so let's drop it from DEVELOPERS since when calling utils/get-developers
>> it throws:
>> WARNING: 'package/ucl/' doesn't match any file
> 
> This duplicates
> http://patchwork.ozlabs.org/project/buildroot/patch/20221228083918.3762-1-fontaine.fabrice@gmail.com/

Oops, I haven’t checked, sorry for the noise then.

Thank you

Giulio

> 
> baruch
> 
>> Fixes: 85c5af46ad ("package/ucl: drop package")
>> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
>> ---
>> DEVELOPERS | 1 -
>> 1 file changed, 1 deletion(-)
>> 
>> diff --git a/DEVELOPERS b/DEVELOPERS
>> index 7d19bae7a6..998bac935e 100644
>> --- a/DEVELOPERS
>> +++ b/DEVELOPERS
>> @@ -1091,7 +1091,6 @@ F:    package/libsodium/
>> F:    package/php-amqp/
>> F:    package/python-cherrypy/
>> F:    package/sane-backends/
>> -F:    package/ucl/
>> F:    package/upx/
>> F:    package/zxing-cpp/
> 
> 
> -- 
>                                                     ~. .~   Tk Open Systems
> =}------------------------------------------------ooO--U--Ooo------------{=
>   - baruch@tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-12-28 20:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-28 18:08 [Buildroot] [PATCH] DEVELOPERS: drop package/ucl entry Giulio Benetti
2022-12-28 19:32 ` Baruch Siach via buildroot
2022-12-28 20:24   ` Giulio Benetti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox