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