* [Buildroot] [PATCHv2] package/v4l2grab: update version to fix build
@ 2015-12-20 10:29 Yann E. MORIN
2015-12-20 12:45 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Yann E. MORIN @ 2015-12-20 10:29 UTC (permalink / raw)
To: buildroot
v4l2grab uses clock_gettime which is provided by -lrt, so we must check
and link with it.
Also, silence autoreconf when outside a git tree.
Fixes:
http://autobuild.buildroot.org/results/9df/9df2c09963b97524621f8323b279b8a1672d4b6c/
http://autobuild.buildroot.org/results/448/4484bda010442033d0536a95f45370701c071f92/
http://autobuild.buildroot.org/results/b1c/b1ca0c984ec51518a4090039a86a1814582c3c2b/
...
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Volkov Viacheslav <sv99@inbox.ru>
---
Changes v1 -> v2:
- update version with patches applied upstream
- consequently, drop our local patches (Yeah!)
---
package/v4l2grab/v4l2grab.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/v4l2grab/v4l2grab.mk b/package/v4l2grab/v4l2grab.mk
index 500f0df..b6f26c6 100644
--- a/package/v4l2grab/v4l2grab.mk
+++ b/package/v4l2grab/v4l2grab.mk
@@ -4,7 +4,7 @@
#
################################################################################
-V4L2GRAB_VERSION = 0abed72532bee02e545a1924b6883c839d50febf
+V4L2GRAB_VERSION = 6a52a234e227a30e16591d1a0e7afc52a2c5d964
V4L2GRAB_SITE = $(call github,twam,v4l2grab,$(V4L2GRAB_VERSION))
V4L2GRAB_LICENSE = GPLv2+
V4L2GRAB_LICENSE_FILES = LICENSE.md
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCHv2] package/v4l2grab: update version to fix build
2015-12-20 10:29 [Buildroot] [PATCHv2] package/v4l2grab: update version to fix build Yann E. MORIN
@ 2015-12-20 12:45 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-12-20 12:45 UTC (permalink / raw)
To: buildroot
Dear Yann E. MORIN,
On Sun, 20 Dec 2015 11:29:37 +0100, Yann E. MORIN wrote:
> v4l2grab uses clock_gettime which is provided by -lrt, so we must check
> and link with it.
>
> Also, silence autoreconf when outside a git tree.
>
> Fixes:
> http://autobuild.buildroot.org/results/9df/9df2c09963b97524621f8323b279b8a1672d4b6c/
> http://autobuild.buildroot.org/results/448/4484bda010442033d0536a95f45370701c071f92/
> http://autobuild.buildroot.org/results/b1c/b1ca0c984ec51518a4090039a86a1814582c3c2b/
> ...
>
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> Cc: Volkov Viacheslav <sv99@inbox.ru>
>
> ---
> Changes v1 -> v2:
> - update version with patches applied upstream
> - consequently, drop our local patches (Yeah!)
> ---
> package/v4l2grab/v4l2grab.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-12-20 12:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-20 10:29 [Buildroot] [PATCHv2] package/v4l2grab: update version to fix build Yann E. MORIN
2015-12-20 12:45 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox