blob: 3c8458baac84dd094f62e69468ef1842761507c9 [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
Andrew Geissler5082cc72023-09-11 08:41:39 -040019ALLOW_EMPTY:${PN} = "1"
20
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000021BBCLASSEXTEND = "native nativesdk"