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-22 22:05:58 +0100
commit1ba411b39554f1cdc5f3cdf7bbc469b4aa6252a7 (patch)
treee42403a2c3ccaf7bb3143f63cf4c5342932b3771
parentc93855ac4321f3ea2f7394adbbaf856872f69cfc (diff)
downloadpoky-1ba411b39554f1cdc5f3cdf7bbc469b4aa6252a7.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 (From OE-Core rev: 256b38766d138952d8228c0ee8c7191406098a90) 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 \
12 12
13SRC_URI[sha256sum] = "8589f56937b75ce33b28d312fccbf302b3b71ec3f3945fde6aaa74027914ad05" 13SRC_URI[sha256sum] = "8589f56937b75ce33b28d312fccbf302b3b71ec3f3945fde6aaa74027914ad05"
14 14
15inherit autotools binconfig-disabled multilib_header 15inherit autotools multilib_header
16 16
17FILES:${PN} = "${libdir}/libnpth.so.*" 17FILES:${PN} = "${libdir}/libnpth.so.*"
18 18