memtester: upgrade 4.5.1 -> 4.6.0

Changelog:
==========
  -fix warning on signedness of the ONE constant.
  -add note to conf-cc about how to silence gcc's incorrect warning
  "suggest parentheses around assignment".
  -fix overflow in output for reported address.
  -add note about randomizing values used at runtime by seeding PRNG.
  Disabled by default for reproducibility.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2022-12-27 14:36:06 +08:00 committed by Khem Raj
parent fc792cf8d9
commit f0f0736412

View File

@ -8,8 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
SRC_URI = "http://pyropus.ca/software/memtester/old-versions/${BP}.tar.gz \
file://Makefile.patch \
"
SRC_URI[md5sum] = "1bc22c01e987d6a67fac39dc5656a4d3"
SRC_URI[sha256sum] = "1c5fc2382576c084b314cfd334d127a66c20bd63892cac9f445bc1d8b4ca5a47"
SRC_URI[sha256sum] = "c9fe4eb7e80c8cef5202f9065c4c0682f5616647c0455e916a5700f98e3dbb2e"
do_compile () {
echo '${CC} ${CFLAGS} -DPOSIX -c' > conf-cc