diff options
Diffstat (limited to 'meta-oe/recipes-benchmark/iozone3/iozone3_263.bb')
| -rw-r--r-- | meta-oe/recipes-benchmark/iozone3/iozone3_263.bb | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/meta-oe/recipes-benchmark/iozone3/iozone3_263.bb b/meta-oe/recipes-benchmark/iozone3/iozone3_263.bb index c1aa7fb3eb..b0e0dad449 100644 --- a/meta-oe/recipes-benchmark/iozone3/iozone3_263.bb +++ b/meta-oe/recipes-benchmark/iozone3/iozone3_263.bb | |||
| @@ -7,9 +7,9 @@ LIC_FILES_CHKSUM = "file://iozone.c;beginline=237;endline=241;md5=ab42a6185fd044 | |||
| 7 | 7 | ||
| 8 | 8 | ||
| 9 | SRC_URI = "http://www.iozone.org/src/current/iozone3_263.tar \ | 9 | SRC_URI = "http://www.iozone.org/src/current/iozone3_263.tar \ |
| 10 | file://copyright.txt \ | 10 | file://copyright.txt \ |
| 11 | file://fileop-arm.patch \ | 11 | file://fileop-arm.patch \ |
| 12 | " | 12 | " |
| 13 | SRC_URI[md5sum] = "44fd88df361ec4508e10c8d6615245fa" | 13 | SRC_URI[md5sum] = "44fd88df361ec4508e10c8d6615245fa" |
| 14 | SRC_URI[sha256sum] = "920fde1a3843539570e2df4aa611e74df102e52d363c5973d5a9d15bdf976461" | 14 | SRC_URI[sha256sum] = "920fde1a3843539570e2df4aa611e74df102e52d363c5973d5a9d15bdf976461" |
| 15 | 15 | ||
| @@ -23,26 +23,26 @@ EXTRA_OEMAKE = "linux CC='${CC}'" | |||
| 23 | TARGET_CC_ARCH += "${LDFLAGS}" | 23 | TARGET_CC_ARCH += "${LDFLAGS}" |
| 24 | 24 | ||
| 25 | do_install() { | 25 | do_install() { |
| 26 | install -d ${D}${bindir} \ | 26 | install -d ${D}${bindir} \ |
| 27 | ${D}${mandir}/man1 \ | 27 | ${D}${mandir}/man1 \ |
| 28 | ${D}${datadir}/doc/${PN}/examples | 28 | ${D}${datadir}/doc/${PN}/examples |
| 29 | 29 | ||
| 30 | install -m 0755 ${S}/iozone ${D}${bindir} | 30 | install -m 0755 ${S}/iozone ${D}${bindir} |
| 31 | install -m 0755 ${S}/fileop ${D}${bindir} | 31 | install -m 0755 ${S}/fileop ${D}${bindir} |
| 32 | install -m 0644 ${WORKDIR}/${PN}_${PV}/docs/iozone.1 ${D}${mandir}/man1/ | 32 | install -m 0644 ${WORKDIR}/${PN}_${PV}/docs/iozone.1 ${D}${mandir}/man1/ |
| 33 | install -m 0644 ${WORKDIR}/copyright.txt ${D}${datadir}/doc/${PN}/ | 33 | install -m 0644 ${WORKDIR}/copyright.txt ${D}${datadir}/doc/${PN}/ |
| 34 | 34 | ||
| 35 | install -m 0644 ${S}/*.dem ${D}${datadir}/doc/${PN}/examples | 35 | install -m 0644 ${S}/*.dem ${D}${datadir}/doc/${PN}/examples |
| 36 | install -m 0644 ${S}/client_list ${D}${datadir}/doc/${PN}/examples | 36 | install -m 0644 ${S}/client_list ${D}${datadir}/doc/${PN}/examples |
| 37 | install -m 0644 ${S}/Gnuplot.txt ${D}${datadir}/doc/${PN}/examples | 37 | install -m 0644 ${S}/Gnuplot.txt ${D}${datadir}/doc/${PN}/examples |
| 38 | 38 | ||
| 39 | install -m 0755 ${S}/Generate_Graphs ${D}${datadir}/doc/${PN}/examples | 39 | install -m 0755 ${S}/Generate_Graphs ${D}${datadir}/doc/${PN}/examples |
| 40 | install -m 0755 ${S}/gengnuplot.sh ${D}${datadir}/doc/${PN}/examples | 40 | install -m 0755 ${S}/gengnuplot.sh ${D}${datadir}/doc/${PN}/examples |
| 41 | install -m 0755 ${S}/report.pl ${D}${datadir}/doc/${PN}/examples | 41 | install -m 0755 ${S}/report.pl ${D}${datadir}/doc/${PN}/examples |
| 42 | 42 | ||
| 43 | install -m 0644 ${WORKDIR}/${PN}_${PV}/docs/Iozone_ps.gz ${D}${datadir}/doc/${PN}/ | 43 | install -m 0644 ${WORKDIR}/${PN}_${PV}/docs/Iozone_ps.gz ${D}${datadir}/doc/${PN}/ |
| 44 | install -m 0644 ${WORKDIR}/${PN}_${PV}/docs/IOzone_msword_98.pdf ${D}${datadir}/doc/${PN}/ | 44 | install -m 0644 ${WORKDIR}/${PN}_${PV}/docs/IOzone_msword_98.pdf ${D}${datadir}/doc/${PN}/ |
| 45 | install -m 0644 ${WORKDIR}/${PN}_${PV}/docs/Run_rules.doc ${D}${datadir}/doc/${PN}/ | 45 | install -m 0644 ${WORKDIR}/${PN}_${PV}/docs/Run_rules.doc ${D}${datadir}/doc/${PN}/ |
| 46 | } | 46 | } |
| 47 | 47 | ||
| 48 | FILES_${PN} += "${datadir}/doc/${PN}/copyright.txt" | 48 | FILES_${PN} += "${datadir}/doc/${PN}/copyright.txt" |
| @@ -66,7 +66,7 @@ FILES_${PN} += "${datadir}/doc/${PN}/copyright.txt" | |||
| 66 | # | 66 | # |
| 67 | # Marcin, | 67 | # Marcin, |
| 68 | # | 68 | # |
| 69 | # Re-distribution is permitted as long as the copyright is | 69 | # Re-distribution is permitted as long as the copyright is |
| 70 | # maintained and the source code is not changed. I do not | 70 | # maintained and the source code is not changed. I do not |
| 71 | # see a problem with your mods to enable fileop for Linux-arm, | 71 | # see a problem with your mods to enable fileop for Linux-arm, |
| 72 | # as these mods have been returned to the Iozone folks, | 72 | # as these mods have been returned to the Iozone folks, |
