Brad Bishop | 0f291cc | 2019-09-01 15:16:57 -0400 | [diff] [blame] | 1 | require libmodbus.inc |
| 2 | |
| 3 | SRC_URI += "file://f1eb4bc7ccb09cd8d19ab641ee37637f8c34d16d.patch \ |
| 4 | file://Fix-float-endianness-issue-on-big-endian-arch.patch \ |
| 5 | file://Fix-typo.patch" |
| 6 | SRC_URI[md5sum] = "15c84c1f7fb49502b3efaaa668cfd25e" |
| 7 | SRC_URI[sha256sum] = "d7d9fa94a16edb094e5fdf5d87ae17a0dc3f3e3d687fead81835d9572cf87c16" |
| 8 | |
| 9 | # this file has been created one minute after the configure file, so it doesn't get recreated during configure step |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 10 | do_configure:prepend() { |
Brad Bishop | 0f291cc | 2019-09-01 15:16:57 -0400 | [diff] [blame] | 11 | rm -rf ${S}/tests/unit-test.h |
| 12 | } |