mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user