All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/libcamera: bump to version caf25dc5cfd11b965316f02610d49ae3d886716b
@ 2019-06-25 21:56 Kieran Bingham
  2019-06-27 20:31 ` Peter Korsgaard
  2019-07-07  6:21 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Kieran Bingham @ 2019-06-25 21:56 UTC (permalink / raw)
  To: buildroot

Buildroots autobuild identified a failure on GCC v6.2 and GCC v6.3,
producing the following warning (reported as error due to -Werror):

  event_dispatcher_poll.cpp:231:13: error: types may not be defined
      in a for-range-declaration [-Werror]

              for (const struct pollfd &pfd : pollfds) {
                         ^~~~~~
              cc1plus: all warnings being treated as errors

A fix has been integrated upstream, bump the package to incorporate it.

Fixes: http://autobuild.buildroot.net/results/f6dd4c60c04892c8b1669e6000fce7edb2b6349e/

Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
---
 package/libcamera/libcamera.hash | 2 +-
 package/libcamera/libcamera.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libcamera/libcamera.hash b/package/libcamera/libcamera.hash
index 0616bbdf816e..fc0a21670ef9 100644
--- a/package/libcamera/libcamera.hash
+++ b/package/libcamera/libcamera.hash
@@ -1,3 +1,3 @@
-sha256 cc4630139575dc0ea47899b1ea368fdfc5faf150c20cab5bef150de9f84c558e  libcamera-ab0188fc8bbb6f397ac3aa11c9377662b7bd88b0.tar.gz
+sha256 4073ee3429a28b19f65f1df107b87df9ee01e58dc3372fcc0fcafd3350a31c23  libcamera-caf25dc5cfd11b965316f02610d49ae3d886716b.tar.gz
 sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  licenses/gnu-gpl-2.0.txt
 sha256 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c  licenses/gnu-lgpl-2.1.txt
diff --git a/package/libcamera/libcamera.mk b/package/libcamera/libcamera.mk
index 5e17dd0b93c3..62c48607d4ff 100644
--- a/package/libcamera/libcamera.mk
+++ b/package/libcamera/libcamera.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 LIBCAMERA_SITE = https://git.linuxtv.org/libcamera.git
-LIBCAMERA_VERSION = ab0188fc8bbb6f397ac3aa11c9377662b7bd88b0
+LIBCAMERA_VERSION = caf25dc5cfd11b965316f02610d49ae3d886716b
 LIBCAMERA_SITE_METHOD = git
 LIBCAMERA_DEPENDENCIES = udev
 LIBCAMERA_CONF_OPTS = -Dtests=false -Ddocumentation=false
-- 
2.20.1

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

* [Buildroot] [PATCH] package/libcamera: bump to version caf25dc5cfd11b965316f02610d49ae3d886716b
  2019-06-25 21:56 [Buildroot] [PATCH] package/libcamera: bump to version caf25dc5cfd11b965316f02610d49ae3d886716b Kieran Bingham
@ 2019-06-27 20:31 ` Peter Korsgaard
  2019-07-07  6:21 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-06-27 20:31 UTC (permalink / raw)
  To: buildroot

>>>>> "Kieran" == Kieran Bingham <kieran.bingham@ideasonboard.com> writes:

 > Buildroots autobuild identified a failure on GCC v6.2 and GCC v6.3,
 > producing the following warning (reported as error due to -Werror):

 >   event_dispatcher_poll.cpp:231:13: error: types may not be defined
 >       in a for-range-declaration [-Werror]

 >               for (const struct pollfd &pfd : pollfds) {
 >                          ^~~~~~
 >               cc1plus: all warnings being treated as errors

 > A fix has been integrated upstream, bump the package to incorporate it.

 > Fixes: http://autobuild.buildroot.net/results/f6dd4c60c04892c8b1669e6000fce7edb2b6349e/

 > Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] package/libcamera: bump to version caf25dc5cfd11b965316f02610d49ae3d886716b
  2019-06-25 21:56 [Buildroot] [PATCH] package/libcamera: bump to version caf25dc5cfd11b965316f02610d49ae3d886716b Kieran Bingham
  2019-06-27 20:31 ` Peter Korsgaard
@ 2019-07-07  6:21 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-07-07  6:21 UTC (permalink / raw)
  To: buildroot

>>>>> "Kieran" == Kieran Bingham <kieran.bingham@ideasonboard.com> writes:

 > Buildroots autobuild identified a failure on GCC v6.2 and GCC v6.3,
 > producing the following warning (reported as error due to -Werror):

 >   event_dispatcher_poll.cpp:231:13: error: types may not be defined
 >       in a for-range-declaration [-Werror]

 >               for (const struct pollfd &pfd : pollfds) {
 >                          ^~~~~~
 >               cc1plus: all warnings being treated as errors

 > A fix has been integrated upstream, bump the package to incorporate it.

 > Fixes: http://autobuild.buildroot.net/results/f6dd4c60c04892c8b1669e6000fce7edb2b6349e/

 > Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>

Committed to 2019.05.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2019-07-07  6:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-25 21:56 [Buildroot] [PATCH] package/libcamera: bump to version caf25dc5cfd11b965316f02610d49ae3d886716b Kieran Bingham
2019-06-27 20:31 ` Peter Korsgaard
2019-07-07  6:21 ` 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.