package/yavta: bump to latest version
authorEinar Jon Gunnarsson <tolvupostur@gmail.com>
Thu, 15 Apr 2021 11:20:56 +0000 (13:20 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Thu, 15 Apr 2021 21:01:50 +0000 (23:01 +0200)
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>
package/yavta/Config.in
package/yavta/yavta.hash [new file with mode: 0644]
package/yavta/yavta.mk

index 6a42a944d611816592c37d039e054e170fb75bec..8119133c339cfd98aa1e8358c488a88549b19363 100644 (file)
@@ -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 (file)
index 0000000..aa74284
--- /dev/null
@@ -0,0 +1,3 @@
+# Locally computed
+sha256  108a0ceec862b56a3fbcb3ad28a8744d9800555ccb3e11bdd94c8cd4614296d5  yavta-583bedefc2a247d2cfd32d1b4a0abbe3e2015c70-br1.tar.gz
+sha256  ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6  COPYING.GPL
index 4e3d76e3de27ef7c375635bfb6726649f632c880..984d0ff5e28716077a7f810af627d1452d4ef355 100644 (file)
@@ -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))