mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +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:
committed by
Richard Purdie
parent
f03dccc7ec
commit
b79e1ffa8a
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user