mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
libosinfo: use hwdata for ids files
Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -27,8 +27,8 @@ GIR_MESON_DISABLE_FLAG = 'disabled'
|
||||
GTKDOC_MESON_OPTION = "enable-gtk-doc"
|
||||
|
||||
EXTRA_OEMESON += " \
|
||||
-Dwith-pci-ids-path=${datadir}/pci.ids \
|
||||
-Dwith-usb-ids-path=${datadir}/usb.ids \
|
||||
-Dwith-pci-ids-path=${datadir}/hwdata/pci.ids \
|
||||
-Dwith-usb-ids-path=${datadir}/hwdata/usb.ids \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} = "pciutils-ids usbids"
|
||||
RDEPENDS:${PN} = "hwdata"
|
||||
|
||||
Reference in New Issue
Block a user