diff options
-rw-r--r-- | meta-oe/recipes-support/hdf5/hdf5_1.14.0.bb | 3 |
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" | |||
7 | LICENSE = "HDF5" | 7 | LICENSE = "HDF5" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=ac1039f6bf7c9ab2b3693836f46d0735" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=ac1039f6bf7c9ab2b3693836f46d0735" |
9 | 9 | ||
10 | inherit cmake siteinfo qemu | 10 | inherit cmake siteinfo qemu multilib_header |
11 | 11 | ||
12 | DEPENDS += "qemu-native" | 12 | DEPENDS += "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 | ||
49 | BBCLASSEXTEND = "native" | 50 | BBCLASSEXTEND = "native" |