All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 01/11] package/ulogd: remove autoreconf
@ 2015-07-20 17:47 Romain Naour
  2015-07-20 17:47 ` [Buildroot] [PATCH 02/11] package/stress: " Romain Naour
                   ` (10 more replies)
  0 siblings, 11 replies; 14+ messages in thread
From: Romain Naour @ 2015-07-20 17:47 UTC (permalink / raw)
  To: buildroot

Autoreconf is not needed anymore since ulogd 2.0.4
where logd-01-pthread-conditional.patch was removed.

commit: 010745a955b6cf4c979588fafdb7506460038e0f

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
---
 package/ulogd/ulogd.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/ulogd/ulogd.mk b/package/ulogd/ulogd.mk
index 7ff5b73..7730198 100644
--- a/package/ulogd/ulogd.mk
+++ b/package/ulogd/ulogd.mk
@@ -8,7 +8,6 @@ ULOGD_VERSION = 2.0.5
 ULOGD_SOURCE = ulogd-$(ULOGD_VERSION).tar.bz2
 ULOGD_SITE = http://www.netfilter.org/projects/ulogd/files
 ULOGD_CONF_OPTS = --with-dbi=no --with-pgsql=no
-ULOGD_AUTORECONF = YES
 ULOGD_DEPENDENCIES = host-pkgconf \
 	libmnl libnetfilter_acct libnetfilter_conntrack libnetfilter_log \
 	libnfnetlink
-- 
2.4.3

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

* [Buildroot] [PATCH 02/11] package/stress: remove autoreconf
  2015-07-20 17:47 [Buildroot] [PATCH 01/11] package/ulogd: remove autoreconf Romain Naour
@ 2015-07-20 17:47 ` Romain Naour
  2015-07-20 17:47 ` [Buildroot] [PATCH 03/11] package/wipe: " Romain Naour
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 14+ messages in thread
From: Romain Naour @ 2015-07-20 17:47 UTC (permalink / raw)
  To: buildroot

autoreconf is not needed anymore since non-lfs enabler patch
has been removed.

commit: 415765b5a8861f3b7e86e9786bf903a5a4d09e73

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
---
 package/stress/stress.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/stress/stress.mk b/package/stress/stress.mk
index 4bb801e..1b5ba06 100644
--- a/package/stress/stress.mk
+++ b/package/stress/stress.mk
@@ -8,7 +8,6 @@ STRESS_VERSION = 1.0.4
 STRESS_SITE = http://people.seas.harvard.edu/~apw/stress
 STRESS_LICENSE = GPLv2+
 STRESS_LICENSE_FILES = COPYING
-STRESS_AUTORECONF = YES
 
 # Stress is linked statically if the --enable-static is specified.
 # However, this option is always specified in the global
-- 
2.4.3

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

