diff mbox series

npth: remove redundant FILES

Message ID 20240422164151.1018971-1-ross.burton@arm.com
State Accepted, archived
Commit 1f17a8d13684db6cc603a5184f5d61ab8c715d89
Headers show
Series npth: remove redundant FILES | expand

Commit Message

Ross Burton April 22, 2024, 4:41 p.m. UTC
This is covered by the default rules.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-support/npth/npth_1.7.bb | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/meta/recipes-support/npth/npth_1.7.bb b/meta/recipes-support/npth/npth_1.7.bb
index 861f0b92c80..0cf35565a36 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
 }