diff options
author | Ross Burton <ross.burton@arm.com> | 2024-04-22 16:41:51 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-04-23 13:40:24 +0100 |
commit | e3dd871f19f65d6fd11e19e9c2612ab1be4eb139 (patch) | |
tree | 8196c7f090eb8682813db0135a27972be659da6c /meta/recipes-support | |
parent | 0646d0219900d0ae2b046d9123a9926db114cdcc (diff) | |
download | poky-e3dd871f19f65d6fd11e19e9c2612ab1be4eb139.tar.gz |
npth: remove redundant FILES
This is covered by the default rules.
(From OE-Core rev: 1f17a8d13684db6cc603a5184f5d61ab8c715d89)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/npth/npth_1.7.bb | 2 |
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 | ||
15 | inherit autotools multilib_header | 15 | inherit autotools multilib_header |
16 | 16 | ||
17 | FILES:${PN} = "${libdir}/libnpth.so.*" | ||
18 | |||
19 | do_install:append() { | 17 | do_install:append() { |
20 | oe_multilib_header npth.h | 18 | oe_multilib_header npth.h |
21 | } | 19 | } |