All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] qt5webkit: indentation cleanup
@ 2016-06-28  4:56 Jerzy Grzegorek
  2016-06-28  4:56 ` [Buildroot] [PATCH 2/2] xorriso: " Jerzy Grzegorek
  2016-06-28  8:29 ` [Buildroot] [PATCH 1/2] qt5webkit: " Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Jerzy Grzegorek @ 2016-06-28  4:56 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/qt5/qt5webkit/Config.in b/package/qt5/qt5webkit/Config.in
index 7add5f9..48aaf94 100644
--- a/package/qt5/qt5webkit/Config.in
+++ b/package/qt5/qt5webkit/Config.in
@@ -23,6 +23,6 @@ config BR2_PACKAGE_QT5WEBKIT
 	  http://qt.io
 
 comment "qt5webkit needs a toolchain w/ dynamic library"
-        depends on BR2_STATIC_LIBS
-        depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
-        depends on !BR2_BINFMT_FLAT
+	depends on BR2_STATIC_LIBS
+	depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
+	depends on !BR2_BINFMT_FLAT
-- 
1.9.1

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

* [Buildroot] [PATCH 2/2] xorriso: indentation cleanup
  2016-06-28  4:56 [Buildroot] [PATCH 1/2] qt5webkit: indentation cleanup Jerzy Grzegorek
@ 2016-06-28  4:56 ` Jerzy Grzegorek
  2016-06-28  8:29   ` Peter Korsgaard
  2016-06-28  8:29 ` [Buildroot] [PATCH 1/2] qt5webkit: " Peter Korsgaard
  1 sibling, 1 reply; 4+ messages in thread
From: Jerzy Grzegorek @ 2016-06-28  4:56 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/xorriso/xorriso.mk b/package/xorriso/xorriso.mk
index 57537e8..396eeae 100644
--- a/package/xorriso/xorriso.mk
+++ b/package/xorriso/xorriso.mk
@@ -12,12 +12,12 @@ HOST_XORRISO_DEPENDENCIES =
 # Disable everything until we actually need those feature, and add the correct
 # host-libraries
 HOST_XORRISO_CONF_OPTS = \
-        --disable-zlib \
-        --disable-bzip2 \
-        --disable-libcdio \
-        --disable-libreadline \
-        --disable-libedit \
-        --disable-libacl
+	--disable-zlib \
+	--disable-bzip2 \
+	--disable-libcdio \
+	--disable-libreadline \
+	--disable-libedit \
+	--disable-libacl
 
 ifeq ($(BR2_PACKAGE_LIBICONV),y)
 XORRISO_DEPENDENCIES += libiconv
-- 
1.9.1

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

* [Buildroot] [PATCH 1/2] qt5webkit: indentation cleanup
  2016-06-28  4:56 [Buildroot] [PATCH 1/2] qt5webkit: indentation cleanup Jerzy Grzegorek
  2016-06-28  4:56 ` [Buildroot] [PATCH 2/2] xorriso: " Jerzy Grzegorek
@ 2016-06-28  8:29 ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2016-06-28  8:29 UTC (permalink / raw)
  To: buildroot

>>>>> "Jerzy" == Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> writes:

 > Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 2/2] xorriso: indentation cleanup
  2016-06-28  4:56 ` [Buildroot] [PATCH 2/2] xorriso: " Jerzy Grzegorek
@ 2016-06-28  8:29   ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2016-06-28  8:29 UTC (permalink / raw)
  To: buildroot

>>>>> "Jerzy" == Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> writes:

 > Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2016-06-28  8:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-28  4:56 [Buildroot] [PATCH 1/2] qt5webkit: indentation cleanup Jerzy Grzegorek
2016-06-28  4:56 ` [Buildroot] [PATCH 2/2] xorriso: " Jerzy Grzegorek
2016-06-28  8:29   ` Peter Korsgaard
2016-06-28  8:29 ` [Buildroot] [PATCH 1/2] qt5webkit: " Peter Korsgaard

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.