All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/postgresql: indentation cleanup
@ 2016-10-28 10:14 Jerzy Grzegorek
  2016-10-28 10:14 ` [Buildroot] [PATCH 2/2] package/gpm: " Jerzy Grzegorek
  2016-10-28 12:45 ` [Buildroot] [PATCH 1/2] package/postgresql: " Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Jerzy Grzegorek @ 2016-10-28 10:14 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/postgresql/postgresql.mk b/package/postgresql/postgresql.mk
index 1b184e7..8290370 100644
--- a/package/postgresql/postgresql.mk
+++ b/package/postgresql/postgresql.mk
@@ -11,9 +11,10 @@ POSTGRESQL_LICENSE = PostgreSQL
 POSTGRESQL_LICENSE_FILES = COPYRIGHT
 POSTGRESQL_INSTALL_STAGING = YES
 POSTGRESQL_CONFIG_SCRIPTS = pg_config
-POSTGRESQL_CONF_ENV = ac_cv_type_struct_sockaddr_in6=yes \
-		      pgac_cv_snprintf_long_long_int_modifier="%lld" \
-		      pgac_cv_snprintf_size_t_support=yes
+POSTGRESQL_CONF_ENV = \
+	ac_cv_type_struct_sockaddr_in6=yes \
+	pgac_cv_snprintf_long_long_int_modifier="%lld" \
+	pgac_cv_snprintf_size_t_support=yes
 POSTGRESQL_CONF_OPTS = --disable-rpath
 
 ifeq ($(BR2_TOOLCHAIN_USES_UCLIBC),y)
-- 
1.9.1

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

* [Buildroot] [PATCH 2/2] package/gpm: indentation cleanup
  2016-10-28 10:14 [Buildroot] [PATCH 1/2] package/postgresql: indentation cleanup Jerzy Grzegorek
@ 2016-10-28 10:14 ` Jerzy Grzegorek
  2016-10-28 12:45 ` [Buildroot] [PATCH 1/2] package/postgresql: " Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Jerzy Grzegorek @ 2016-10-28 10:14 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/gpm/gpm.mk b/package/gpm/gpm.mk
index 6d3b5d2..ed4c1fd 100644
--- a/package/gpm/gpm.mk
+++ b/package/gpm/gpm.mk
@@ -15,8 +15,9 @@ GPM_DEPENDENCIES = host-bison
 # if not already installed in staging dir, gpm Makefile may fail to find some
 # of the headers needed to generate build dependencies, the first time it is
 # built. CPPFLAGS is used to pass the right include path to dependency rules.
-GPM_CONF_ENV = CPPFLAGS="$(TARGET_CPPFLAGS) -I$(@D)/src/headers/" \
-			   ac_cv_path_emacs=no
+GPM_CONF_ENV = \
+	CPPFLAGS="$(TARGET_CPPFLAGS) -I$(@D)/src/headers/" \
+	ac_cv_path_emacs=no
 
 # For some reason, Microblaze gcc does not define __ELF__, which gpm
 # configure script uses to determine whether the architecture uses ELF
-- 
1.9.1

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

* [Buildroot] [PATCH 1/2] package/postgresql: indentation cleanup
  2016-10-28 10:14 [Buildroot] [PATCH 1/2] package/postgresql: indentation cleanup Jerzy Grzegorek
  2016-10-28 10:14 ` [Buildroot] [PATCH 2/2] package/gpm: " Jerzy Grzegorek
@ 2016-10-28 12:45 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2016-10-28 12:45 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri, 28 Oct 2016 12:14:03 +0200, Jerzy Grzegorek wrote:
> Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
> ---
>  package/postgresql/postgresql.mk | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)

Both applied, thanks!

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

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

end of thread, other threads:[~2016-10-28 12:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-28 10:14 [Buildroot] [PATCH 1/2] package/postgresql: indentation cleanup Jerzy Grzegorek
2016-10-28 10:14 ` [Buildroot] [PATCH 2/2] package/gpm: " Jerzy Grzegorek
2016-10-28 12:45 ` [Buildroot] [PATCH 1/2] package/postgresql: " 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.