linux-libc-headers-external: oe_multilib_header bits/long-double.h

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
Christopher Larson
2017-06-16 10:00:03 +05:00
parent d57772218e
commit 6a463a5b4b

View File

@@ -14,4 +14,7 @@ inherit multilib_header
do_install_extra () {
oe_multilib_header bits/syscall.h
if [ -e "${D}${includedir}/bits/long-double.h" ]; then
oe_multilib_header bits/long-double.h
fi
}