All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/4] libssh/libssh.mk:normalize header separator size to 80
@ 2015-09-28 21:27 Jerzy Grzegorek
  2015-09-28 21:27 ` [Buildroot] [PATCH 2/4] libssh/libssh.mk:remove an extra '#' sign in the header package name Jerzy Grzegorek
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jerzy Grzegorek @ 2015-09-28 21:27 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
---
 package/libssh/libssh.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libssh/libssh.mk b/package/libssh/libssh.mk
index 39cff50..ded5e8c 100644
--- a/package/libssh/libssh.mk
+++ b/package/libssh/libssh.mk
@@ -2,7 +2,7 @@
 #
 ## libssh
 #
-#################################################################################
+################################################################################
 
 LIBSSH_VERSION = 0.7.1
 LIBSSH_SOURCE = libssh-$(LIBSSH_VERSION).tar.xz
-- 
1.9.1

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

* [Buildroot] [PATCH 2/4] libssh/libssh.mk:remove an extra '#' sign in the header package name
  2015-09-28 21:27 [Buildroot] [PATCH 1/4] libssh/libssh.mk:normalize header separator size to 80 Jerzy Grzegorek
@ 2015-09-28 21:27 ` Jerzy Grzegorek
  2015-09-28 21:27 ` [Buildroot] [PATCH 3/4] libssh/libssh.mk:indentation cleanup Jerzy Grzegorek
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Jerzy Grzegorek @ 2015-09-28 21:27 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
---
 package/libssh/libssh.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libssh/libssh.mk b/package/libssh/libssh.mk
index ded5e8c..68438b9 100644
--- a/package/libssh/libssh.mk
+++ b/package/libssh/libssh.mk
@@ -1,6 +1,6 @@
 ################################################################################
 #
-## libssh
+# libssh
 #
 ################################################################################
 
-- 
1.9.1

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

* [Buildroot] [PATCH 3/4] libssh/libssh.mk:indentation cleanup
  2015-09-28 21:27 [Buildroot] [PATCH 1/4] libssh/libssh.mk:normalize header separator size to 80 Jerzy Grzegorek
  2015-09-28 21:27 ` [Buildroot] [PATCH 2/4] libssh/libssh.mk:remove an extra '#' sign in the header package name Jerzy Grzegorek
