commit | c95bd5910b6b5f1a5000ba6a85c5b320f5627890 | [log] [tgz] |
---|---|---|
author | Willy Tu <wltu@google.com> | Sun Feb 20 02:10:16 2022 -0800 |
committer | Willy Tu <wltu@google.com> | Sun Feb 20 10:13:30 2022 +0000 |
tree | d67a812df906a2d3e64346284a6df34adb0cc5a3 | |
parent | e814a0bd044eaefc978cc6b6e9434a3cdf3be255 [diff] |
binarystore: Move binarystoreblob_lib to static library This way bitbake does not have to install libbinarystore.so directly. Change-Id: If3171f50329cea146113a1f7a7ad3a1771fd5f1b Signed-off-by: Willy Tu <wltu@google.com>
diff --git a/src/meson.build b/src/meson.build index 5432b3a..ca4b091 100644 --- a/src/meson.build +++ b/src/meson.build
@@ -11,7 +11,7 @@ ] ) -binarystoreblob_lib = library( +binarystoreblob_lib = static_library( 'binarystoreblob', 'binarystore.cpp', 'sys.cpp',