* [Buildroot] [PATCH 03/11] package/wipe: remove autoreconf
  2015-07-20 17:47 [Buildroot] [PATCH 01/11] package/ulogd: remove autoreconf Romain Naour
  2015-07-20 17:47 ` [Buildroot] [PATCH 02/11] package/stress: " Romain Naour
@ 2015-07-20 17:47 ` Romain Naour
  2015-07-20 17:47 ` [Buildroot] [PATCH 04/11] package/neard: " Romain Naour
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 14+ messages in thread
From: Romain Naour @ 2015-07-20 17:47 UTC (permalink / raw)
  To: buildroot

A configure script is already bundled in the archive.
There is no comment why autoreconf was added.

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
---
Not sure, to be tested.
---
 package/wipe/wipe.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/wipe/wipe.mk b/package/wipe/wipe.mk
index 38cb434..9ec7faf 100644
--- a/package/wipe/wipe.mk
+++ b/package/wipe/wipe.mk
@@ -7,7 +7,6 @@
 WIPE_VERSION = 2.3.1
 WIPE_SITE = http://downloads.sourceforge.net/project/wipe/wipe/$(WIPE_VERSION)
 WIPE_SOURCE = wipe-$(WIPE_VERSION).tar.bz2
-WIPE_AUTORECONF = YES
 WIPE_LICENSE = GPLv2+
 WIPE_LICENSE_FILES = LICENSE
 
-- 
2.4.3

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

* [Buildroot] [PATCH 04/11] package/neard: remove autoreconf
  2015-07-20 17:47 [Buildroot] [PATCH 01/11] package/ulogd: remove autoreconf Romain Naour
  2015-07-20 17:47 ` [Buildroot] [PATCH 02/11] package/stress: " Romain Naour
  2015-07-20 17:47 ` [Buildroot] [PATCH 03/11] package/wipe: " Romain Naour
@ 2015-07-20 17:47 ` Romain Naour
  2015-07-20 17:47 ` [Buildroot] [PATCH 05/11] package/dhcp: " Romain Naour
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 14+ messages in thread
From: Romain Naour @ 2015-07-20 17:47 UTC (permalink / raw)
  To: buildroot

neard have been bumped several time since autoreconf
was added in neard.mk.
autoreconf seems not needed anymore.

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
---
 package/neard/neard.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/neard/neard.mk b/package/neard/neard.mk
index fc92421..ed2c6b1 100644
--- a/package/neard/neard.mk
+++ b/package/neard/neard.mk
@@ -10,7 +10,6 @@ NEARD_SITE = $(BR2_KERNEL_MIRROR)/linux/network/nfc
 NEARD_LICENSE = GPLv2
 NEARD_LICENSE_FILES = COPYING
 
-NEARD_AUTORECONF = YES
 NEARD_DEPENDENCIES = host-pkgconf dbus libglib2 libnl
 NEARD_CONF_OPTS = --disable-traces
 
-- 
2.4.3

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

* [Buildroot] [PATCH 05/11] package/dhcp: remove autoreconf
  2015-07-20 17:47 [Buildroot] [PATCH 01/11] package/ulogd: remove autoreconf Romain Naour
                   ` (2 preceding siblings ...)
  2015-07-20 17:47 ` [Buildroot] [PATCH 04/11] package/neard: " Romain Naour
@ 2015-07-20 17:47 ` Romain Naour
  2015-07-20 17:47 ` [Buildroot] [PATCH 06/11] package/libfslparser: " Romain Naour
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 14+ messages in thread
From: Romain Naour @ 2015-07-20 17:47 UTC (permalink / raw)
  To: buildroot

0001-fix-configure-debug.patch was removed in
commit 68e846d3b2875b5e7a79bfb33629bf2793840939

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
---
 package/dhcp/dhcp.mk | 2 --
 1 file changed, 2 deletions(-)

diff --git a/package/dhcp/dhcp.mk b/package/dhcp/dhcp.mk
index c0d4588..effcbe2 100644
--- a/package/dhcp/dhcp.mk
+++ b/package/dhcp/dhcp.mk
@@ -9,8 +9,6 @@ DHCP_SITE = http://ftp.isc.org/isc/dhcp/$(DHCP_VERSION)
 DHCP_INSTALL_STAGING = YES
 DHCP_LICENSE = ISC
 DHCP_LICENSE_FILES = LICENSE
-# For 0001-fix-configure-debug.patch
-DHCP_AUTORECONF = YES
 DHCP_CONF_ENV = \
 	CPPFLAGS='-D_PATH_DHCPD_CONF=\"/etc/dhcp/dhcpd.conf\" \
 		-D_PATH_DHCLIENT_CONF=\"/etc/dhcp/dhclient.conf\"' \
-- 
2.4.3

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

* [Buildroot] [PATCH 06/11] package/libfslparser: remove autoreconf
  2015-07-20 17:47 [Buildroot] [PATCH 01/11] package/ulogd: remove autoreconf Romain Naour
                   ` (3 preceding siblings ...)
  2015-07-20 17:47 ` [Buildroot] [PATCH 05/11] package/dhcp: " Romain Naour
@ 2015-07-20 17:47 ` Romain Naour
  2015-07-20 17:47 ` [Buildroot] [PATCH 07/11] package/libdvbsi: " Romain Naour
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 14+ messages in thread
From: Romain Naour @ 2015-07-20 17:47 UTC (permalink / raw)
  To: buildroot

autoreconf is not needed anymore with the current
version (4.0.2).

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
---
 package/libfslparser/libfslparser.mk | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/package/libfslparser/libfslparser.mk b/package/libfslparser/libfslparser.mk
index 50f0bf6..116a0a2 100644
--- a/package/libfslparser/libfslparser.mk
+++ b/package/libfslparser/libfslparser.mk
@@ -20,7 +20,4 @@ endef
 # The Makefile installs several versions of the libraries, but we only
 # need one of them, depending on the platform.
 
-# without AUTORECONF, configure fails to find install-sh.
-LIBFSLPARSER_AUTORECONF = YES
-
 $(eval $(autotools-package))
-- 
2.4.3

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

* [Buildroot] [PATCH 07/11] package/libdvbsi: remove autoreconf
  2015-07-20 17:47 [Buildroot] [PATCH 01/11] package/ulogd: remove autoreconf Romain Naour
                   ` (4 preceding siblings ...)
  2015-07-20 17:47 ` [Buildroot] [PATCH 06/11] package/libfslparser: " Romain Naour
@ 2015-07-20 17:47 ` Romain Naour
  2015-07-20 17:47 ` [Buildroot] [PATCH 08/11] package/lttng-tools: " Romain Naour
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 14+ messages in thread
From: Romain Naour @ 2015-07-20 17:47 UTC (permalink / raw)
  To: buildroot

A configure script is bundled with the archive
of the current version.

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
---
 package/libdvbsi/libdvbsi.mk | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/package/libdvbsi/libdvbsi.mk b/package/libdvbsi/libdvbsi.mk
index ed8b382..f6469f9 100644
--- a/package/libdvbsi/libdvbsi.mk
+++ b/package/libdvbsi/libdvbsi.mk
@@ -11,7 +11,4 @@ LIBDVBSI_INSTALL_STAGING = YES
 LIBDVBSI_LICENSE = LGPLv2.1
 LIBDVBSI_LICENSE_FILES = COPYING
 
-# sometimes no Makefile is in the archive, just (re)generate
-LIBDVBSI_AUTORECONF = YES
-
 $(eval $(autotools-package))
-- 
2.4.3

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

* [Buildroot] [PATCH 08/11] package/lttng-tools: remove autoreconf
  2015-07-20 17:47 [Buildroot] [PATCH 01/11] package/ulogd: remove autoreconf Romain Naour
                   ` (5 preceding siblings ...)
  2015-07-20 17:47 ` [Buildroot] [PATCH 07/11] package/libdvbsi: " Romain Naour
@ 2015-07-20 17:47 ` Romain Naour
  2015-07-20 17:47 ` [Buildroot] [PATCH 09/11] package/x11r7/xdriver_xf86-video-neomagic: " Romain Naour
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 14+ messages in thread
From: Romain Naour @ 2015-07-20 17:47 UTC (permalink / raw)
  To: buildroot

lttng-tools-2.0-pre15-no-sync-file-range-in-uclibc.patch is gone
with the commit fb5d605638c359d008329dd9f8fb6c2c8a2c0537.

lttng-tools-no-sync-file-range-in-uclibc.patch is gone
with the commit ed692e2dbbf8d4751d39a636dd1119e829bd0f99.

There is no need to autoreconf lttng-tools.

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
---
 package/lttng-tools/lttng-tools.mk | 2 --
 1 file changed, 2 deletions(-)

diff --git a/package/lttng-tools/lttng-tools.mk b/package/lttng-tools/lttng-tools.mk
index e218a95..0cd381c 100644
--- a/package/lttng-tools/lttng-tools.mk
+++ b/package/lttng-tools/lttng-tools.mk
@@ -17,8 +17,6 @@ LTTNG_TOOLS_CONF_OPTS += --with-xml-prefix=$(STAGING_DIR)/usr
 # trace format into an human readable format.
 LTTNG_TOOLS_DEPENDENCIES = liburcu libxml2 popt host-lttng-babeltrace util-linux
 
-LTTNG_AUTORECONF = YES
-
 ifeq ($(BR2_PACKAGE_LTTNG_LIBUST),y)
 LTTNG_TOOLS_CONF_OPTS += --enable-lttng-ust
 LTTNG_TOOLS_DEPENDENCIES += lttng-libust
-- 
2.4.3

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

* [Buildroot] [PATCH 09/11] package/x11r7/xdriver_xf86-video-neomagic: remove autoreconf
  2015-07-20 17:47 [Buildroot] [PATCH 01/11] package/ulogd: remove autoreconf Romain Naour
                   ` (6 preceding siblings ...)
  2015-07-20 17:47 ` [Buildroot] [PATCH 08/11] package/lttng-tools: " Romain Naour
@ 2015-07-20 17:47 ` Romain Naour
  2015-07-20 17:47 ` [Buildroot] [PATCH 10/11] package/xdriver_xf86-video-cirrus: " Romain Naour
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 14+ messages in thread
From: Romain Naour @ 2015-07-20 17:47 UTC (permalink / raw)
  To: buildroot

xdriver_xf86-video-neomagic no longer use the git repository.

commit: 560660d06be550aed1f1bfa52bbe58be5fdc387d

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
---
 package/x11r7/xdriver_xf86-video-neomagic/xdriver_xf86-video-neomagic.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/x11r7/xdriver_xf86-video-neomagic/xdriver_xf86-video-neomagic.mk b/package/x11r7/xdriver_xf86-video-neomagic/xdriver_xf86-video-neomagic.mk
index c307761..cfd5536 100644
--- a/package/x11r7/xdriver_xf86-video-neomagic/xdriver_xf86-video-neomagic.mk
+++ b/package/x11r7/xdriver_xf86-video-neomagic/xdriver_xf86-video-neomagic.mk
@@ -9,7 +9,6 @@ XDRIVER_XF86_VIDEO_NEOMAGIC_SOURCE = xf86-video-neomagic-$(XDRIVER_XF86_VIDEO_NE
 XDRIVER_XF86_VIDEO_NEOMAGIC_SITE = http://xorg.freedesktop.org/releases/individual/driver
 XDRIVER_XF86_VIDEO_NEOMAGIC_LICENSE = MIT
 XDRIVER_XF86_VIDEO_NEOMAGIC_LICENSE_FILES = COPYING
-XDRIVER_XF86_VIDEO_NEOMAGIC_AUTORECONF = YES
 XDRIVER_XF86_VIDEO_NEOMAGIC_DEPENDENCIES = xserver_xorg-server xproto_fontsproto xproto_randrproto xproto_renderproto xproto_videoproto xproto_xextproto xproto_xf86dgaproto xproto_xproto
 
 $(eval $(autotools-package))
-- 
2.4.3

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

* [Buildroot] [PATCH 10/11] package/xdriver_xf86-video-cirrus: remove autoreconf
  2015-07-20 17:47 [Buildroot] [PATCH 01/11] package/ulogd: remove autoreconf Romain Naour
                   ` (7 preceding siblings ...)
  2015-07-20 17:47 ` [Buildroot] [PATCH 09/11] package/x11r7/xdriver_xf86-video-neomagic: " Romain Naour
@ 2015-07-20 17:47 ` Romain Naour
  2015-07-20 17:47 ` [Buildroot] [PATCH 11/11] package/x11r7/xdriver_xf86-video-siliconmotion: " Romain Naour
  2015-07-20 20:56 ` [Buildroot] [PATCH 01/11] package/ulogd: " Thomas Petazzoni
  10 siblings, 0 replies; 14+ messages in thread
