blob: 9ce019ed86ad6e4e67dbff09605b71aae056919e [file] [log] [blame]
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00001#
2# Copyright (C) 2013 Wind River Systems, Inc.
3#
4
5SUMMARY = "Simple Protocol for Independent Computing Environments (protocol definition"
6HOMEPAGE = "https://spice-space.org"
7
8LICENSE = "BSD-3-Clause"
9LIC_FILES_CHKSUM = "file://COPYING;md5=b37311cb5604f3e5cc2fb0fd23527e95"
10
11SRCREV = "6f453a775d87087c6ba59fc180c1a1e466631a47"
12
13SRC_URI = "git://gitlab.freedesktop.org/spice/spice-protocol.git;protocol=https;branch=master"
14
15S = "${WORKDIR}/git"
16
17inherit meson pkgconfig
18
19BBCLASSEXTEND = "native nativesdk"