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-22 22:05:58 +0100
commit4efdbf62833d2335d0fdfe6cec2d1e55b486cf62 (patch)
tree24f00765e23fb96de0abfd0340cb84eb799c9bae
parent1ba411b39554f1cdc5f3cdf7bbc469b4aa6252a7 (diff)
downloadpoky-4efdbf62833d2335d0fdfe6cec2d1e55b486cf62.tar.gz
npth: remove redundant FILES
This is covered by the default rules. (From OE-Core rev: c8947970c7d9adf0c2ea1c6d273cdfe499d5ca69) 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
14 14
15inherit autotools multilib_header 15inherit autotools multilib_header
16 16
17FILES:${PN} = "${libdir}/libnpth.so.*"
18
19do_install:append() { 17do_install:append() {
20 oe_multilib_header npth.h 18 oe_multilib_header npth.h
21} 19}