From: Einar Jon Gunnarsson Date: Thu, 15 Apr 2021 11:20:56 +0000 (+0200) Subject: package/yavta: bump to latest version X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=87ba7be02fdd185668f86a59539343c70e1108e0;p=buildroot.git 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 [yann.morin.1998@free.fr: also switch repo to https] Signed-off-by: Yann E. MORIN --- diff --git a/package/yavta/Config.in b/package/yavta/Config.in index 6a42a944d6..8119133c33 100644 --- a/package/yavta/Config.in +++ b/package/yavta/Config.in @@ -3,4 +3,4 @@ config BR2_PACKAGE_YAVTA help Yet Another V4L2 Test Application - http://git.ideasonboard.org/yavta.git + https://git.ideasonboard.org/yavta.git diff --git a/package/yavta/yavta.hash b/package/yavta/yavta.hash new file mode 100644 index 0000000000..aa74284d89 --- /dev/null +++ b/package/yavta/yavta.hash @@ -0,0 +1,3 @@ +# Locally computed +sha256 108a0ceec862b56a3fbcb3ad28a8744d9800555ccb3e11bdd94c8cd4614296d5 yavta-583bedefc2a247d2cfd32d1b4a0abbe3e2015c70-br1.tar.gz +sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING.GPL diff --git a/package/yavta/yavta.mk b/package/yavta/yavta.mk index 4e3d76e3de..984d0ff5e2 100644 --- a/package/yavta/yavta.mk +++ b/package/yavta/yavta.mk @@ -4,17 +4,10 @@ # ################################################################################ -YAVTA_VERSION = 82ff2efdb9787737b9f21b6f4759f077c827b238 -YAVTA_SITE = git://git.ideasonboard.org/yavta.git +YAVTA_VERSION = 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 +YAVTA_SITE = https://git.ideasonboard.org/git/yavta.git +YAVTA_SITE_METHOD = git YAVTA_LICENSE = GPL-2.0+ YAVTA_LICENSE_FILES = COPYING.GPL -define YAVTA_BUILD_CMDS - $(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)) +$(eval $(meson-package))