diff options
-rw-r--r-- | meta-oe/recipes-support/libosinfo/libosinfo_1.11.0.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/libosinfo/libosinfo_1.11.0.bb b/meta-oe/recipes-support/libosinfo/libosinfo_1.11.0.bb index ca6f9ba3fa..68d917ffe9 100644 --- a/meta-oe/recipes-support/libosinfo/libosinfo_1.11.0.bb +++ b/meta-oe/recipes-support/libosinfo/libosinfo_1.11.0.bb | |||
@@ -27,8 +27,8 @@ GIR_MESON_DISABLE_FLAG = 'disabled' | |||
27 | GTKDOC_MESON_OPTION = "enable-gtk-doc" | 27 | GTKDOC_MESON_OPTION = "enable-gtk-doc" |
28 | 28 | ||
29 | EXTRA_OEMESON += " \ | 29 | EXTRA_OEMESON += " \ |
30 | -Dwith-pci-ids-path=${datadir}/pci.ids \ | 30 | -Dwith-pci-ids-path=${datadir}/hwdata/pci.ids \ |
31 | -Dwith-usb-ids-path=${datadir}/usb.ids \ | 31 | -Dwith-usb-ids-path=${datadir}/hwdata/usb.ids \ |
32 | " | 32 | " |
33 | 33 | ||
34 | RDEPENDS:${PN} = "pciutils-ids usbids" | 34 | RDEPENDS:${PN} = "hwdata" |