diff options
Diffstat (limited to 'meta-oe/recipes-benchmark/memtester/memtester_4.1.3.bb')
| -rw-r--r-- | meta-oe/recipes-benchmark/memtester/memtester_4.1.3.bb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/meta-oe/recipes-benchmark/memtester/memtester_4.1.3.bb b/meta-oe/recipes-benchmark/memtester/memtester_4.1.3.bb index f220553bf5..5273078d53 100644 --- a/meta-oe/recipes-benchmark/memtester/memtester_4.1.3.bb +++ b/meta-oe/recipes-benchmark/memtester/memtester_4.1.3.bb | |||
| @@ -12,14 +12,14 @@ SRC_URI[md5sum] = "e562451620cf5343016950462bc0dc38" | |||
| 12 | SRC_URI[sha256sum] = "ac56f0b6d6d6e58bcf2a3fa7f2c9b29894f5177871f21115a1906c535106acf6" | 12 | SRC_URI[sha256sum] = "ac56f0b6d6d6e58bcf2a3fa7f2c9b29894f5177871f21115a1906c535106acf6" |
| 13 | 13 | ||
| 14 | do_compile () { | 14 | do_compile () { |
| 15 | echo '${CC} ${CFLAGS} -DPOSIX -c' > conf-cc | 15 | echo '${CC} ${CFLAGS} -DPOSIX -c' > conf-cc |
| 16 | echo '${CC} ${LDFLAGS}' > conf-ld | 16 | echo '${CC} ${LDFLAGS}' > conf-ld |
| 17 | oe_runmake | 17 | oe_runmake |
| 18 | } | 18 | } |
| 19 | 19 | ||
| 20 | do_install () { | 20 | do_install () { |
| 21 | install -d ${D}${bindir} | 21 | install -d ${D}${bindir} |
| 22 | install -d ${D}${mandir}/man8 | 22 | install -d ${D}${mandir}/man8 |
| 23 | install -m 0755 memtester ${D}${bindir}/ | 23 | install -m 0755 memtester ${D}${bindir}/ |
| 24 | install -m 0755 memtester.8 ${D}${mandir}/man8/ | 24 | install -m 0755 memtester.8 ${D}${mandir}/man8/ |
| 25 | } | 25 | } |
