summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-oe/recipes-support/hdf5/hdf5_1.14.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openembedded/meta-oe/recipes-support/hdf5/hdf5_1.14.0.bb')
-rw-r--r--meta-openembedded/meta-oe/recipes-support/hdf5/hdf5_1.14.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-openembedded/meta-oe/recipes-support/hdf5/hdf5_1.14.0.bb b/meta-openembedded/meta-oe/recipes-support/hdf5/hdf5_1.14.0.bb
index 4feec61afd..d0ff2ef487 100644
--- a/meta-openembedded/meta-oe/recipes-support/hdf5/hdf5_1.14.0.bb
+++ b/meta-openembedded/meta-oe/recipes-support/hdf5/hdf5_1.14.0.bb
@@ -7,7 +7,7 @@ SECTION = "libs"
LICENSE = "HDF5"
LIC_FILES_CHKSUM = "file://COPYING;md5=ac1039f6bf7c9ab2b3693836f46d0735"
-inherit cmake siteinfo qemu
+inherit cmake siteinfo qemu multilib_header
DEPENDS += "qemu-native"
@@ -44,6 +44,7 @@ do_install:append() {
# Used for generating config files on target
install -m 755 ${B}/bin/H5detect ${D}${bindir}
install -m 755 ${B}/bin/H5make_libsettings ${D}${bindir}
+ oe_multilib_header H5pubconf.h
}
BBCLASSEXTEND = "native"