[Buildroot] [PATCH] libv4l: Bump version to 1.0.1

Ezequiel Garcia ezequiel at vanguardiasur.com.ar
Wed Jul 2 02:35:17 UTC 2014


On 01 Jul 11:26 PM, Thomas Petazzoni wrote:
> On Sun, 29 Jun 2014 18:18:34 -0300, Ezequiel Garcia wrote:
> 
> > -config BR2_PACKAGE_LIBV4L_V4L2_CTL
> > -	bool "v4l2-ctl"
> > -	depends on BR2_INSTALL_LIBSTDCPP
> > +config BR2_PACKAGE_LIBV4L_JPEG
> > +	bool "JPEG support"
> 
> I think there needs to be a justification as to why we want a
> sub-option to enable jpeg support, as opposed to have it directly
> handled as an optional dependency in the .mk file by testing
> BR2_PACKAGE_JPEG.
> 

That could work, as long as we have a comment to show the dependency
in the menu. Otherwise, I don't like to "hide" this from a user wanting
to enable or disable this.

> > -comment "libv4l needs a toolchain w/ largefile, threads"
> > +comment "libv4l needs a toolchain w/ largefile, threads and C++"
> >  	depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
> > +	depends on !BR2_INSTALL_LIBSTDCPP
> 
> The main problem is here, you should use:
> 
> 	depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP
> 
> Otherwise, the comment will not get displayed in the proper situations.
> 
> Can you fix that up and resend?
> 

No problem.

-- 
Ezequiel Garcia, VanguardiaSur
www.vanguardiasur.com.ar



More information about the buildroot mailing list