diff options
| author | Markus Volk <f_l_k@t-online.de> | 2023-08-23 14:19:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-08-26 17:32:44 -0700 |
| commit | 1b8c39fe9834ed7b6f8857152f369027ffd0a35e (patch) | |
| tree | e3bec3afd072895467b9cb57919932980024e51e | |
| parent | 93a23d595ff8106488e51914058383514c55409d (diff) | |
| download | meta-openembedded-1b8c39fe9834ed7b6f8857152f369027ffd0a35e.tar.gz | |
usbredir: upgrade 0.9.0 -> 0.13.0
-switch to meson buildsystem
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-support/spice/usbredir_0.13.0.bb (renamed from meta-networking/recipes-support/spice/usbredir_0.9.0.bb) | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/meta-networking/recipes-support/spice/usbredir_0.9.0.bb b/meta-networking/recipes-support/spice/usbredir_0.13.0.bb index 452491023e..3a73f9b189 100644 --- a/meta-networking/recipes-support/spice/usbredir_0.9.0.bb +++ b/meta-networking/recipes-support/spice/usbredir_0.13.0.bb | |||
| @@ -5,16 +5,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | |||
| 5 | file://COPYING.LIB;md5=4b54a1fd55a448865a0b32d41598759d \ | 5 | file://COPYING.LIB;md5=4b54a1fd55a448865a0b32d41598759d \ |
| 6 | " | 6 | " |
| 7 | 7 | ||
| 8 | DEPENDS = "libusb1" | 8 | DEPENDS = "libusb1 glib-2.0" |
| 9 | 9 | ||
| 10 | SRCREV = "bca484fc6f206ab9da2f73e8a0118fad45374d4e" | 10 | SRCREV = "5fc0e1c43194d948545941d408f4c10d084eb6ed" |
| 11 | 11 | ||
| 12 | SRC_URI = " \ | 12 | SRC_URI = "git://gitlab.freedesktop.org/spice/usbredir;branch=main;protocol=https" |
| 13 | git://anongit.freedesktop.org/spice/usbredir;branch=master \ | ||
| 14 | " | ||
| 15 | 13 | ||
| 16 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 17 | 15 | ||
| 18 | inherit autotools pkgconfig | 16 | inherit meson pkgconfig |
| 19 | 17 | ||
| 20 | BBCLASSEXTEND = "native nativesdk" | 18 | BBCLASSEXTEND = "native nativesdk" |
