summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/spice/spice-protocol_1.14.3.bb
blob: 1ea606bb6d669fe36f0b6be066ec76e6f6bf7b65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# Copyright (C) 2013 Wind River Systems, Inc.
#

SUMMARY = "Simple Protocol for Independent Computing Environments (protocol definition"
HOMEPAGE = "https://spice-space.org"

LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=b37311cb5604f3e5cc2fb0fd23527e95"

SRCREV = "90b57dace404db564a8e034ad4427b9951071bcd"

SRC_URI = "git://gitlab.freedesktop.org/spice/spice-protocol.git;protocol=https;branch=master"

S = "${WORKDIR}/git"

inherit meson pkgconfig

BBCLASSEXTEND = "native nativesdk"