mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
libv4l: bump version
And add tarball hashes. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
3
package/libv4l/libv4l.hash
Normal file
3
package/libv4l/libv4l.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha1 e0b74818e6f4a4b8974e152f4c00bec6c62265e5 v4l-utils-1.6.0.tar.bz2
|
||||
sha256 6054d3120c67a1524993e699b3b02036c817bb000b742c332682163966dc7605 v4l-utils-1.6.0.tar.bz2
|
||||
@@ -4,11 +4,12 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBV4L_VERSION = 1.0.1
|
||||
LIBV4L_VERSION = 1.6.0
|
||||
LIBV4L_SOURCE = v4l-utils-$(LIBV4L_VERSION).tar.bz2
|
||||
LIBV4L_SITE = http://linuxtv.org/downloads/v4l-utils
|
||||
LIBV4L_INSTALL_STAGING = YES
|
||||
LIBV4L_DEPENDENCIES = host-pkgconf
|
||||
LIBV4L_CONF_OPTS = --disable-doxygen-doc
|
||||
|
||||
# v4l-utils components have different licences, see v4l-utils.spec for details
|
||||
LIBV4L_LICENSE = GPLv2+ (utilities), LGPLv2.1+ (libraries)
|
||||
@@ -26,6 +27,13 @@ else
|
||||
LIBV4L_CONF_OPTS += --without-jpeg
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_HAS_UDEV),y)
|
||||
LIBV4L_CONF_OPTS += --with-libudev
|
||||
LIBV4L_DEPENDENCIES += udev
|
||||
else
|
||||
LIBV4L_CONF_OPTS += --without-libudev
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBV4L_UTILS),y)
|
||||
LIBV4L_CONF_OPTS += --enable-v4l-utils
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user