From 1b7b7213e7a77d35b30cea990dfe03f32c0f5bea Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Thu, 11 May 2023 16:16:15 +0200 Subject: Ensure all layers do pass yocto-check-layer and run-yocto-check-layer.sh scripts Ensure the layers do pass again and that the scripts are up-to-date. Bug-AGL: SPEC-4680 Bug-AGL: SPEC-4685 Change-Id: I65cc70f657c9c56e396764699930cfa74d893364 Signed-off-by: Jan-Simon Moeller --- recipes-graphics/libvncserver/libvncserver_0.9.14.bb | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'recipes-graphics/libvncserver/libvncserver_0.9.14.bb') diff --git a/recipes-graphics/libvncserver/libvncserver_0.9.14.bb b/recipes-graphics/libvncserver/libvncserver_0.9.14.bb index 50bdad57..32788171 100644 --- a/recipes-graphics/libvncserver/libvncserver_0.9.14.bb +++ b/recipes-graphics/libvncserver/libvncserver_0.9.14.bb @@ -5,6 +5,13 @@ PRIORITY = "optional" LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=361b6b837cad26c6900a926b62aada5f" +SRC_URI = "git://github.com/LibVNC/libvncserver;branch=master;protocol=https" +SRCREV := "10e9eb75f73e973725dc75c373de5d89807af028" + +S = "${WORKDIR}/git" + +inherit cmake + # ffmpeg support is not currently compatible with ffmpeg 5.0 PACKAGECONFIG ??= " \ 24bpp \ @@ -42,11 +49,6 @@ PACKAGECONFIG[zlib] = "-DWITH_ZLIB=ON,-DWITH_ZLIB=OFF,zlib" PACKAGE_BEFORE_PN = "libvncclient" FILES:libvncclient = "${libdir}/libvncclient.*" -inherit cmake -SRC_URI = "git://github.com/LibVNC/libvncserver;branch=master;protocol=https" -SRCREV = "10e9eb75f73e973725dc75c373de5d89807af028" - -S = "${WORKDIR}/git" EXTRA_OECMAKE = "-DMAKE_INSTALL_LIBDIR=${libdir}" -- cgit 1.2.3-korg