diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-05-11 16:16:15 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-05-31 09:15:45 +0000 |
commit | 1b7b7213e7a77d35b30cea990dfe03f32c0f5bea (patch) | |
tree | a29ec72ed7a9ee4b8944e5f28037f18691e8c0d7 /recipes-graphics | |
parent | 50f330e3d09bffcfe070fc5ec30a6a47ceeb45df (diff) |
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 <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/libvncserver/libvncserver_0.9.14.bb | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/recipes-graphics/libvncserver/libvncserver_0.9.14.bb b/recipes-graphics/libvncserver/libvncserver_0.9.14.bb index 50bdad57d..32788171e 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}" |