diff options
-rw-r--r-- | meta-oe/recipes-support/hdf5/hdf5_1.14.2.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/hdf5/hdf5_1.14.2.bb b/meta-oe/recipes-support/hdf5/hdf5_1.14.2.bb index 68b91c0b0c..e716430673 100644 --- a/meta-oe/recipes-support/hdf5/hdf5_1.14.2.bb +++ b/meta-oe/recipes-support/hdf5/hdf5_1.14.2.bb | |||
@@ -7,7 +7,7 @@ SECTION = "libs" | |||
7 | LICENSE = "HDF5" | 7 | LICENSE = "HDF5" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=9ba0f3d878ab6c2403c86e9b0362d998" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=9ba0f3d878ab6c2403c86e9b0362d998" |
9 | 9 | ||
10 | inherit cmake siteinfo qemu multilib_header | 10 | inherit cmake siteinfo qemu multilib_header multilib_script |
11 | 11 | ||
12 | DEPENDS += "qemu-native zlib" | 12 | DEPENDS += "qemu-native zlib" |
13 | 13 | ||
@@ -40,6 +40,10 @@ EOF | |||
40 | 40 | ||
41 | do_unpack[postfuncs] += "gen_emu" | 41 | do_unpack[postfuncs] += "gen_emu" |
42 | 42 | ||
43 | MULTILIB_SCRIPTS += "${PN}:${bindir}/h5cc \ | ||
44 | ${PN}:${bindir}/h5hlcc \ | ||
45 | " | ||
46 | |||
43 | do_install:append() { | 47 | do_install:append() { |
44 | # Used for generating config files on target | 48 | # Used for generating config files on target |
45 | install -m 755 ${B}/bin/H5detect ${D}${bindir} | 49 | install -m 755 ${B}/bin/H5detect ${D}${bindir} |