aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/hdf5/hdf5_1.8.21.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/hdf5/hdf5_1.8.21.bb')
-rw-r--r--meta-oe/recipes-support/hdf5/hdf5_1.8.21.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/hdf5/hdf5_1.8.21.bb b/meta-oe/recipes-support/hdf5/hdf5_1.8.21.bb
index 11285451aa..b1de0d8b7c 100644
--- a/meta-oe/recipes-support/hdf5/hdf5_1.8.21.bb
+++ b/meta-oe/recipes-support/hdf5/hdf5_1.8.21.bb
@@ -20,7 +20,7 @@ SRC_URI = " \
SRC_URI[md5sum] = "2d2408f2a9dfb5c7b79998002e9a90e9"
SRC_URI[sha256sum] = "e5b1b1dee44a64b795a91c3321ab7196d9e0871fe50d42969761794e3899f40d"
-FILES_${PN} += "${libdir}/libhdf5.settings ${datadir}/*"
+FILES:${PN} += "${libdir}/libhdf5.settings ${datadir}/*"
EXTRA_OECMAKE = " \
-DTEST_LFS_WORKS_RUN=0 \
@@ -47,7 +47,7 @@ gen_hd5file() {
install -m 544 ${WORKDIR}/H5Tinit-${SITEINFO_BITS}.c ${S}/H5Tinit.c
}
-do_install_append() {
+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}