From 0646d0219900d0ae2b046d9123a9926db114cdcc Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 22 Apr 2024 16:38:46 +0000 Subject: 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 (From OE-Core rev: de27b5dcaaa28470918975949b02f1df72776a6e) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-support/npth/npth_1.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.*" -- cgit v1.2.3-54-g00ecf