summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/npth/npth_1.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/npth/npth_1.6.bb')
-rw-r--r--meta/recipes-support/npth/npth_1.6.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/npth/npth_1.6.bb b/meta/recipes-support/npth/npth_1.6.bb
index d5a149e041..8c94cc22c1 100644
--- a/meta/recipes-support/npth/npth_1.6.bb
+++ b/meta/recipes-support/npth/npth_1.6.bb
@@ -19,10 +19,10 @@ BINCONFIG = "${bindir}/npth-config"
19 19
20inherit autotools binconfig-disabled multilib_header 20inherit autotools binconfig-disabled multilib_header
21 21
22FILES_${PN} = "${libdir}/libnpth.so.*" 22FILES:${PN} = "${libdir}/libnpth.so.*"
23FILES_${PN}-dev += "${bindir}/npth-config" 23FILES:${PN}-dev += "${bindir}/npth-config"
24 24
25do_install_append() { 25do_install:append() {
26 oe_multilib_header npth.h 26 oe_multilib_header npth.h
27} 27}
28 28