From f3f3e9b1b451a4b33ca65d504faddc958152643f Mon Sep 17 00:00:00 2001 From: Einar Gunnarsson Date: Tue, 10 Sep 2024 12:49:36 +0000 Subject: yavta: Update to kernel 6.8 Additional changes: Use https protocol for git fetch Build with meson Signed-off-by: Einar Jon Gunnarsson Signed-off-by: Khem Raj --- meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb b/meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb index c4f31c033f..db00c67b16 100644 --- a/meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb +++ b/meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb @@ -2,9 +2,9 @@ SUMMARY = "Yet Another V4L2 Test Application" LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" -SRC_URI = "git://git.ideasonboard.org/yavta.git;branch=master \ +SRC_URI = "git://git.ideasonboard.org/yavta.git;branch=master;protocol=https \ " -SRCREV = "65f740aa1758531fd810339bc1b7d1d33666e28a" +SRCREV = "323facd1d5bd6251eec70dd5c1484a12ce01202a" PV = "0.0" S = "${WORKDIR}/git" @@ -12,16 +12,4 @@ S = "${WORKDIR}/git" # Upstream repo does not tag UPSTREAM_CHECK_COMMITS = "1" -EXTRA_OEMAKE = "-e MAKEFLAGS=" - -# The yavta sources include copies of the headers required to build in the -# include directory. The Makefile uses CFLAGS to include these, but since -# we override the CFLAGS then we need to add this include path back in. -CFLAGS += "-I${S}/include" - -do_install() { - install -d ${D}${bindir} - install -m 0755 yavta ${D}${bindir} -} - - +inherit meson -- cgit v1.2.3-54-g00ecf