From: Zhixiong Chi Date: Thu, 19 Apr 2018 10:18:06 +0000 (-0700) Subject: npth: fix multilib header conflict-npth.h X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b79e1ffa8aebf7faa9d31fe4bca706e6ce6e7060;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git npth: fix multilib header conflict-npth.h (From OE-Core rev: 445644efd08f76762ec980999e9a6e91e4e88598) Signed-off-by: Zhixiong Chi Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/npth/npth_1.5.bb b/meta/recipes-support/npth/npth_1.5.bb index e7db6ae1b4b..8f42a1a2f9c 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 BINCONFIG = "${bindir}/npth-config" -inherit autotools binconfig-disabled +inherit autotools binconfig-disabled multilib_header FILES_${PN} = "${libdir}/libnpth.so.*" FILES_${PN}-dev += "${bindir}/npth-config" +do_install_append() { + oe_multilib_header npth.h +} + BBCLASSEXTEND = "native"