mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
50054e7ab1
commit
bddecd1560
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user