diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-29 11:09:16 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-29 21:58:19 +0100 |
| commit | d78224151d076ea900c74fc5f6acc418cf65c4ea (patch) | |
| tree | a23df0359eb084b25df197adae3122eca34838ea /meta | |
| parent | 63d77ef8935444dbfd62d2b38ca82ebbf5d8cc0e (diff) | |
| download | poky-d78224151d076ea900c74fc5f6acc418cf65c4ea.tar.gz | |
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>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-support/lz4/lz4_1.10.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/lz4/lz4_1.10.0.bb b/meta/recipes-support/lz4/lz4_1.10.0.bb index 3b98adf42e..f77a2e7bb9 100644 --- a/meta/recipes-support/lz4/lz4_1.10.0.bb +++ b/meta/recipes-support/lz4/lz4_1.10.0.bb | |||
| @@ -23,7 +23,7 @@ inherit ptest | |||
| 23 | 23 | ||
| 24 | CVE_STATUS[CVE-2014-4715] = "fixed-version: Fixed in r118, which is larger than the current version." | 24 | CVE_STATUS[CVE-2014-4715] = "fixed-version: Fixed in r118, which is larger than the current version." |
| 25 | 25 | ||
| 26 | EXTRA_OEMAKE = "DESTDIR=${D}" | 26 | EXTRA_OEMAKE = "DESTDIR=${D} BUILD_STATIC=no" |
| 27 | 27 | ||
| 28 | do_install() { | 28 | do_install() { |
| 29 | oe_runmake install | 29 | oe_runmake install |
