blob: be9dba32f137539a366ae4aeb0535e9c18e6dbd1 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001#
2# Copyright (C) 2013 Wind River Systems, Inc.
3#
4
5SUMMARY = "Simple Protocol for Independent Computing Environments"
6DESCRIPTION = "SPICE (the Simple Protocol for Independent Computing \
7Environments) is a remote-display system built for virtual \
8environments which allows users to view a computing 'desktop' \
9environment - not only on its computer-server machine, but also from \
10anywhere on the Internet and using a wide variety of machine \
11architectures."
12
13LICENSE = "BSD"
14LIC_FILES_CHKSUM = "file://COPYING;md5=b37311cb5604f3e5cc2fb0fd23527e95"
15
Brad Bishop15ae2502019-06-18 21:44:24 -040016PV = "0.14.0+git${SRCPV}"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080017
Brad Bishop15ae2502019-06-18 21:44:24 -040018SRCREV = "f72ece993aeaf23f77e2845562b20e5563e52ba0"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080019
20SRC_URI = " \
21 git://anongit.freedesktop.org/spice/spice-protocol \
22"
23
24S = "${WORKDIR}/git"
25
26inherit autotools gettext pkgconfig
27
28BBCLASSEXTEND = "native nativesdk"