X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-graphics%2Flibvncserver%2Flibvncserver_0.9.14.bb;h=32788171ee4bca1a8b8020a10f82bbd80d8952b6;hb=83b8f9a263d95ed693f00c1bfbb968de236f736a;hp=50bdad57d5b148f0af82c9f8ee5af9a8e73bf087;hpb=d8a159ad1fdc64c65453484c4a5750a3426f765e;p=AGL%2Fmeta-agl-demo.git 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}"