From: Romain Naour @ 2015-07-20 17:47 UTC (permalink / raw)
  To: buildroot

xdriver_xf86-video-cirrus no longer use the git repository.

commit: e45edc34fadcd6e666a123a4ab32a13b37dc3f74

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
---
 package/x11r7/xdriver_xf86-video-cirrus/xdriver_xf86-video-cirrus.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/x11r7/xdriver_xf86-video-cirrus/xdriver_xf86-video-cirrus.mk b/package/x11r7/xdriver_xf86-video-cirrus/xdriver_xf86-video-cirrus.mk
index f2523db..78e8a9c 100644
--- a/package/x11r7/xdriver_xf86-video-cirrus/xdriver_xf86-video-cirrus.mk
+++ b/package/x11r7/xdriver_xf86-video-cirrus/xdriver_xf86-video-cirrus.mk
@@ -9,7 +9,6 @@ XDRIVER_XF86_VIDEO_CIRRUS_SOURCE = xf86-video-cirrus-$(XDRIVER_XF86_VIDEO_CIRRUS
 XDRIVER_XF86_VIDEO_CIRRUS_SITE = http://xorg.freedesktop.org/releases/individual/driver
 XDRIVER_XF86_VIDEO_CIRRUS_LICENSE = MIT
 XDRIVER_XF86_VIDEO_CIRRUS_LICENSE_FILES = COPYING
-XDRIVER_XF86_VIDEO_CIRRUS_AUTORECONF = YES
 XDRIVER_XF86_VIDEO_CIRRUS_DEPENDENCIES = xserver_xorg-server xproto_fontsproto xproto_randrproto xproto_renderproto xproto_videoproto xproto_xextproto xproto_xproto
 
 $(eval $(autotools-package))
-- 
2.4.3

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

* [Buildroot] [PATCH 11/11] package/x11r7/xdriver_xf86-video-siliconmotion: remove autoreconf
  2015-07-20 17:47 [Buildroot] [PATCH 01/11] package/ulogd: remove autoreconf Romain Naour
                   ` (8 preceding siblings ...)
  2015-07-20 17:47 ` [Buildroot] [PATCH 10/11] package/xdriver_xf86-video-cirrus: " Romain Naour
@ 2015-07-20 17:47 ` Romain Naour
  2015-07-20 20:56 ` [Buildroot] [PATCH 01/11] package/ulogd: " Thomas Petazzoni
  10 siblings, 0 replies; 14+ messages in thread
From: Romain Naour @ 2015-07-20 17:47 UTC (permalink / raw)
  To: buildroot

xdriver_xf86-video-siliconmotion no longer use the git repository.

commit: b343bc690e0004ab916eda09d88be9f4210e867b

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
---
 .../xdriver_xf86-video-siliconmotion/xdriver_xf86-video-siliconmotion.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/x11r7/xdriver_xf86-video-siliconmotion/xdriver_xf86-video-siliconmotion.mk b/package/x11r7/xdriver_xf86-video-siliconmotion/xdriver_xf86-video-siliconmotion.mk
index 37e87a5..2aa22ae 100644
--- a/package/x11r7/xdriver_xf86-video-siliconmotion/xdriver_xf86-video-siliconmotion.mk
+++ b/package/x11r7/xdriver_xf86-video-siliconmotion/xdriver_xf86-video-siliconmotion.mk
@@ -9,7 +9,6 @@ XDRIVER_XF86_VIDEO_SILICONMOTION_SOURCE = xf86-video-siliconmotion-$(XDRIVER_XF8
 XDRIVER_XF86_VIDEO_SILICONMOTION_SITE = http://xorg.freedesktop.org/releases/individual/driver
 XDRIVER_XF86_VIDEO_SILICONMOTION_LICENSE = MIT
 XDRIVER_XF86_VIDEO_SILICONMOTION_LICENSE_FILES = COPYING
-XDRIVER_XF86_VIDEO_SILICONMOTION_AUTORECONF = YES
 XDRIVER_XF86_VIDEO_SILICONMOTION_DEPENDENCIES = xserver_xorg-server xproto_fontsproto xproto_randrproto xproto_renderproto xproto_videoproto xproto_xextproto xproto_xproto
 
 $(eval $(autotools-package))
-- 
2.4.3

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

* [Buildroot] [PATCH 01/11] package/ulogd: remove autoreconf
  2015-07-20 17:47 [Buildroot] [PATCH 01/11] package/ulogd: remove autoreconf Romain Naour
                   ` (9 preceding siblings ...)
  2015-07-20 17:47 ` [Buildroot] [PATCH 11/11] package/x11r7/xdriver_xf86-video-siliconmotion: " Romain Naour
@ 2015-07-20 20:56 ` Thomas Petazzoni
  2015-07-22 10:29   ` Romain Naour
  10 siblings, 1 reply; 14+ messages in thread
From: Thomas Petazzoni @ 2015-07-20 20:56 UTC (permalink / raw)
  To: buildroot

Dear Romain Naour,

On Mon, 20 Jul 2015 19:47:49 +0200, Romain Naour wrote:
> Autoreconf is not needed anymore since ulogd 2.0.4
> where logd-01-pthread-conditional.patch was removed.
> 
> commit: 010745a955b6cf4c979588fafdb7506460038e0f
> 
> Signed-off-by: Romain Naour <romain.naour@openwide.fr>
> ---
>  package/ulogd/ulogd.mk | 1 -
>  1 file changed, 1 deletion(-)

All 11 patches applied, thanks. I have not tested them, I trust you :)
The autobuilders will tell me if I was right or not! :-)

