Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/python: change BR2_PACKAGE_PYTHON_PYEXPAT description
@ 2015-02-13 17:37 Angelo Compagnucci
  2015-02-13 19:58 ` Yegor Yefremov
  2015-02-21 16:09 ` Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Angelo Compagnucci @ 2015-02-13 17:37 UTC (permalink / raw)
  To: buildroot

This patch changes BR2_PACKAGE_PYTHON_PYEXPAT description and
help text to underline that all the xml libraries will be
included in python.
It also reorders alphabetically the affected option.

Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
---
 package/python/Config.in | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/package/python/Config.in b/package/python/Config.in
index 87defad..5a22833 100644
--- a/package/python/Config.in
+++ b/package/python/Config.in
@@ -65,12 +65,6 @@ config BR2_PACKAGE_PYTHON_OSSAUDIODEV
 	help
 	  ossaudiodev module for Python.
 
-config BR2_PACKAGE_PYTHON_PYEXPAT
-	select BR2_PACKAGE_EXPAT
-	bool "pyexpat"
-	help
-	  pyexpat module for Python.
-
 config BR2_PACKAGE_PYTHON_READLINE
 	select BR2_PACKAGE_READLINE
 	bool "readline"
@@ -114,6 +108,12 @@ config BR2_PACKAGE_PYTHON_SQLITE
 	help
 	  SQLite database support
 
+config BR2_PACKAGE_PYTHON_PYEXPAT
+	select BR2_PACKAGE_EXPAT
+	bool "xml module"
+	help
+	  pyexpat and xml libraries for Python
+
 config BR2_PACKAGE_PYTHON_ZLIB
 	bool "zlib module"
 	select BR2_PACKAGE_ZLIB
-- 
1.9.1

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

* [Buildroot] [PATCH] package/python: change BR2_PACKAGE_PYTHON_PYEXPAT description
  2015-02-13 17:37 [Buildroot] [PATCH] package/python: change BR2_PACKAGE_PYTHON_PYEXPAT description Angelo Compagnucci
@ 2015-02-13 19:58 ` Yegor Yefremov
  2015-02-14 12:19   ` Yegor Yefremov
  2015-02-21 16:09 ` Thomas Petazzoni
  1 sibling, 1 reply; 4+ messages in thread
From: Yegor Yefremov @ 2015-02-13 19:58 UTC (permalink / raw)
  To: buildroot

On Fri, Feb 13, 2015 at 6:37 PM, Angelo Compagnucci
<angelo.compagnucci@gmail.com> wrote:
> This patch changes BR2_PACKAGE_PYTHON_PYEXPAT description and
> help text to underline that all the xml libraries will be
> included in python.
> It also reorders alphabetically the affected option.
>
> Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
> ---
>  package/python/Config.in | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/package/python/Config.in b/package/python/Config.in
> index 87defad..5a22833 100644
> --- a/package/python/Config.in
> +++ b/package/python/Config.in
> @@ -65,12 +65,6 @@ config BR2_PACKAGE_PYTHON_OSSAUDIODEV
>         help
>           ossaudiodev module for Python.
>
> -config BR2_PACKAGE_PYTHON_PYEXPAT
> -       select BR2_PACKAGE_EXPAT
> -       bool "pyexpat"
> -       help
> -         pyexpat module for Python.
> -
>  config BR2_PACKAGE_PYTHON_READLINE
>         select BR2_PACKAGE_READLINE
>         bool "readline"
> @@ -114,6 +108,12 @@ config BR2_PACKAGE_PYTHON_SQLITE
>         help
>           SQLite database support
>
> +config BR2_PACKAGE_PYTHON_PYEXPAT
> +       select BR2_PACKAGE_EXPAT
> +       bool "xml module"
> +       help
> +         pyexpat and xml libraries for Python
> +
>  config BR2_PACKAGE_PYTHON_ZLIB
>         bool "zlib module"
>         select BR2_PACKAGE_ZLIB
> --

Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>

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

* [Buildroot] [PATCH] package/python: change BR2_PACKAGE_PYTHON_PYEXPAT description
  2015-02-13 19:58 ` Yegor Yefremov
@ 2015-02-14 12:19   ` Yegor Yefremov
  0 siblings, 0 replies; 4+ messages in thread
From: Yegor Yefremov @ 2015-02-14 12:19 UTC (permalink / raw)
  To: buildroot

On Fri, Feb 13, 2015 at 8:58 PM, Yegor Yefremov
<yegorslists@googlemail.com> wrote:
> On Fri, Feb 13, 2015 at 6:37 PM, Angelo Compagnucci
> <angelo.compagnucci@gmail.com> wrote:
>> This patch changes BR2_PACKAGE_PYTHON_PYEXPAT description and
>> help text to underline that all the xml libraries will be
>> included in python.
>> It also reorders alphabetically the affected option.
>>
>> Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
>> ---
>>  package/python/Config.in | 12 ++++++------
>>  1 file changed, 6 insertions(+), 6 deletions(-)
>>
>> diff --git a/package/python/Config.in b/package/python/Config.in
>> index 87defad..5a22833 100644
>> --- a/package/python/Config.in
>> +++ b/package/python/Config.in
>> @@ -65,12 +65,6 @@ config BR2_PACKAGE_PYTHON_OSSAUDIODEV
>>         help
>>           ossaudiodev module for Python.
>>
>> -config BR2_PACKAGE_PYTHON_PYEXPAT
>> -       select BR2_PACKAGE_EXPAT
>> -       bool "pyexpat"
>> -       help
>> -         pyexpat module for Python.
>> -
>>  config BR2_PACKAGE_PYTHON_READLINE
>>         select BR2_PACKAGE_READLINE
>>         bool "readline"
>> @@ -114,6 +108,12 @@ config BR2_PACKAGE_PYTHON_SQLITE
>>         help
>>           SQLite database support
>>
>> +config BR2_PACKAGE_PYTHON_PYEXPAT
>> +       select BR2_PACKAGE_EXPAT
>> +       bool "xml module"
>> +       help
>> +         pyexpat and xml libraries for Python
>> +
>>  config BR2_PACKAGE_PYTHON_ZLIB
>>         bool "zlib module"
>>         select BR2_PACKAGE_ZLIB
>> --
>
> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>

Hm. We forgot about Python3. Could you resend your patch , that would
also take care of package/python3/Config.in. Or perhaps extra patch
for Python3.

Thanks.

Yegor

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

* [Buildroot] [PATCH] package/python: change BR2_PACKAGE_PYTHON_PYEXPAT description
  2015-02-13 17:37 [Buildroot] [PATCH] package/python: change BR2_PACKAGE_PYTHON_PYEXPAT description Angelo Compagnucci
  2015-02-13 19:58 ` Yegor Yefremov
@ 2015-02-21 16:09 ` Thomas Petazzoni
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2015-02-21 16:09 UTC (permalink / raw)
  To: buildroot

Dear Angelo Compagnucci,

On Fri, 13 Feb 2015 18:37:21 +0100, Angelo Compagnucci wrote:
> This patch changes BR2_PACKAGE_PYTHON_PYEXPAT description and
> help text to underline that all the xml libraries will be
> included in python.
> It also reorders alphabetically the affected option.
> 
> Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>

Applied to next, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2015-02-21 16:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-13 17:37 [Buildroot] [PATCH] package/python: change BR2_PACKAGE_PYTHON_PYEXPAT description Angelo Compagnucci
2015-02-13 19:58 ` Yegor Yefremov
2015-02-14 12:19   ` Yegor Yefremov
2015-02-21 16:09 ` Thomas Petazzoni

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