@ 2015-09-28 21:27 ` Jerzy Grzegorek
  2015-09-28 21:27 ` [Buildroot] [PATCH 4/4] libssh/Config.in:indentation cleanup Jerzy Grzegorek
  2015-09-29 17:48 ` [Buildroot] [PATCH 1/4] libssh/libssh.mk:normalize header separator size to 80 Thomas Petazzoni
  3 siblings, 0 replies; 5+ messages in thread
From: Jerzy Grzegorek @ 2015-09-28 21:27 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
---
 package/libssh/libssh.mk | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/libssh/libssh.mk b/package/libssh/libssh.mk
index 68438b9..cd537b0 100644
--- a/package/libssh/libssh.mk
+++ b/package/libssh/libssh.mk
@@ -12,9 +12,9 @@ LIBSSH_LICENSE_FILES = COPYING
 LIBSSH_INSTALL_STAGING = YES
 LIBSSH_SUPPORTS_IN_SOURCE_BUILD = NO
 LIBSSH_CONF_OPTS = \
-        -DWITH_STACK_PROTECTOR=OFF \
-        -DWITH_SERVER=OFF \
-        -DWITH_EXAMPLES=OFF
+	-DWITH_STACK_PROTECTOR=OFF \
+	-DWITH_SERVER=OFF \
+	-DWITH_EXAMPLES=OFF
 
 ifeq ($(BR2_PACKAGE_ZLIB),y)
 LIBSSH_CONF_OPTS += -DWITH_ZLIB=ON
-- 
1.9.1

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

* [Buildroot] [PATCH 4/4] libssh/Config.in:indentation cleanup
  2015-09-28 21:27 [Buildroot] [PATCH 1/4] libssh/libssh.mk:normalize header separator size to 80 Jerzy Grzegorek
  2015-09-28 21:27 ` [Buildroot] [PATCH 2/4] libssh/libssh.mk:remove an extra '#' sign in the header package name Jerzy Grzegorek
  2015-09-28 21:27 ` [Buildroot] [PATCH 3/4] libssh/libssh.mk:indentation cleanup Jerzy Grzegorek
@ 2015-09-28 21:27 ` Jerzy Grzegorek
  2015-09-29 17:48 ` [Buildroot] [PATCH 1/4] libssh/libssh.mk:normalize header separator size to 80 Thomas Petazzoni
  3 siblings, 0 replies; 5+ messages in thread
From: Jerzy Grzegorek @ 2015-09-28 21:27 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
---
 package/libssh/Config.in | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/package/libssh/Config.in b/package/libssh/Config.in
index 719ca8c..e8ef602 100644
--- a/package/libssh/Config.in
+++ b/package/libssh/Config.in
@@ -1,12 +1,12 @@
 config BR2_PACKAGE_LIBSSH
-        bool "libssh"
-        depends on BR2_USE_MMU # fork()
-        # Either OpenSSL or libgcrypt are mandatory
-        select BR2_PACKAGE_LIBGCRYPT if !BR2_PACKAGE_OPENSSL
-        help
-          libssh is a multiplatform C library implementing the SSHv2
-          and SSHv1 protocol on client and server side. With libssh,
-          you can remotely execute programs, transfer files, use a
-          secure and transparent tunnel for your remote applications.
+	bool "libssh"
+	depends on BR2_USE_MMU # fork()
+	# Either OpenSSL or libgcrypt are mandatory
+	select BR2_PACKAGE_LIBGCRYPT if !BR2_PACKAGE_OPENSSL
+	help
+	  libssh is a multiplatform C library implementing the SSHv2
+	  and SSHv1 protocol on client and server side. With libssh,
+	  you can remotely execute programs, transfer files, use a
+	  secure and transparent tunnel for your remote applications.
 
-          http://www.libssh.org/
+	  http://www.libssh.org/
-- 
1.9.1

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

* [Buildroot] [PATCH 1/4] libssh/libssh.mk:normalize header separator size to 80
  2015-09-28 21:27 [Buildroot] [PATCH 1/4] libssh/libssh.mk:normalize header separator size to 80 Jerzy Grzegorek
                   ` (2 preceding siblings ...)
  2015-09-28 21:27 ` [Buildroot] [PATCH 4/4] libssh/Config.in:indentation cleanup Jerzy Grzegorek
@ 2015-09-29 17:48 ` Thomas Petazzoni
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2015-09-29 17:48 UTC (permalink / raw)
  To: buildroot

Dear Jerzy Grzegorek,

On Mon, 28 Sep 2015 23:27:21 +0200, Jerzy Grzegorek wrote:
> Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
> ---
>  package/libssh/libssh.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

I've applied all four patches. However, the commit title was not
exactly correct, it should have been:

	<package>: <description>

While in your case, it was:

	<filename>:<description>

So, I've tweaked your commits to have the following titles:

libssh: indentation cleanup in Config.in
libssh: indentation cleanup in .mk file
libssh: remove an extra '#' sign in the header package name
libssh: normalize header separator size to 80

Thanks!

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

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

end of thread, other threads:[~2015-09-29 17:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-28 21:27 [Buildroot] [PATCH 1/4] libssh/libssh.mk:normalize header separator size to 80 Jerzy Grzegorek
2015-09-28 21:27 ` [Buildroot] [PATCH 2/4] libssh/libssh.mk:remove an extra '#' sign in the header package name Jerzy Grzegorek
2015-09-28 21:27 ` [Buildroot] [PATCH 3/4] libssh/libssh.mk:indentation cleanup Jerzy Grzegorek
2015-09-28 21:27 ` [Buildroot] [PATCH 4/4] libssh/Config.in:indentation cleanup Jerzy Grzegorek
2015-09-29 17:48 ` [Buildroot] [PATCH 1/4] libssh/libssh.mk:normalize header separator size to 80 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.