Thanks!

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

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

* [Buildroot] [PATCH 01/11] package/ulogd: remove autoreconf
  2015-07-20 20:56 ` [Buildroot] [PATCH 01/11] package/ulogd: " Thomas Petazzoni
@ 2015-07-22 10:29   ` Romain Naour
  2015-07-22 11:31     ` Thomas Petazzoni
  0 siblings, 1 reply; 14+ messages in thread
From: Romain Naour @ 2015-07-22 10:29 UTC (permalink / raw)
  To: buildroot

Hi Thomas,

Le 20/07/2015 22:56, Thomas Petazzoni a ?crit :
> Dear Romain Naour,
> 
> On Mon, 20 Jul 2015 19:47:49 +0200, Romain Naour wrote:
>> Autoreconf is not needed anymore since ulogd 2.0.4
>> where logd-01-pthread-conditional.patch was removed.
>>
>> commit: 010745a955b6cf4c979588fafdb7506460038e0f
>>
>> Signed-off-by: Romain Naour <romain.naour@openwide.fr>
>> ---
>>  package/ulogd/ulogd.mk | 1 -
>>  1 file changed, 1 deletion(-)
> 
> All 11 patches applied, thanks. I have not tested them, I trust you :)
> The autobuilders will tell me if I was right or not! :-)

I haven't see any build failure due to this series :)
So, I guess you was right but maybe there are too many build failure in
autobuilders to see something ;-)

Seriously, I've tested each packages by selecting each of them in the config and
build the entire config to see if all build fine.

Thanks,
Romain

> 
> Thanks!
> 
> Thomas
> 

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

* [Buildroot] [PATCH 01/11] package/ulogd: remove autoreconf
  2015-07-22 10:29   ` Romain Naour
