[oe] [meta-oe][PATCH] meta-oe: recipes-graphics: add libvncserver recipe

Martin Jansa martin.jansa at gmail.com
Thu Oct 8 10:08:05 UTC 2015


On Wed, Sep 30, 2015 at 10:20:00AM +0300, Ioan-Adrian Ratiu wrote:
> Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu at ni.com>
> ---
>  .../libvncserver/libvncserver_0.9.10.bb              | 20 ++++++++++++++++++++
>  1 file changed, 20 insertions(+)
>  create mode 100644 meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.10.bb
> 
> diff --git a/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.10.bb b/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.10.bb
> new file mode 100644
> index 0000000..841506a
> --- /dev/null
> +++ b/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.10.bb
> @@ -0,0 +1,20 @@
> +DESCRIPTION = "library for easy implementation of a RDP/VNC server"
> +HOMEPAGE = "https://libvnc.github.io"
> +SECTION = "libs"
> +PRIORITY = "optional"
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=361b6b837cad26c6900a926b62aada5f"
> +
> +DEPENDS += "zlib jpeg libpng gtk+ libgcrypt nettle gnutls gmp"
> +RDEPENDS_${PN} += "libpng gtk+ libgcrypt"

It conflicts with x11vnc:
http://errors.yoctoproject.org/Errors/Details/20233/

> +
> +inherit autotools pkgconfig
> +
> +SRC_URI  = "https://github.com/LibVNC/libvncserver/archive/LibVNCServer-0.9.10.tar.gz"

github archives don't have stable SRC_URI checksums, because they can be
re-generated from time to time, use git directly.

> +SRC_URI[md5sum] = "e1b888fae717b06896f8aec100163d27"
> +SRC_URI[sha256sum] = "ed10819a5bfbf269969f97f075939cc38273cc1b6d28bccfb0999fba489411f7"
> +
> +S = "${WORKDIR}/${PN}-LibVNCServer-${PV}"
> +
> +EXTRA_OEMAKE_append=" SUBDIRS='libvncserver' "
> -- 
> 2.1.4
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20151008/2ffeda99/attachment-0002.sig>


More information about the Openembedded-devel mailing list