blob: 30d0a76752a40d8f1961edac2e0e2f0da90e5848 [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
16PV = "0.12.13+git${SRCPV}"
17
18SRCREV = "87441524f4e7b79658e42bd8f1f6c3e3c8649aa5"
19
20SRC_URI = " \
21 git://anongit.freedesktop.org/spice/spice-protocol \
22"
23
24S = "${WORKDIR}/git"
25
26inherit autotools gettext pkgconfig
27
28BBCLASSEXTEND = "native nativesdk"