@ 2015-07-22 11:31     ` Thomas Petazzoni
  0 siblings, 0 replies; 14+ messages in thread
From: Thomas Petazzoni @ 2015-07-22 11:31 UTC (permalink / raw)
  To: buildroot

Romain,

On Wed, 22 Jul 2015 12:29:24 +0200, Romain Naour wrote:

> > All 11 patches applied, thanks. I have not tested them, I trust you :)
> > The autobuilders will tell me if I was right or not! :-)
> 
> I haven't see any build failure due to this series :)
> So, I guess you was right but maybe there are too many build failure in
> autobuilders to see something ;-)
> 
> Seriously, I've tested each packages by selecting each of them in the config and
> build the entire config to see if all build fine.

Yes, so far I haven't identified any of the build failure to be caused
by this series, so it looks good. Of course as you say, there are quite
a lot of build failures currently, so it's hard to say if it really
didn't cause any regression.

But no worries, I'm sure it's going to be OK :)

Thanks!

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

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

end of thread, other threads:[~2015-07-22 11:31 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-20 17:47 [Buildroot] [PATCH 01/11] package/ulogd: remove autoreconf Romain Naour
2015-07-20 17:47 ` [Buildroot] [PATCH 02/11] package/stress: " Romain Naour
2015-07-20 17:47 ` [Buildroot] [PATCH 03/11] package/wipe: " Romain Naour
2015-07-20 17:47 ` [Buildroot] [PATCH 04/11] package/neard: " Romain Naour
2015-07-20 17:47 ` [Buildroot] [PATCH 05/11] package/dhcp: " Romain Naour
2015-07-20 17:47 ` [Buildroot] [PATCH 06/11] package/libfslparser: " Romain Naour
2015-07-20 17:47 ` [Buildroot] [PATCH 07/11] package/libdvbsi: " Romain Naour
2015-07-20 17:47 ` [Buildroot] [PATCH 08/11] package/lttng-tools: " Romain Naour
2015-07-20 17:47 ` [Buildroot] [PATCH 09/11] package/x11r7/xdriver_xf86-video-neomagic: " Romain Naour
2015-07-20 17:47 ` [Buildroot] [PATCH 10/11] package/xdriver_xf86-video-cirrus: " Romain Naour
2015-07-20 17:47 ` [Buildroot] [PATCH 11/11] package/x11r7/xdriver_xf86-video-siliconmotion: " Romain Naour
2015-07-20 20:56 ` [Buildroot] [PATCH 01/11] package/ulogd: " Thomas Petazzoni
2015-07-22 10:29   ` Romain Naour
2015-07-22 11:31     ` 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.