* [Buildroot] [PATCH 1/2] package/augeas: drop AUTORECONF
@ 2019-09-07 20:09 Fabrice Fontaine
2019-09-07 20:09 ` [Buildroot] [PATCH 2/2] package/augeas: bump to version 1.12.0 Fabrice Fontaine
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Fabrice Fontaine @ 2019-09-07 20:09 UTC (permalink / raw)
To: buildroot
autoreconf is not needed since bump to version 1.10.1 in
commit 3cd6faa04cef1b1ebf5c5d47eeaf7e812ed02cb7
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/augeas/augeas.mk | 3 ---
1 file changed, 3 deletions(-)
diff --git a/package/augeas/augeas.mk b/package/augeas/augeas.mk
index 8cb4f74e41..7897d8f493 100644
--- a/package/augeas/augeas.mk
+++ b/package/augeas/augeas.mk
@@ -11,9 +11,6 @@ AUGEAS_LICENSE = LGPL-2.1+
AUGEAS_LICENSE_FILES = COPYING
AUGEAS_DEPENDENCIES = host-pkgconf readline libxml2
-# patching examples/Makefile.am, can be removed when updating from version 1.9.0
-AUGEAS_AUTORECONF = YES
-
AUGEAS_CONF_OPTS = --disable-gnulib-tests
# Remove the test lenses which occupy about 1.4 MB on the target
--
2.23.0.rc1
^ permalink raw reply related [flat|nested] 4+ messages in thread* [Buildroot] [PATCH 2/2] package/augeas: bump to version 1.12.0
2019-09-07 20:09 [Buildroot] [PATCH 1/2] package/augeas: drop AUTORECONF Fabrice Fontaine
@ 2019-09-07 20:09 ` Fabrice Fontaine
2019-09-07 21:23 ` [Buildroot] [PATCH 1/2] package/augeas: drop AUTORECONF Thomas Petazzoni
2019-09-24 14:04 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Fabrice Fontaine @ 2019-09-07 20:09 UTC (permalink / raw)
To: buildroot
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/augeas/augeas.hash | 4 ++--
package/augeas/augeas.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/augeas/augeas.hash b/package/augeas/augeas.hash
index d69ef8577e..03b71349ac 100644
--- a/package/augeas/augeas.hash
+++ b/package/augeas/augeas.hash
@@ -1,4 +1,4 @@
# Locally calculated after checking pgp signature from
-# http://download.augeas.net/augeas-1.11.0.tar.gz.sig
-sha256 393ce8f4055af89cd4c20bf903eacbbd909cf427891f41b56dc2ba66243ea0b0 augeas-1.11.0.tar.gz
+# http://download.augeas.net/augeas-1.12.0.tar.gz.sig
+sha256 321942c9cc32185e2e9cb72d0a70eea106635b50269075aca6714e3ec282cb87 augeas-1.12.0.tar.gz
sha256 ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532 COPYING
diff --git a/package/augeas/augeas.mk b/package/augeas/augeas.mk
index 7897d8f493..cf369d6910 100644
--- a/package/augeas/augeas.mk
+++ b/package/augeas/augeas.mk
@@ -4,7 +4,7 @@
#
################################################################################
-AUGEAS_VERSION = 1.11.0
+AUGEAS_VERSION = 1.12.0
AUGEAS_SITE = http://download.augeas.net
AUGEAS_INSTALL_STAGING = YES
AUGEAS_LICENSE = LGPL-2.1+
--
2.23.0.rc1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/2] package/augeas: drop AUTORECONF
2019-09-07 20:09 [Buildroot] [PATCH 1/2] package/augeas: drop AUTORECONF Fabrice Fontaine
2019-09-07 20:09 ` [Buildroot] [PATCH 2/2] package/augeas: bump to version 1.12.0 Fabrice Fontaine
@ 2019-09-07 21:23 ` Thomas Petazzoni
2019-09-24 14:04 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2019-09-07 21:23 UTC (permalink / raw)
To: buildroot
On Sat, 7 Sep 2019 22:09:12 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> autoreconf is not needed since bump to version 1.10.1 in
> commit 3cd6faa04cef1b1ebf5c5d47eeaf7e812ed02cb7
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/augeas/augeas.mk | 3 ---
> 1 file changed, 3 deletions(-)
Both applied. Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/2] package/augeas: drop AUTORECONF
2019-09-07 20:09 [Buildroot] [PATCH 1/2] package/augeas: drop AUTORECONF Fabrice Fontaine
2019-09-07 20:09 ` [Buildroot] [PATCH 2/2] package/augeas: bump to version 1.12.0 Fabrice Fontaine
2019-09-07 21:23 ` [Buildroot] [PATCH 1/2] package/augeas: drop AUTORECONF Thomas Petazzoni
@ 2019-09-24 14:04 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2019-09-24 14:04 UTC (permalink / raw)
To: buildroot
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
> autoreconf is not needed since bump to version 1.10.1 in
> commit 3cd6faa04cef1b1ebf5c5d47eeaf7e812ed02cb7
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Committed to 2019.02.x, 2019.05.x and 2019.08.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-09-24 14:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-07 20:09 [Buildroot] [PATCH 1/2] package/augeas: drop AUTORECONF Fabrice Fontaine
2019-09-07 20:09 ` [Buildroot] [PATCH 2/2] package/augeas: bump to version 1.12.0 Fabrice Fontaine
2019-09-07 21:23 ` [Buildroot] [PATCH 1/2] package/augeas: drop AUTORECONF Thomas Petazzoni
2019-09-24 14:04 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox