diff options
Diffstat (limited to 'meta-networking/recipes-support/spice')
-rw-r--r-- | meta-networking/recipes-support/spice/libcacard_2.8.1.bb | 1 | ||||
-rw-r--r-- | meta-networking/recipes-support/spice/spice-gtk_0.42.bb | 8 | ||||
-rw-r--r-- | meta-networking/recipes-support/spice/spice-guest-vdagent_0.22.1.bb | 1 | ||||
-rw-r--r-- | meta-networking/recipes-support/spice/spice-protocol_0.14.4.bb | 1 | ||||
-rw-r--r-- | meta-networking/recipes-support/spice/spice_git.bb | 5 | ||||
-rw-r--r-- | meta-networking/recipes-support/spice/usbredir_0.14.0.bb (renamed from meta-networking/recipes-support/spice/usbredir_0.13.0.bb) | 3 |
6 files changed, 9 insertions, 10 deletions
diff --git a/meta-networking/recipes-support/spice/libcacard_2.8.1.bb b/meta-networking/recipes-support/spice/libcacard_2.8.1.bb index 65f2f80ace..1a2d9dc9c4 100644 --- a/meta-networking/recipes-support/spice/libcacard_2.8.1.bb +++ b/meta-networking/recipes-support/spice/libcacard_2.8.1.bb | |||
@@ -8,7 +8,6 @@ SRCREV = "7b07684ea6698d4885ff2062350ad8798a04de42" | |||
8 | 8 | ||
9 | SRC_URI = "git://gitlab.freedesktop.org/spice/libcacard.git;protocol=https;branch=master" | 9 | SRC_URI = "git://gitlab.freedesktop.org/spice/libcacard.git;protocol=https;branch=master" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | ||
12 | 11 | ||
13 | inherit meson pkgconfig | 12 | inherit meson pkgconfig |
14 | 13 | ||
diff --git a/meta-networking/recipes-support/spice/spice-gtk_0.42.bb b/meta-networking/recipes-support/spice/spice-gtk_0.42.bb index 82ce7067d9..3588d674f7 100644 --- a/meta-networking/recipes-support/spice/spice-gtk_0.42.bb +++ b/meta-networking/recipes-support/spice/spice-gtk_0.42.bb | |||
@@ -12,7 +12,8 @@ SRCREV = "f04479c16f0969fb394ebe74b6eff74e560a42f0" | |||
12 | 12 | ||
13 | SRC_URI = "gitsm://gitlab.freedesktop.org/spice/spice-gtk.git;protocol=https;branch=master" | 13 | SRC_URI = "gitsm://gitlab.freedesktop.org/spice/spice-gtk.git;protocol=https;branch=master" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | CVE_STATUS[CVE-2012-4425] = "fixed-version: fixed since 0.15.3" |
16 | |||
16 | 17 | ||
17 | DEPENDS = " \ | 18 | DEPENDS = " \ |
18 | ${@bb.utils.filter('DISTRO_FEATURES', 'polkit', d)} \ | 19 | ${@bb.utils.filter('DISTRO_FEATURES', 'polkit', d)} \ |
@@ -40,7 +41,7 @@ DEPENDS = " \ | |||
40 | " | 41 | " |
41 | DEPENDS:append:libc-musl = " libucontext" | 42 | DEPENDS:append:libc-musl = " libucontext" |
42 | 43 | ||
43 | RDEPENDS:${PN} = "python3-pyparsing python3-six usbids" | 44 | RDEPENDS:${PN} = "python3-pyparsing python3-six hwdata" |
44 | 45 | ||
45 | inherit meson pkgconfig vala gobject-introspection features_check gtk-doc | 46 | inherit meson pkgconfig vala gobject-introspection features_check gtk-doc |
46 | 47 | ||
@@ -59,8 +60,9 @@ do_configure:prepend() { | |||
59 | PACKAGECONFIG ??= "${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'vapi', '', d)} smartcard" | 60 | PACKAGECONFIG ??= "${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'vapi', '', d)} smartcard" |
60 | PACKAGECONFIG[vapi] = "-Dvapi=enabled,-Dvapi=disabled" | 61 | PACKAGECONFIG[vapi] = "-Dvapi=enabled,-Dvapi=disabled" |
61 | PACKAGECONFIG[smartcard] = "-Dsmartcard=enabled,-Dsmartcard=disabled,libcacard" | 62 | PACKAGECONFIG[smartcard] = "-Dsmartcard=enabled,-Dsmartcard=disabled,libcacard" |
63 | PACKAGECONFIG[webdav] = "-Dwebdav=enabled,-Dwebdav=disabled,phodav libsoup" | ||
62 | 64 | ||
63 | EXTRA_OEMESON = "-Dpie=true -Dusb-ids-path=${datadir}/usb.ids " | 65 | EXTRA_OEMESON = "-Dpie=true -Dusb-ids-path=${datadir}/hwdata/usb.ids " |
64 | EXTRA_OEMESON:append:libc-musl = " -Dcoroutine=libucontext" | 66 | EXTRA_OEMESON:append:libc-musl = " -Dcoroutine=libucontext" |
65 | 67 | ||
66 | LDFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-lld', ' -Wl,--undefined-version', '', d)}" | 68 | LDFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-lld', ' -Wl,--undefined-version', '', d)}" |
diff --git a/meta-networking/recipes-support/spice/spice-guest-vdagent_0.22.1.bb b/meta-networking/recipes-support/spice/spice-guest-vdagent_0.22.1.bb index 3af973eed1..b13dd5d148 100644 --- a/meta-networking/recipes-support/spice/spice-guest-vdagent_0.22.1.bb +++ b/meta-networking/recipes-support/spice/spice-guest-vdagent_0.22.1.bb | |||
@@ -7,7 +7,6 @@ SRCREV = "aa08162f036840d3e33502dc0a836b03b9cec97c" | |||
7 | 7 | ||
8 | SRC_URI = "git://gitlab.freedesktop.org/spice/linux/vd_agent.git;protocol=https;branch=master" | 8 | SRC_URI = "git://gitlab.freedesktop.org/spice/linux/vd_agent.git;protocol=https;branch=master" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | ||
11 | 10 | ||
12 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 11 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
13 | REQUIRED_DISTRO_FEATURES = "opengl x11" | 12 | REQUIRED_DISTRO_FEATURES = "opengl x11" |
diff --git a/meta-networking/recipes-support/spice/spice-protocol_0.14.4.bb b/meta-networking/recipes-support/spice/spice-protocol_0.14.4.bb index 3c8458baac..7f08eebee7 100644 --- a/meta-networking/recipes-support/spice/spice-protocol_0.14.4.bb +++ b/meta-networking/recipes-support/spice/spice-protocol_0.14.4.bb | |||
@@ -12,7 +12,6 @@ SRCREV = "6f453a775d87087c6ba59fc180c1a1e466631a47" | |||
12 | 12 | ||
13 | SRC_URI = "git://gitlab.freedesktop.org/spice/spice-protocol.git;protocol=https;branch=master" | 13 | SRC_URI = "git://gitlab.freedesktop.org/spice/spice-protocol.git;protocol=https;branch=master" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | ||
16 | 15 | ||
17 | inherit meson pkgconfig | 16 | inherit meson pkgconfig |
18 | 17 | ||
diff --git a/meta-networking/recipes-support/spice/spice_git.bb b/meta-networking/recipes-support/spice/spice_git.bb index 419316a26e..c9418a1765 100644 --- a/meta-networking/recipes-support/spice/spice_git.bb +++ b/meta-networking/recipes-support/spice/spice_git.bb | |||
@@ -19,8 +19,9 @@ SRCREV = "0c2c1413a8b387ea597a95b6c867470a7c56c8ab" | |||
19 | 19 | ||
20 | SRC_URI = "gitsm://gitlab.freedesktop.org/spice/spice;branch=master;protocol=https" | 20 | SRC_URI = "gitsm://gitlab.freedesktop.org/spice/spice;branch=master;protocol=https" |
21 | 21 | ||
22 | S = "${WORKDIR}/git" | ||
23 | 22 | ||
23 | CVE_STATUS[CVE-2016-0749] = "fixed-version: patched since 0.13.2" | ||
24 | CVE_STATUS[CVE-2016-2150] = "fixed-version: patched since 0.13.2" | ||
24 | CVE_STATUS[CVE-2018-10893] = "fixed-version: patched already, caused by inaccurate CPE in the NVD database." | 25 | CVE_STATUS[CVE-2018-10893] = "fixed-version: patched already, caused by inaccurate CPE in the NVD database." |
25 | 26 | ||
26 | inherit meson gettext python3native python3-dir pkgconfig | 27 | inherit meson gettext python3native python3-dir pkgconfig |
@@ -28,7 +29,7 @@ inherit meson gettext python3native python3-dir pkgconfig | |||
28 | DEPENDS = "spice-protocol jpeg pixman alsa-lib glib-2.0 gdk-pixbuf lz4 orc python3-pyparsing-native python3-six-native glib-2.0-native zlib" | 29 | DEPENDS = "spice-protocol jpeg pixman alsa-lib glib-2.0 gdk-pixbuf lz4 orc python3-pyparsing-native python3-six-native glib-2.0-native zlib" |
29 | DEPENDS:append:class-nativesdk = " nativesdk-openssl" | 30 | DEPENDS:append:class-nativesdk = " nativesdk-openssl" |
30 | 31 | ||
31 | export PYTHON="${STAGING_BINDIR_NATIVE}/python3-native/python3" | 32 | export PYTHON = "${STAGING_BINDIR_NATIVE}/python3-native/python3" |
32 | 33 | ||
33 | do_configure:prepend() { | 34 | do_configure:prepend() { |
34 | echo ${PV} > ${S}/.tarball-version | 35 | echo ${PV} > ${S}/.tarball-version |
diff --git a/meta-networking/recipes-support/spice/usbredir_0.13.0.bb b/meta-networking/recipes-support/spice/usbredir_0.14.0.bb index 3a73f9b189..81c7fdf0c8 100644 --- a/meta-networking/recipes-support/spice/usbredir_0.13.0.bb +++ b/meta-networking/recipes-support/spice/usbredir_0.14.0.bb | |||
@@ -7,11 +7,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | |||
7 | 7 | ||
8 | DEPENDS = "libusb1 glib-2.0" | 8 | DEPENDS = "libusb1 glib-2.0" |
9 | 9 | ||
10 | SRCREV = "5fc0e1c43194d948545941d408f4c10d084eb6ed" | 10 | SRCREV = "2d373432e604960c1dcc14fb97098febe4d64025" |
11 | 11 | ||
12 | SRC_URI = "git://gitlab.freedesktop.org/spice/usbredir;branch=main;protocol=https" | 12 | SRC_URI = "git://gitlab.freedesktop.org/spice/usbredir;branch=main;protocol=https" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | ||
15 | 14 | ||
16 | inherit meson pkgconfig | 15 | inherit meson pkgconfig |
17 | 16 | ||