From 7400fb56c3c3b9928e9524983f6ed1d9a6fcecc6 Mon Sep 17 00:00:00 2001 From: Thierry Escande <thierry.escande@huawei.com> Date: Tue, 5 Jul 2022 19:02:24 +0200 Subject: [PATCH] fts: Add static library to package files This explicitly adds libfts.a to the package files and fixes an error openharmony-standard do_package() that depends on libfts. Signed-off-by: Thierry Escande <thierry.escande@huawei.com> --- recipes-core/fts/fts_%.bbappend | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes-core/fts/fts_%.bbappend diff --git a/recipes-core/fts/fts_%.bbappend b/recipes-core/fts/fts_%.bbappend new file mode 100644 index 00000000..2b66eb08 --- /dev/null +++ b/recipes-core/fts/fts_%.bbappend @@ -0,0 +1,5 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# +# SPDX-License-Identifier: Apache-2.0 + +FILES:${PN} += "${libdir}/*.a" -- GitLab