package/yavta: bump to latest version

Add hash file
Convert to meson build
Use https instead of http and git

Signed-off-by: Einar Jon Gunnarsson <tolvupostur@gmail.com>
[yann.morin.1998@free.fr: also switch repo to https]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Einar Jon Gunnarsson 2021-04-15 13:20:56 +02:00 committed by Yann E. MORIN
parent 148e8c92b9
commit 87ba7be02f
3 changed files with 8 additions and 12 deletions

View File

@ -3,4 +3,4 @@ config BR2_PACKAGE_YAVTA
help help
Yet Another V4L2 Test Application Yet Another V4L2 Test Application
http://git.ideasonboard.org/yavta.git https://git.ideasonboard.org/yavta.git

3
package/yavta/yavta.hash Normal file
View File

@ -0,0 +1,3 @@
# Locally computed
sha256 108a0ceec862b56a3fbcb3ad28a8744d9800555ccb3e11bdd94c8cd4614296d5 yavta-583bedefc2a247d2cfd32d1b4a0abbe3e2015c70-br1.tar.gz
sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING.GPL

View File

@ -4,17 +4,10 @@
# #
################################################################################ ################################################################################
YAVTA_VERSION = 82ff2efdb9787737b9f21b6f4759f077c827b238 YAVTA_VERSION = 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70
YAVTA_SITE = git://git.ideasonboard.org/yavta.git YAVTA_SITE = https://git.ideasonboard.org/git/yavta.git
YAVTA_SITE_METHOD = git
YAVTA_LICENSE = GPL-2.0+ YAVTA_LICENSE = GPL-2.0+
YAVTA_LICENSE_FILES = COPYING.GPL YAVTA_LICENSE_FILES = COPYING.GPL
define YAVTA_BUILD_CMDS $(eval $(meson-package))
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
endef
define YAVTA_INSTALL_TARGET_CMDS
$(INSTALL) -m 0755 -D $(@D)/yavta $(TARGET_DIR)/usr/bin/yavta
endef
$(eval $(generic-package))