1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

lz4: Disable static libraries again

This option was incorrectly removed in the recent upgrade. We don't use/need
the static library so disable the build of it to save time/disk usage.

(From OE-Core rev: 2ba36d98bb0fcdd8d918da8fb69f09a06b75fd46)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2024-08-29 11:09:16 +01:00
parent 63d77ef893
commit d78224151d
+1 -1
View File
@@ -23,7 +23,7 @@ inherit ptest
CVE_STATUS[CVE-2014-4715] = "fixed-version: Fixed in r118, which is larger than the current version."
EXTRA_OEMAKE = "DESTDIR=${D}"
EXTRA_OEMAKE = "DESTDIR=${D} BUILD_STATIC=no"
do_install() {
oe_runmake install