summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-04-22 16:41:51 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-23 13:40:18 +0100
commit1f17a8d13684db6cc603a5184f5d61ab8c715d89 (patch)
tree38f80e15c94a25f9e74bfa148bd3ff8c3997c585
parentde27b5dcaaa28470918975949b02f1df72776a6e (diff)
downloadopenembedded-core-1f17a8d13684db6cc603a5184f5d61ab8c715d89.tar.gz
npth: remove redundant FILES
This is covered by the default rules. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/npth/npth_1.7.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-support/npth/npth_1.7.bb b/meta/recipes-support/npth/npth_1.7.bb
index 861f0b92c8..0cf35565a3 100644
--- a/meta/recipes-support/npth/npth_1.7.bb
+++ b/meta/recipes-support/npth/npth_1.7.bb
@@ -14,8 +14,6 @@ SRC_URI[sha256sum] = "8589f56937b75ce33b28d312fccbf302b3b71ec3f3945fde6aaa740279
inherit autotools multilib_header
-FILES:${PN} = "${libdir}/libnpth.so.*"
-
do_install:append() {
oe_multilib_header npth.h
}