All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/circus: fix Config.in missing operator in comment condition
@ 2016-09-21 18:18 Samuel Martin
  2016-09-21 18:18 ` [Buildroot] [PATCH 2/2] package/python-psutils: fix typo in Config.in Samuel Martin
  2016-09-21 18:30 ` [Buildroot] [PATCH 1/2] package/circus: fix Config.in missing operator in comment condition Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Samuel Martin @ 2016-09-21 18:18 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
 package/circus/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/circus/Config.in b/package/circus/Config.in
index 3df41f5..94c59a4 100644
--- a/package/circus/Config.in
+++ b/package/circus/Config.in
@@ -18,5 +18,5 @@ config BR2_PACKAGE_CIRCUS
 
 comment "circus needs Python and a uClibc or glibc toolchain w/ C++, wchar, threads"
 	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
-		!BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_USES_MUSL \
+		!BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_USES_MUSL || \
 		!(BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3)
-- 
2.10.0

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

* [Buildroot] [PATCH 2/2] package/python-psutils: fix typo in Config.in
  2016-09-21 18:18 [Buildroot] [PATCH 1/2] package/circus: fix Config.in missing operator in comment condition Samuel Martin
@ 2016-09-21 18:18 ` Samuel Martin
  2016-09-21 18:30 ` [Buildroot] [PATCH 1/2] package/circus: fix Config.in missing operator in comment condition Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Samuel Martin @ 2016-09-21 18:18 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
 package/python-psutil/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/python-psutil/Config.in b/package/python-psutil/Config.in
index 0b1333c..1aec35d 100644
--- a/package/python-psutil/Config.in
+++ b/package/python-psutil/Config.in
@@ -10,4 +10,4 @@ config BR2_PACKAGE_PYTHON_PSUTIL
 	  https://pypi.python.org/pypi/psutil
 
 comment "python-psutil needs a uClibc or glibc toolchain"
-	depends BR2_TOOLCHAIN_USES_MUSL
+	depends on BR2_TOOLCHAIN_USES_MUSL
-- 
2.10.0

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

* [Buildroot] [PATCH 1/2] package/circus: fix Config.in missing operator in comment condition
  2016-09-21 18:18 [Buildroot] [PATCH 1/2] package/circus: fix Config.in missing operator in comment condition Samuel Martin
  2016-09-21 18:18 ` [Buildroot] [PATCH 2/2] package/python-psutils: fix typo in Config.in Samuel Martin
@ 2016-09-21 18:30 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2016-09-21 18:30 UTC (permalink / raw)
  To: buildroot

Hello,

On Wed, 21 Sep 2016 20:18:37 +0200, Samuel Martin wrote:
> Signed-off-by: Samuel Martin <s.martin49@gmail.com>
> ---
>  package/circus/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks, but similar patches have been sent 2 hours earlier by Rahul, so
I've applied Rahul patches.

Thanks!

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

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

end of thread, other threads:[~2016-09-21 18:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-21 18:18 [Buildroot] [PATCH 1/2] package/circus: fix Config.in missing operator in comment condition Samuel Martin
2016-09-21 18:18 ` [Buildroot] [PATCH 2/2] package/python-psutils: fix typo in Config.in Samuel Martin
2016-09-21 18:30 ` [Buildroot] [PATCH 1/2] package/circus: fix Config.in missing operator in comment condition Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.