summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/npth/npth_1.5.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-support/npth/npth_1.5.bb b/meta/recipes-support/npth/npth_1.5.bb
index e7db6ae1b4..8f42a1a2f9 100644
--- a/meta/recipes-support/npth/npth_1.5.bb
+++ b/meta/recipes-support/npth/npth_1.5.bb
@@ -15,9 +15,13 @@ SRC_URI[sha256sum] = "294a690c1f537b92ed829d867bee537e46be93fbd60b16c04630fbbfcd
15 15
16BINCONFIG = "${bindir}/npth-config" 16BINCONFIG = "${bindir}/npth-config"
17 17
18inherit autotools binconfig-disabled 18inherit autotools binconfig-disabled multilib_header
19 19
20FILES_${PN} = "${libdir}/libnpth.so.*" 20FILES_${PN} = "${libdir}/libnpth.so.*"
21FILES_${PN}-dev += "${bindir}/npth-config" 21FILES_${PN}-dev += "${bindir}/npth-config"
22 22
23do_install_append() {
24 oe_multilib_header npth.h
25}
26
23BBCLASSEXTEND = "native" 27BBCLASSEXTEND = "native"