From cbbaa911e8d54a3c0c19a9a5f65eab389f440abc Mon Sep 17 00:00:00 2001 From: Thierry Escande <thierry.escande@huawei.com> Date: Tue, 5 Jul 2022 19:43:58 +0200 Subject: [PATCH] Revert "fts: Add static library to package files" This reverts commit 7400fb56c3c3b9928e9524983f6ed1d9a6fcecc6. This change is not needed anymore as it turns out that the error it was supposed to fix only appeared on my local builds. The error simply disappeared after a fresh full rebuild. Signed-off-by: Thierry Escande <thierry.escande@huawei.com> --- recipes-core/fts/fts_%.bbappend | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 recipes-core/fts/fts_%.bbappend diff --git a/recipes-core/fts/fts_%.bbappend b/recipes-core/fts/fts_%.bbappend deleted file mode 100644 index 2b66eb08..00000000 --- a/recipes-core/fts/fts_%.bbappend +++ /dev/null @@ -1,5 +0,0 @@ -# SPDX-FileCopyrightText: Huawei Inc. -# -# SPDX-License-Identifier: Apache-2.0 - -FILES:${PN} += "${libdir}/*.a" -- GitLab