From 1f17a8d13684db6cc603a5184f5d61ab8c715d89 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 22 Apr 2024 16:41:51 +0000 Subject: [PATCH] npth: remove redundant FILES This is covered by the default rules. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-support/npth/npth_1.7.bb | 2 -- 1 file changed, 2 deletions(-) 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 } -- 2.47.3