1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

npth: fix multilib header conflict-npth.h

(From OE-Core rev: 445644efd08f76762ec980999e9a6e91e4e88598)

Signed-off-by: Zhixiong Chi <zhixiong.chi@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Zhixiong Chi
2018-04-19 03:18:06 -07:00
committed by Richard Purdie
parent f03dccc7ec
commit b79e1ffa8a
+5 -1
View File
@@ -15,9 +15,13 @@ SRC_URI[sha256sum] = "294a690c1f537b92ed829d867bee537e46be93fbd60b16c04630fbbfcd
BINCONFIG = "${bindir}/npth-config" BINCONFIG = "${bindir}/npth-config"
inherit autotools binconfig-disabled inherit autotools binconfig-disabled multilib_header
FILES_${PN} = "${libdir}/libnpth.so.*" FILES_${PN} = "${libdir}/libnpth.so.*"
FILES_${PN}-dev += "${bindir}/npth-config" FILES_${PN}-dev += "${bindir}/npth-config"
do_install_append() {
oe_multilib_header npth.h
}
BBCLASSEXTEND = "native" BBCLASSEXTEND = "native"