summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.10.bb
diff options
context:
space:
mode:
authorKyle Russell <bkylerussell@gmail.com>2017-06-16 22:54:44 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2017-06-19 19:30:44 +0200
commit69c2c10a9d47ee6aa6e58a2c1752e8afc27e5a99 (patch)
tree1c27b9a2a5e10379d50601fbe0dfbe9a7efaa176 /meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.10.bb
parentf0e8a034fabc94cac61b54d263f9f09e15c4ac40 (diff)
downloadmeta-openembedded-69c2c10a9d47ee6aa6e58a2c1752e8afc27e5a99.tar.gz
libvncserver: upgrade to 0.9.11
- Updates the SRC_URI to pull from the github project instead of debian - Removes the need for the configure.ac patch since the github archive still contains the webclient directory, no impact to built packages - sha1.c patch now included on 0.9.11 - adds systemd dependency for distros building with systemd - removes conf flag for libva since that support has been removed in 0.9.11 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.10.bb')
-rw-r--r--meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.10.bb27
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.10.bb b/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.10.bb
deleted file mode 100644
index 0eba87c5b2..0000000000
--- a/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.10.bb
+++ /dev/null
@@ -1,27 +0,0 @@
1DESCRIPTION = "library for easy implementation of a RDP/VNC server"
2HOMEPAGE = "https://libvnc.github.io"
3SECTION = "libs"
4PRIORITY = "optional"
5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=361b6b837cad26c6900a926b62aada5f"
7
8DEPENDS += "zlib libsdl jpeg libpng gtk+ libgcrypt nettle gnutls gmp"
9RDEPENDS_${PN} += "libpng gtk+ libgcrypt"
10
11inherit autotools binconfig pkgconfig
12
13SRC_URI = "\
14 ${DEBIAN_MIRROR}/main/libv/libvncserver/libvncserver_0.9.10+dfsg.orig.tar.xz \
15 file://0001-remove-webclients-build.patch \
16 file://0002-common-add-sha1.patch \
17 file://0002-format_string.patch \
18"
19
20SRC_URI[md5sum] = "e883b6c7bd339a5e1c48645051abe5c4"
21SRC_URI[sha256sum] = "583f28869b82aec57768d7d18cd7ff81bf092ecbbc1209b587c2c2cd68330250"
22
23S = "${WORKDIR}/${BPN}-LibVNCServer-${PV}"
24
25EXTRA_OECONF += "--without-libva"
26
27TARGET_LDFLAGS += "-lgcrypt"