blob: ca683bf220508a4753cd12f4d0937c0275e2e3ef [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
Brad Bishop2d39a062019-10-28 08:33:36 -040013LICENSE = "BSD-3-Clause"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080014LIC_FILES_CHKSUM = "file://COPYING;md5=b37311cb5604f3e5cc2fb0fd23527e95"
15
Andrew Geissler82c905d2020-04-13 13:39:40 -050016PV = "0.14.1+git${SRCPV}"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080017
Andrew Geissler82c905d2020-04-13 13:39:40 -050018SRCREV = "e0ec178a72aa33e307ee5ac02b63bf336da921a5"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080019
20SRC_URI = " \
Andrew Geissler595f6302022-01-24 19:11:47 +000021 git://anongit.freedesktop.org/spice/spice-protocol;branch=master \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080022"
23
24S = "${WORKDIR}/git"
25
26inherit autotools gettext pkgconfig
27
28BBCLASSEXTEND = "native nativesdk"