diff options
| author | Kyle Russell <bkylerussell@gmail.com> | 2017-06-16 22:54:44 -0400 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-06-19 19:30:44 +0200 |
| commit | 69c2c10a9d47ee6aa6e58a2c1752e8afc27e5a99 (patch) | |
| tree | 1c27b9a2a5e10379d50601fbe0dfbe9a7efaa176 /meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.10.bb | |
| parent | f0e8a034fabc94cac61b54d263f9f09e15c4ac40 (diff) | |
| download | meta-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.bb | 27 |
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 @@ | |||
| 1 | DESCRIPTION = "library for easy implementation of a RDP/VNC server" | ||
| 2 | HOMEPAGE = "https://libvnc.github.io" | ||
| 3 | SECTION = "libs" | ||
| 4 | PRIORITY = "optional" | ||
| 5 | LICENSE = "GPLv2" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=361b6b837cad26c6900a926b62aada5f" | ||
| 7 | |||
| 8 | DEPENDS += "zlib libsdl jpeg libpng gtk+ libgcrypt nettle gnutls gmp" | ||
| 9 | RDEPENDS_${PN} += "libpng gtk+ libgcrypt" | ||
| 10 | |||
| 11 | inherit autotools binconfig pkgconfig | ||
| 12 | |||
| 13 | SRC_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 | |||
| 20 | SRC_URI[md5sum] = "e883b6c7bd339a5e1c48645051abe5c4" | ||
| 21 | SRC_URI[sha256sum] = "583f28869b82aec57768d7d18cd7ff81bf092ecbbc1209b587c2c2cd68330250" | ||
| 22 | |||
| 23 | S = "${WORKDIR}/${BPN}-LibVNCServer-${PV}" | ||
| 24 | |||
| 25 | EXTRA_OECONF += "--without-libva" | ||
| 26 | |||
| 27 | TARGET_LDFLAGS += "-lgcrypt" | ||
