]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
npth: remove obsolete binconfig-disabled inherit
authorRoss Burton <ross.burton@arm.com>
Mon, 22 Apr 2024 16:38:46 +0000 (16:38 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Apr 2024 12:40:18 +0000 (13:40 +0100)
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>
meta/recipes-support/npth/npth_1.7.bb

index 038caebd3d6305d155c5b7a7a50c085736beca19..861f0b92c80a657c462f8a795f56bd75802af7e1 100644 (file)
@@ -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.*"