summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2024-04-22 15:00:00 +0200
committerKhem Raj <raj.khem@gmail.com>2024-04-22 22:59:31 -0700
commit99833f316fda304d1ed6151561c972ced1618137 (patch)
tree44e73acf9f6acf27978bda788c74bdad6ea954cc
parentbf9b8af24994979b4958d45e95884b77da682c4c (diff)
downloadmeta-openembedded-99833f316fda304d1ed6151561c972ced1618137.tar.gz
spice-gtk: use hwdata instead of usbids
spice-gtk seems to be the last recipe in meta-openembedded that uses usbids instead of hwdata. 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/spice-gtk_0.42.bb4
1 files changed, 2 insertions, 2 deletions
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 82ce7067d..b7c43bf2d 100644
--- a/meta-networking/recipes-support/spice/spice-gtk_0.42.bb
+++ b/meta-networking/recipes-support/spice/spice-gtk_0.42.bb
@@ -40,7 +40,7 @@ DEPENDS = " \
40" 40"
41DEPENDS:append:libc-musl = " libucontext" 41DEPENDS:append:libc-musl = " libucontext"
42 42
43RDEPENDS:${PN} = "python3-pyparsing python3-six usbids" 43RDEPENDS:${PN} = "python3-pyparsing python3-six hwdata"
44 44
45inherit meson pkgconfig vala gobject-introspection features_check gtk-doc 45inherit meson pkgconfig vala gobject-introspection features_check gtk-doc
46 46
@@ -60,7 +60,7 @@ PACKAGECONFIG ??= "${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'vapi', '', d
60PACKAGECONFIG[vapi] = "-Dvapi=enabled,-Dvapi=disabled" 60PACKAGECONFIG[vapi] = "-Dvapi=enabled,-Dvapi=disabled"
61PACKAGECONFIG[smartcard] = "-Dsmartcard=enabled,-Dsmartcard=disabled,libcacard" 61PACKAGECONFIG[smartcard] = "-Dsmartcard=enabled,-Dsmartcard=disabled,libcacard"
62 62
63EXTRA_OEMESON = "-Dpie=true -Dusb-ids-path=${datadir}/usb.ids " 63EXTRA_OEMESON = "-Dpie=true -Dusb-ids-path=${datadir}/hwdata/usb.ids "
64EXTRA_OEMESON:append:libc-musl = " -Dcoroutine=libucontext" 64EXTRA_OEMESON:append:libc-musl = " -Dcoroutine=libucontext"
65 65
66LDFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-lld', ' -Wl,--undefined-version', '', d)}" 66LDFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-lld', ' -Wl,--undefined-version', '', d)}"