We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d02f28 commit fc7666eCopy full SHA for fc7666e
meta-oe/recipes-support/hdf5/hdf5_1.14.2.bb
@@ -7,7 +7,7 @@ SECTION = "libs"
7
LICENSE = "HDF5"
8
LIC_FILES_CHKSUM = "file://COPYING;md5=9ba0f3d878ab6c2403c86e9b0362d998"
9
10
-inherit cmake siteinfo qemu multilib_header
+inherit cmake siteinfo qemu multilib_header multilib_script
11
12
DEPENDS += "qemu-native zlib"
13
@@ -40,6 +40,10 @@ EOF
40
41
do_unpack[postfuncs] += "gen_emu"
42
43
+MULTILIB_SCRIPTS += "${PN}:${bindir}/h5cc \
44
+ ${PN}:${bindir}/h5hlcc \
45
+"
46
+
47
do_install:append() {
48
# Used for generating config files on target
49
install -m 755 ${B}/bin/H5detect ${D}${bindir}
0 commit comments