libpciaccess: add (and enable) the option for compressed pci.ids file

A small dependency allows the 1.3MB pci.ids file to be compressed down
to 300K.

(From OE-Core rev: a254c976eb77dc9d548dc145dab182d341e3d8f9)

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2024-11-11 18:13:39 +00:00
committed by Richard Purdie
parent aa0b2b9cae
commit 0e251cc9c0

View File

@@ -16,4 +16,7 @@ SRC_URI[sha256sum] = "4af43444b38adb5545d0ed1c2ce46d9608cc47b31c2387fc5181656765
inherit pkgconfig meson
PACKAGECONFIG ?= "zlib"
PACKAGECONFIG[zlib] = "-Dzlib=enabled,-Dzlib=disabled,zlib"
BBCLASSEXTEND = "native nativesdk"