mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-07 16:42:06 +00:00
Drop the patch for fixing printf formatting, its fixed differently upstream Forward port pthread_t printf patch Add -Wno-address-of-packed-member needed with gcc9 replace _append += with just _append syntax Signed-off-by: Khem Raj <raj.khem@gmail.com>
29 lines
803 B
BlitzBasic
29 lines
803 B
BlitzBasic
#
|
|
# Copyright (C) 2013 Wind River Systems, Inc.
|
|
#
|
|
|
|
SUMMARY = "Simple Protocol for Independent Computing Environments"
|
|
DESCRIPTION = "SPICE (the Simple Protocol for Independent Computing \
|
|
Environments) is a remote-display system built for virtual \
|
|
environments which allows users to view a computing 'desktop' \
|
|
environment - not only on its computer-server machine, but also from \
|
|
anywhere on the Internet and using a wide variety of machine \
|
|
architectures."
|
|
|
|
LICENSE = "BSD"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b37311cb5604f3e5cc2fb0fd23527e95"
|
|
|
|
PV = "0.14.0+git${SRCPV}"
|
|
|
|
SRCREV = "f72ece993aeaf23f77e2845562b20e5563e52ba0"
|
|
|
|
SRC_URI = " \
|
|
git://anongit.freedesktop.org/spice/spice-protocol \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools gettext pkgconfig
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|