Files
openwrt_yocto/meta-openembedded/meta-networking/recipes-support/spice/spice-protocol_0.14.4.bb
T
francis.wang 4c86c082a2 Initial commit: OpenWrt-Yocto monorepo
Combine poky (Yocto scarthgap), meta-openembedded (scarthgap), and
meta-openwrt into a single repository.

Components:
- poky/             Yocto core framework (BitBake + OE-Core)
- meta-openembedded/ Community layers (meta-oe, meta-python, meta-networking)
- meta-openwrt/     OpenWrt customization layer
- setup-env.sh      One-click build environment setup
- README.md         Project documentation
2026-07-11 13:28:01 +08:00

22 lines
532 B
BlitzBasic

#
# 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 = "6f453a775d87087c6ba59fc180c1a1e466631a47"
SRC_URI = "git://gitlab.freedesktop.org/spice/spice-protocol.git;protocol=https;branch=master"
S = "${WORKDIR}/git"
inherit meson pkgconfig
ALLOW_EMPTY:${PN} = "1"
BBCLASSEXTEND = "native nativesdk"