summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-04-22 16:38:46 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-23 13:40:18 +0100
commitde27b5dcaaa28470918975949b02f1df72776a6e (patch)
tree2b88ecd06bdea81e3da60678538d43573b6ea0a7
parentf96f16127cc27e1440f7a51a38726a9ab69ba6a1 (diff)
downloadopenembedded-core-contrib-de27b5dcaaa28470918975949b02f1df72776a6e.tar.gz
npth: remove obsolete binconfig-disabled inherit
npth no longer installs the npth-config script[1] that we disabled, so there's no need to inherit the class. [1] https://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git;a=commit;h=2b6a8e5369ed37d64d1bafd3a546ec52e25acd26 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, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/npth/npth_1.7.bb b/meta/recipes-support/npth/npth_1.7.bb
index 038caebd3d..861f0b92c8 100644
--- a/meta/recipes-support/npth/npth_1.7.bb
+++ b/meta/recipes-support/npth/npth_1.7.bb
@@ -12,7 +12,7 @@ SRC_URI = "${GNUPG_MIRROR}/npth/npth-${PV}.tar.bz2 \
SRC_URI[sha256sum] = "8589f56937b75ce33b28d312fccbf302b3b71ec3f3945fde6aaa74027914ad05"
-inherit autotools binconfig-disabled multilib_header
+inherit autotools multilib_header
FILES:${PN} = "${libdir}/libnpth.so.*"